| Thread | Last Post | Replies |
|
| Problem in Err.Raise | 27 Jan 2005 05:14 GMT | 2 |
I am having a problem in getting the error generated inside a class. I have a created a standard exe application in vb and i have also created a class named class1, where class 1 contains a public method Method1() Example:
|
| VB6 Application Configuration | 27 Jan 2005 03:15 GMT | 2 |
I recently added xpstyles to my vb6 applications. I am using a resource file that includes the manifest. My development computer is xp pro using vb6 sp6. Applications compiled on this computer run fine on xp, 2003, 2000 and 98. If I take my source code and recompile the ...
|
| Catalyst SocketWrench vs Winsock | 26 Jan 2005 22:08 GMT | 5 |
With Winsock, after SendData method, I need to put Doevents, which is fine if you have only 1 user connected to it. If the 2nd user connect to it, the 1st user processing is held while it is processing the 1st user.
|
| Global variable tracking tool | 26 Jan 2005 21:49 GMT | 1 |
I have a program that about 30% of the code was no longer needed and removed. Is there a tool or method to determine which global variables are no longer being used in the project when compiled? Thanks
|
| resizing an an array | 26 Jan 2005 21:02 GMT | 4 |
I am having problems with resizing an array. I declare the variable at the top of the script with Dim PimgMiss() I try using:
|
| Printing a box around text | 26 Jan 2005 20:55 GMT | 1 |
VB6, I seem to have tripped over this once before but can no longer locate the info,When printing text on a printer is it possible to print a border around the text so it appears to be in a box,if so an example would be much appreciated.I have a Flexgrid and I'm printing the text
|
| Recently Used File List | 26 Jan 2005 19:25 GMT | 2 |
I have a simple application and under the File menu of the form, I want to list the last 4/5 files that I have opened. Any pointers to some sample code would be greatly appreciated. David
|
| find and replace program for binary files ? | 26 Jan 2005 17:40 GMT | 1 |
Does anyone know where i can find a "search and replace" program that can scan data/text in 1000s of binary files and replace a string with another string ? There is a few on the net but most of them dont have the functionality to:
|
| Consistency of bitmaps on other computers | 26 Jan 2005 17:26 GMT | 8 |
I recently tested a small VB.NET applciation on several computers. The app worked fine on all of them, but one computer seems to be shifting the graphical elements around. It appears that the pictureboxes aren't displaying 'full size' on this one computer for some reason.
|
| detecting characters on RS232-Interface | 26 Jan 2005 16:38 GMT | 7 |
I have connected a device to my PC's comport that continuously sends data @4800bd,N,8,1. Most of the time these data are garbage and need not to be read by my VB6 program.
|
| Installer issue | 26 Jan 2005 16:28 GMT | 2 |
I use Visual Studio Installer to create my MSI packages to do the installation of my programs (all of which are internally used). I have developed a system whereby the install package creates a date value in the registry for the program. When the user dbl-clicks on the app icon, ...
|
| Input to a text box | 26 Jan 2005 16:01 GMT | 8 |
I need to evaluate values that are stored in a binary file. My interest (for now - I plan to refine the process in the future) is to read data from the file and then write those values to a text box. (Eventually the application will scroll through a directory and analyze all
|
| VB.NET EM_STREAMOUT Code | 26 Jan 2005 14:46 GMT | 1 |
I am trying to use the EM_STREAMOUT message to get RichEdit Control data from another application. I have found several examples on the web for C++ and C#. I have tried to convert them, but the call always crashes the window I am trying to get the data from. Does anybody know ...
|
| n\Need to debug out of VB IDE to determine error | 26 Jan 2005 12:46 GMT | 5 |
I have an app that rarely errors out with the following error: Run-time error '-2147221020 (800401e4)'; Automation Error Invalid Syntax
|
| MSFlexGrid De-select Row? | 26 Jan 2005 10:03 GMT | 6 |
I would like to be able to select and de-select a MSFlexgrid row... I assume there is a simple way to do it, but I haven't been able to come up with it... I would like to be able to click and select and click again and deselect.
|