Hi,
Thanks for looking in to this..!
I have created Activex Control and test in TestContainer as well as in IE.
and it is working fine on same machin on which I have developed the contro...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello everyone,
Any ideas about how to see assembly code for release mode? Since in release mode, we can not set a breakpoint in Visual Studio 2008, so I can not stop at somewhere and see th...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
How do I ensure that no items in my treectrl is selected? I use the TreeView class, and when I remove an item, it selects another item. I'd like to avoid that.
Thank you in advance
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
I know I have written about this before but I was never able to go around it,
I usually name my pages like:
index.php?home
index.php?contactus
...
there are other pages that ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello,
I'm creating a STATIC control with the CreateWindowEx function but I can't seem to give it a white background, default is gray. (Win32 Application)
Called in WndProc:
Code:
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hi,please help.how come compare time between 2 table from ms.access database.This 2 table contain employeeno,date and Time.when get the compare time data will save to the overtime table comparetim...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hello all gurus, plz help me how to find the path to a folder. i need the user to browse and select any folder, and the contents of the folder are to be listed by application after opening. i dont...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hello guys,
i got a very weird stack overflow under vs2008.
my code is pretty simple:
struct FVector
{
float x;
float y;
float z;
};
void main()
{
struct FVector...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
how can i load & Save txt file to/from list box without common dailog Control...?
i know this can be done.... i have seen tutorial.... but cant find on the site... ??
help plz !! thn...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello,
For years now I have been using access as my database.
But with the SQL server Express version around I have been wondering if it is not better to use this instead of access.
N...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
I am currently using the dhtml control to assign the url fo picture element within the web page. After assigning url to image the thick blue border is gets displayed arround it.
For as...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
I need to user IsUserAnAdmin api. This is available in shell32.dll. I can see this api through dependency walker. But the header file (shlobj.h) available in \Program Files\Microsoft Vis...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi guys,
I am running my application which in run on 64-bit vista machine. when the program is running somewhere near halfway, it throws an error:
Attempted to read write protected memory.Th...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
i have a code
Code:
Private Sub txt1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txt1.TextChanged
Dim a As Integer
txt1.SelectionStart = tx...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi, I have an activex button control created by SWJ Soft which says it can be dragged by the users at runtime by using Mouse and Shift key.
I want to know that how can I utilize this property ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hello
i have been looking around so long just to know the correct way to convert this function from excel to vb
=TEXT(A45/24,"hh:mm")
anyone can help???
this function con...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi
I am in the process of creating a sign up page. All i wanted is the e-mail address and one you press the submit button, i would like to have it go to a thank you page. I created the thank y...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
how would i go about connecting to a sql database on a remote (not local) server. i am brand new to database programing. i know how to connect to a local DB and stuff like that but i have know ide...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Anyone know of a good PHP Cache System? It would be better if it's filesystem based and is included by PHP instead of being a daemon on the server as the sites sharing a server with a few others.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
im having trouble gettin a wav fiile to play heres my code
VB 6 Code:
Private Sub Command1_Click()
Timer1.Enabled = True
End Sub
Private Sub Command2_Click()
Timer1.Enabled = False
End Sub
P...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'd like to enable my install.php for my forum... i've put everyphp that came with smf download, and now i need to install or enable (IDK) the install.php... the Wiki how on how to create a forum ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I made a Web Browser in Visual Basic 2008, and i want to know how to create a Pop up form (i guess thats what its called?) for the program options. like this one from Firefox :
I just nee...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi guys,
I'm working on a dynamic listview from Sql server 2k database, and I need to add image on it. I already added ImageList control to my form, and set the ListView property as LargeIcon...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
.NET 3.5 on both, Vista being the one with Visual C++ express 2008 on it, when I run a form in XP it runs (and works) successfully but some dimensions are wrong: e.g. Whole window is slightly smal...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
does anyone know how to limit up to 2 digit an integer?
like this:
2.15111248
can i limit it to become
2.15
thanks!
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine