| Thread | Last Post | Replies |
|
| problem creating an icon | 09 Jan 2007 22:45 GMT | 5 |
this may seem simple to most people here iam creating a perpetual system tray calendar but i am having problems with the runtime icon creation iam using the following code:
|
| GetAttr and long file names -> "Invalid procedure call or argument" | 09 Jan 2007 22:38 GMT | 10 |
I have recently encountered a few PCs where getAttr throws a Error 5 "Invalid procedure call or argument", if given as argument, a valid folder with long file name eg Dim mystring as string
|
| GetMessage vb6 | 09 Jan 2007 22:30 GMT | 2 |
Hai.. Can any1 please post a sample code which uses Getmessage API in vb6. Thanks for any help in advance Srya
|
| How to login for HTML Chat? | 09 Jan 2007 16:58 GMT | 1 |
I am repititively failing to login with any user name for HTML Chat. Please note that passoword is not required to login and we can login without it. I think they have blocked my IP so that I should not be able to login
|
| Meaning of that line | 09 Jan 2007 16:02 GMT | 4 |
Hi: Can any one please tell me what is the meaning of that line ReDim Preserve sITUserID(i) Thanks. ---------------------------
|
| Vb2005 will not compile or execute | 09 Jan 2007 14:45 GMT | 1 |
I am in charge of academic computers at an university. Our students do NOT have local admin priv. on the computers. However, they are in the 'power users' and 'debugger users' group. When the students attempt to compile the code, visual basic 2005 shuts down. No error codes, nothing
|
| Confused about 64 bit Vista | 09 Jan 2007 14:26 GMT | 8 |
How about code using variables declared as Byte running under Vista 64 bit? Will it be any problem with it? Or is it better to redimension all variables to Long? Your thoughts appreciated,
|
| Unable to unzip a single file | 09 Jan 2007 13:35 GMT | 1 |
I have a VB code where i am trying to unzip an archive which has only one text file. i have tried creating the same text file location in the target location,a folder in the target and all possible ways and it does'nt
|
| Ctrl, Shift & Alt (Over multiple forms) | 09 Jan 2007 10:07 GMT | 7 |
Question: Can anyone tell me how to >>reliably<< monitor Command Key states inside my application to alter the interface? Situation: (Skip to Problem if it gets tedious)
|
| run out of space to put controls on form | 09 Jan 2007 07:22 GMT | 3 |
I have a form that has like 20 text boxes that are comments. When I create the textbox I add it below the previous one; eventually I run out of space on the form. I am able to resize the form but eventually I cannot continue to add more text boxes. The form height
|
| Example of LET | 09 Jan 2007 05:11 GMT | 3 |
Hi: Can any one please give me a simple example using LET. Thanks.
|
| Example of LET | 09 Jan 2007 02:02 GMT | 2 |
Hi: Can any one please give me a simple example using LET in VB6. Thanks.
|
| Problem with edit record code | 09 Jan 2007 02:01 GMT | 24 |
VB6 SP6, Access97 db I have an edit routine that turns off all navigation buttons and unlocks the fields so the record can be edited. When I step through the code it works properly, but when I run this at "full speed" it changes one of my Option
|
| MDI Child forms | 08 Jan 2007 20:16 GMT | 8 |
I have an MDI application that has a control on the left-hand side that acts as a navagation bar. Each child form that loads moves behind the "navigation bar" instead of on top of it. How can I update my code so that the child forms that load into
|
| Register Class | 08 Jan 2007 20:12 GMT | 3 |
Hi: Can any one please tell me how to create a simple class to add, subtract, divide and multiply two numbers. After that how to i registered that class into windows and then how to i call that class and class methods in VB6.
|