| Thread | Last Post | Replies |
|
| monitor display problems | 28 Jan 2005 10:51 GMT | 2 |
I am having a problem with my computer monitor creating vertical blue lines when it boots up. It will not open the operating system unless I go into safe mode. I tried re-adjusting the display settings to a lesser resolution as well as adjusting the color quality. What am I doing ...
|
| dynamic menu's | 28 Jan 2005 08:27 GMT | 2 |
ive a form with a couple of menu items on it. what im trying to do dynamicly is add another menu heading with a list of menu items. Can any one show me how t di this and how to find out which of the dynamic nemu items were selected
|
| Video Capture with VB - not VFW | 28 Jan 2005 05:03 GMT | 2 |
I'm trying to grab some videos from a DC10+ video capture board, but all samples I find for VB6 use VFW and cannot find my board, including EzVidCap. All they can find is my webcam. My board is installed and work perfectly with Studio Version 7 (this one
|
| Overflow | 28 Jan 2005 04:41 GMT | 10 |
Sometimes vb comes with the Overflow error: Public i As Integer i = Int((99999 * Rnd) + 55555) 'Randomize How to prevent that?
|
| runtime errors | 28 Jan 2005 03:33 GMT | 2 |
every time i open certain programs i keep gettin a vb runtim error 9, subscript out of range...are runtimes updateable and if so where or how can i fix??
|
| Which method would be faster? | 28 Jan 2005 03:30 GMT | 12 |
My project's main form consists primarily of textboxes and comboboxes that are loaded at runtime as members of control arrays. They are divided into 5 sections, and all controls in each section share the same Container and are members of a Collection. (Thanks for the tip, Ken ...
|
| ApCompat.exe | 28 Jan 2005 02:19 GMT | 6 |
Development of the application I'm working with now was started about 8 years ago. Original design was for Windows 95. Early versions did not have any compatibility problems. Windows 98 did not bring any problem. When Windows 2000 pro were installed on users workstations the ...
|
| reading binary file | 27 Jan 2005 23:05 GMT | 3 |
I am attempting to create a program that will decrypt Yahoo Messenger archive files. When a conversation takes place the text is automatically saved into a dat file in c:\program files\yahoo\messenger\profiles\{userid}\archive\messages\{id you talked
|
| Control array inside ActiveX DLL question | 27 Jan 2005 22:52 GMT | 1 |
I have a main application that calls an ActiveX DLL (prWinsockWrapper.dll) which contains a form with winsock control and a public class (clsWinsockMain). I thank you Terry and Ken for the codes.
|
| Software schematic? | 27 Jan 2005 22:40 GMT | 4 |
I am working on a small database project that has become a bit more of a hassle than I expected. Due to network security issues and such, I am having to involve the IT dept. of a local government agency I volunteered to write this program for.
|
| Common Dialog control and USB Keychain drives | 27 Jan 2005 22:28 GMT | 4 |
I have found that if I use a CommonDialog control to open or save a file it won't let go of the USB drive, which means the shutdown routine for the USB drive won't stop it so I can remove it. I cannot find any properties besides filename for the control that
|
| VB standard edition | 27 Jan 2005 22:28 GMT | 5 |
1. Is VB6/VB.net standard edition allowed for commertial development? 2. What's the shortcoming of standard edition? I only used it to develop simple windows based app. 3. How do I get VB6 standard?
|
| programmatically hover control | 27 Jan 2005 22:07 GMT | 1 |
how can i programmatically hover (mouse mouse) a vb control, i am not talking about firing the mousemove event of a control. but instead i want to make the control look like the cursor its over it but its on a other control.
|
| ComponentOne True DBGrid Pro 5.0 licensing issues | 27 Jan 2005 21:07 GMT | 1 |
I have a problem with True DBGrid Pro 7.0 installation. The components appear to install correctly. When Itry to access a true dbgrid component in VB. The get the this error:
|
| component that supports both graphical and text based input | 27 Jan 2005 20:16 GMT | 5 |
Im currently writting a chatroom application and i would like to add emoticon support however i have come to a major problem. Currently im using a text box for the chatroom data to be displayed and of course this does not support the showing of images. Is there any components that ...
|