| Thread | Last Post | Replies |
|
| How many forms should I create? | 08 Jan 2005 19:03 GMT | 1 |
Since this is the first post of 2005, I would like to wish you all a Happy New Year from Scotland. Well anyway, sorry if I have breached the rules of the group. My question for this post is to ask for advice on the best way to create
|
| How to activate my application? | 08 Jan 2005 18:59 GMT | 13 |
I have a vb6 application which shows a modal dialog window every one hour. The problem is that if there is another window from another process/application, which is on top of my app, then I don't get to see the dialog window popping up.
|
| Bootup problem | 08 Jan 2005 18:30 GMT | 1 |
My system froze in the middle of a process and I hit the power switch to restart it. Now it won't boot-up and displays error message "system was improperly shut down or a new device was added... restart in safe mode to correct the problem." Problem is it won't go to safe mode. What ...
|
| Run-time error 9 while processing winsock received data | 08 Jan 2005 18:27 GMT | 3 |
I have an infrequent, but very troubling problem with an internet enabled application we recently released. We used Winsock.ocx as the core for rolling our own HTTP client, and tested using our own web server. We were on a tight production schedule, so the beta phase only lasted ...
|
| Crystal Reports | 08 Jan 2005 18:07 GMT | 2 |
I'm running VB6 Pro SP6. Can anybody steer me to into for using Crystal Reports. I can add the control via Components but can't find the editor. Thanks, Dana
|
| ImageList Error #5 | 08 Jan 2005 17:59 GMT | 15 |
I am comverting a project I wrote some time back in VB6 to VB.Net. In the original project I had a toolbar linked to an image list. The images have been corupted and have lost their transparancy. I have fixed this but I cannot 'Insert Pictures' into the ImageList control, I
|
| Rotate Image | 08 Jan 2005 13:26 GMT | 6 |
Can load an image can size an image Would like to rotate one (90 degrees left or right will be fine for starters!)
|
| Question | 08 Jan 2005 00:07 GMT | 2 |
How can I minimize the Memory use by a process created with Vb6 Thanks
|
| Send/Recv bits | 07 Jan 2005 23:53 GMT | 2 |
Is there any way to track how many bits are sent and/or recieved on a connection in real time. I have looked and looked and can not figure out a way....please help.
|
| Checking for Idle causes CPU slow down and Not responding | 07 Jan 2005 23:01 GMT | 4 |
When I run the following to check for idle, the CPU process jumps up and goes to not responding. If I don't use it. My program runs fine. Please help what is the problem? Public Const QS_KEY = &H1
|
| 3075 - syntax error - a hint pls | 07 Jan 2005 23:01 GMT | 5 |
a hint pls ---------------------- app details: ----------------------
|
| method or data member not found?? | 07 Jan 2005 22:37 GMT | 14 |
I'm getting this message. One of subs in my "masterpiece" doesn't want to fire up. And I have no clue why.(I'm just starting, so no wonder why:) I tried a few different approaches - same story.
|
| Need Some Help | 07 Jan 2005 22:20 GMT | 1 |
I have created an application in VB 6.0 That does the following: It is a Record Search Program that asks the user for Search Criteria. (eg: A Last Name and A Zip Code)through
|
| Long Day Compiling DLL | 07 Jan 2005 21:09 GMT | 1 |
Okay everyone, I don't know what's going on but I'm about to pull out my hair. I have an ActiveX DLL which i'm compiling "for the first time" I have Version Compatibility option set to "No Compatibility". I Build the DLL
|
| Converting numbers into words | 07 Jan 2005 21:02 GMT | 5 |
Can anyone point me at a function that takes a numeric parameter and returns a string containing the number in words? I'm writing an app that prints cheques so I need the amount in words, and I thought I'd ask before going to the trouble of potentially reinventing a wheel.
|