| Thread | Last Post | Replies |
|
| Troubles with XP SP2 ? | 08 Sep 2004 16:46 GMT | 3 |
I programmed a small Access database in VB6 SP5 on my Win98se platform. One friend had been running my program okay in his WinXP Prof. SP1. Then he upgraded to WinXP Prof. SP2 and could no longer run my program. The error message winXP Pro SP2 displays is ...
|
| Displaying file name in status bar (I guess text manipulation).... | 08 Sep 2004 16:07 GMT | 14 |
I have the following code... frmMainForm.sbStatusBar.Panels(1) = sFile "sFile" is the filename in my text editor and is displayed in the status bar (sample) as follows, c:\my directory\temp\work\myfile.txt
|
| How to extract data from a long concatenated record? | 08 Sep 2004 15:19 GMT | 6 |
A file format I'm reading in VB is of the format <long-integer record size><record> <long integer record size><record> .
|
| clear history folder from vb application | 08 Sep 2004 15:19 GMT | 1 |
i am building an application in vb n trying to clear history folder ,but not been able to do it how can i delete "Today" in "History" folder from my vb application. help me on this one . thanx in advance
|
| Using resource files | 08 Sep 2004 14:31 GMT | 1 |
Hi, Can i insert resource files in visual basic ? Any one know ? tell me please. thanks
|
| How I can do a commit without loose my cursor with an rdo connecti | 08 Sep 2004 14:22 GMT | 1 |
I use a rdoconnection in my VB code. When I have a cursor open, while I get through it sometimes I need to do a commit, after the commit my cursor become invalid and I can't go through the remaining data I would like to scan.
|
| dll requirments | 08 Sep 2004 13:58 GMT | 5 |
What dll's and other files are required to allow fso and wscript to run on a CPU. TIA GM
|
| VB6 MSFlexGrid with command button in cell | 08 Sep 2004 13:58 GMT | 2 |
Is it possible to have an MSFlexGrid control contain a command button in its cells? The user needs to press something in the MSFlexGrid to open a new screen. Thanks very much for any help and any URLs.
|
| VB6 on WIndows NT & 2000 | 08 Sep 2004 08:53 GMT | 12 |
Can anybody tell me if my vb 6.0 .EXE will run on Windows NT and Windows 2000 ? Thanks, Dana
|
| Is there a way to write this code more compact? | 08 Sep 2004 08:06 GMT | 3 |
The code below works but I just keep looking at it and thinking that there should be some way to compact it. There are 10 ImagePages and the only difference is their name propertie. i.e. ImagePage1, ImagePage2, ImagePage3...
|
| Multithreading in VB 6.0 | 08 Sep 2004 07:27 GMT | 3 |
Is Multi-theading possible in VB 6.0. If so can anyone tell me how do I implemente this. Thanks and Regards, Peri
|
| Look for process and wait | 08 Sep 2004 06:07 GMT | 2 |
I was wondering if there is a way for VB to look to see if a process is running and if it is wait until it closes to move on? I have written a VB program that is split in two parts. After the first part it starts up 3rd party program(Program.exe) to do some stuff. The 2nd half
|
| Learning | 07 Sep 2004 22:26 GMT | 2 |
I have just bought visual basic .NET 2003. I have programmed in VBA (Access, Excel etc...) but am completely new to pure VB. I bought the application just to learn. Is this a good group to pick up bits and pieces from? If not can you suggest some?
|
| Need help with the Excel Object in VB | 07 Sep 2004 22:05 GMT | 5 |
I have been programming in VB for many years and I have never had to use any of the MS Office objects until recently. I need to create a report in Excel using VB. Our BA has given me the format how the Excel report should be laid out. I will be getting my data from a
|
| URGENT!! Help needed - creating embeddable documents in VB | 07 Sep 2004 20:13 GMT | 2 |
Forgive me for this stupid question, but I couldn't find any answer on the net. Is there any way to write a VB program that can handle documents embeddable in other programs?
|