| Thread | Last Post | Replies |
|
| QuickSort alg. -> Out of Stack Space error | 07 Oct 2005 23:38 GMT | 8 |
Hi I'm using a QuickSort alg. that I found of the internet. Unfortunately I'm trying to sort an array that has over 40,000 records and because the alg. is recursive I'm getting this Out of Stack Space Error. My VBA code was adapted from this reference
|
| Image from WORD | 07 Oct 2005 22:20 GMT | 1 |
i want to get an image from MSWORD without cut/past. thinks for help
|
| File Copy, Delete and Buffer Flushing | 07 Oct 2005 22:19 GMT | 1 |
1) how to copy encrypted files? get permission denied with a big negative error number -2147018896 2) how to delete files that are open by another application? There has to be a way without figuring out what application has it open, closing the
|
| Multilanguage support / Poingers in VB | 07 Oct 2005 21:49 GMT | 4 |
Hello VB experts! Is there any standard or systematic solution to make an application multilanguage? If not, I have the following idea:
|
| Access program from regular account | 07 Oct 2005 20:27 GMT | 2 |
I have an App made using VB6. One of our customers installed it on a XP (professional) machine from the Admin account and run it from the Admin account, every thing was OK. But when he logged on as a regular user, the program keeps showing error message, saying that some access ...
|
| Font Style! | 07 Oct 2005 20:13 GMT | 1 |
Clicking a CommandButton in a VB6 Form opens a new window. I want that when this button is clicked, not only a new window should open but also the Caption of the CommandButton should become bold & italic. To implement this, I coded the following in the CommandButton's Click
|
| SetFocus! | 07 Oct 2005 19:45 GMT | 7 |
Clicking different CommandButtons on a VB6 Form adds the Captions of the CommandButtons as items in a ListBox one below the other. For e.g. when a user clicks the CommandButton "5", "5" gets added as the 1st item in the ListBox. Next when the user clicks the CommandButton "2",
|
| Opening and closing an internet window | 07 Oct 2005 19:31 GMT | 5 |
im running vb6 ( sp6 ) and ie 6 on an xp pro operating system. I am currently rewriting some of our in house operations, and oone o f them is to generate a banking file from one of our systems to be transmitted by internet bank software.
|
| how to check CRC [URJENT!!] | 07 Oct 2005 18:55 GMT | 3 |
I want to write my own routine to calculate the CRC of any given file. Does anybody knows the algorithm or where to find it ?
|
| VB 6 app on windows XP: strange text, graphics behavior | 07 Oct 2005 18:48 GMT | 10 |
I have a VB 6 app deployed on windows XP SP2 machines, with no problems with 99.9% of targets. I am receiving reports of a text, graphic problem with some of the clients. Button text is getting cut off and graphics are misformatted. (Ex. Button text should read 'Test button
|
| Rotated Text Help Needed | 07 Oct 2005 16:50 GMT | 10 |
I've got a little query about rotated fonts that I've never noticed before and I hope that some of you may be able to help me with it. Actually, I think it might be just WinXP that has the problem and not Win98, but I can't check my Win98 machine at the moment. It's a bit of a ...
|
| Printer.TrackDefault changes on its own, why? | 07 Oct 2005 15:33 GMT | 1 |
I have just found that Printer.TrackDefault gets set to false when I change the Printer.Orientation property. Why? What else would cause the TrackDefault to get reset to false?
|
| Problem loading Form.Picture at run time | 07 Oct 2005 15:21 GMT | 3 |
I'm running VB6 SP6, Winxp SP2. I have an app with about 20 forms. I use a common background picture (gif) for each one. This makes the compiled EXE rather large. I wanted to try to load the image at run time for each form to reduce the
|
| Unloading Forms! | 07 Oct 2005 15:17 GMT | 7 |
My VB6 application makes use of 3 Forms - frmForm1, frmForm2 & frmForm3. I converted the application into an EXE file but when I open that EXE, I find that only when I close the EXE while I am using the 1st Form i.e. frmForm1, does the EXE gets unloaded from the memory. If
|
| Substring | 07 Oct 2005 15:16 GMT | 5 |
I have a text field and I am new to VB. I need to substring out characters 2 thru 5 and put them in another field. What is the VB syntax in order to substring out characters 2 thru 5 and put them in a different field??? I apprecaite this forum and Thanks in advance for your help!
|