| Thread | Last Post | Replies |
|
| read whole file at once | 23 Sep 2005 00:35 GMT | 2 |
Can anyone tell me how to read a file (text or otherwise) into a buffer so that the whole file ends up in the buffer, instead of reading it line by line?
|
| Draggin and dropping image from word/excel - Getting the image width and height | 22 Sep 2005 22:42 GMT | 3 |
Im dragging and dropping an image from excel into a picturebox. Unfortunately the picturebox rescales the image to the size of the image box. Is there a way for me to retrieve the dragged image width and height before it is resized and therefore resize it back?
|
| Properties Dialog box GONE MISSING | 22 Sep 2005 19:45 GMT | 8 |
Not sure what I've done, but my Project | Project properties dialog box has gone missing.... What have I changed to make it vanish? Regards
|
| Autosizing ListView columns | 22 Sep 2005 18:48 GMT | 3 |
I have an old piece of code that I use to automagically resize the columns in a listview box that evidently is either outdated or has some quirk that if I call the routine before the actual display happens, it's as if I didn't call the routine at all.
|
| VBScript Help | 22 Sep 2005 18:40 GMT | 2 |
Folks, How can I have the output come out on a text file. Thanks D
|
| Question about thread safety... | 22 Sep 2005 18:36 GMT | 10 |
I have a question about thread safety in a VB application written using Visual Studio.Net 2003. Here is the situation... I am running a process thread in a modal dialog. I have written it so the user
|
| ODBC connections are all failing | 22 Sep 2005 17:31 GMT | 8 |
I am getting an error any time I try to adjust my Data Source (ODBC) settings. Actually I am unable to open any of the DSN connections under User DSN and System DSN. Whenever I try I get this error" The setup routines for the Microsoft Access
|
| "Class Not Registered" Issue | 22 Sep 2005 17:22 GMT | 6 |
I have an application made using VB6. It has been installed in many Windows 98/2000/XP machines and run successfully. But when installed it in a new "bare" Windows XP machine (only operating system installed) and run it. It gives out "Class not registered" error message and ...
|
| Long process might fail...how to implement a timeout? | 22 Sep 2005 17:00 GMT | 7 |
I've got a situation where in my program, at the start of it, I need to instantiate an object (third party -- I have no control over it) and then tell it to connect to its data source (again, no control over it). It boils down to just 2 lines of code:
|
| project slow to unload | 22 Sep 2005 16:46 GMT | 2 |
I used following FTP classes in a project recently. It takes a full minute to stop the VB 6 IDE after referencing these classes. I'm curious what makes it take so long? The files may be found at http://www.vbforums.com/showthread.php?t=330252
|
| for good ones! | 22 Sep 2005 16:45 GMT | 1 |
I have changed a user connection form WINDOWS NT Trusted Connection to SQL Authentication. I've kept the roles and permission of the user. When a stored proc, called PROC_TEST, is excuted, I get the message: "Operation is not Allowed when the Object is closed."
|
| Watch for a specific dialog box and respond to it (close it) | 22 Sep 2005 16:27 GMT | 2 |
I need to close a certain dialog box that windows will throw up automatically. How can I watch for it and automatically respond?
|
| Minimised Application Not Restoring or Maximising | 22 Sep 2005 16:24 GMT | 4 |
Any help with the following will be greatly appreciated. On Windows XP Professional, a User minimises an application (that has been written in VB6) to allow him to work on two other applications (one off the shelf product and one in-house written application).
|
| Should I learn this? | 22 Sep 2005 16:22 GMT | 4 |
I'm 14 years old and I know HTML and CSS well, I'm learning JavaScript right now and I've been experimenting with Visual Basic. I have Visual Studio 2002, so I've also tried out Visual C# too. I'm wondering if you think I should learn Visual Basic. I adapt to new things on the ...
|
| Manifest VB6 IDE | 22 Sep 2005 16:07 GMT | 10 |
I started to mess around with trying to get the vb6 ide interface to show the xp styles. I have tried this on WinXP Sp1, Win2kSP4 etc. I've tried the manifets from vbaccelerator, vbnet and still nothing on chaning the look of vb. I did the search for ComCtl32.dll on my win2k ...
|