| Thread | Last Post | Replies |
|
| Dynamically assign values to labels vb.net | 25 May 2004 23:56 GMT | 4 |
I previously used me.findcontrol to assign values to my labels inside my loop but this time I need to reassign a value that would have been used previous but i cannot use me.findcontrol to get the last controls value. Any suggestions appreciated.
|
| activation of software | 25 May 2004 20:18 GMT | 12 |
is there any way i can protect my software without using dongles but the activation should be dependent on hardware in visual basic. i would be oblighed for your kind help. thanx.
|
| Disabling the Windows key | 25 May 2004 19:55 GMT | 1 |
I have done this before so I am a little puzzled as to why it isn't working now... The purpose is to stop the user from being able to access the Start menu and the various windows functions.
|
| Please help: GetSystemTime | 25 May 2004 18:36 GMT | 6 |
I'm using the GetSystemTime API call to load a SYSTEMTIME structure with the current system (UTC) time. I want to include this time in a binary message that I will send to a remote host using the winsock control. Is it possible to convert the information in the SYSTEMTIME
|
| runtime error | 25 May 2004 17:41 GMT | 1 |
hi all, i am writing a program in vb6. when i run the program on my system, its working fine. on most other systems also, it works fine. only on some systems it
|
| Please advise: Available ports for Winsock | 25 May 2004 16:07 GMT | 4 |
Could somebody please tell me the range of ports available on a windows pc (i.e. 0 to n) and what ports are available for use with the winsock control - i.e. those that aren't reserved by windows for its own use.
|
| HOWTO set Base Priority | 25 May 2004 16:03 GMT | 1 |
anybody who knows how to set/change the Base Priority with which my project will run ? a code example would be very much appreciated ! thanks and regards, martin
|
| how can i monitor everything that is happening in a window(application) ? | 25 May 2004 12:54 GMT | 1 |
I want to write an application where I can monitor everything that is happening (like menus opening, text written, sub-windows opened, etc) in an application
|
| icons as buttons????? | 25 May 2004 12:47 GMT | 3 |
Please don't excoriate me, but i have what may be a simple question. I want to make and application that uses icons as buttons, but I cannot find an example of how to do this. Can someone help me out here?
|
| can a collection be a class object property? | 25 May 2004 06:22 GMT | 6 |
I am setting the property as this: Public Property Let WayList(ByVal colmTmpWayList As Collection) colmWayList = colmTmpWayList End Property
|
| Performance of separate processes V threads | 25 May 2004 04:22 GMT | 1 |
I am trying to understand the performance implications of running a number of separate ActiveXexe processes as opposed to a single ActiveXexe with multiple threads on a Windows 2000 server. I have been told that Windows does not allocate a fixed memory space
|
| Shelling an Arguement? | 24 May 2004 22:37 GMT | 3 |
I have a program that calls another .exe in VB6. I want to pass some parameters to the called program in the call, but can't locate the syntax to do so anywhere. Presently I am working around the issue by writing a text file (containing the parameters) in the calling program, then ...
|
| icon buttons with VB (6) | 24 May 2004 22:09 GMT | 1 |
I tried posting this last night, but it appears not to have "taken". So... I'll try again. Please don't excoriate me, as this may be a simple-(ton) question, but I want to create an application that uses an icon as a button. I
|
| testing functions and routines | 24 May 2004 17:41 GMT | 2 |
is there anyway to run a specific function or subroutine in my code without starting the full project, possible from the immediate window? thanks Andy
|
| How to figure out if a string does match a specific file pattern | 24 May 2004 16:39 GMT | 15 |
I've e.g. a file pattern = "*4?r*.*" and a string = "abc4grm.txt" How to figure out if this string does match the file pattern? Actually I'm searching file on my harddisk with
|