| Thread | Last Post | Replies |
|
| Dim a byte array. | 15 Dec 2005 14:00 GMT | 27 |
Could you please advice how to convert this code to VB6? Thank you very much! private final short[] Reg ={ 0x01, 0x02, 0x03, 0x04 }; Best regards,
|
| CopyFile truncates files | 15 Dec 2005 13:56 GMT | 8 |
We have a Windows application that copies files from an XP workstation to a Windows Server 2003 server. The app is written in VB6 and uses the CopyFile method of the FileSystemObject. The code line is: fso.CopyFile sourceFiles, destination
|
| Case Determination | 15 Dec 2005 13:25 GMT | 22 |
Does anyone know a simple subroutine to determine if a word is Uppercase, Lowercase or Propercase?
|
| subroutine help: was Visual Basic Library Calls | 15 Dec 2005 12:20 GMT | 4 |
I posted before and after thinking perhaps I could have done a better job explaining my problem I thought posting the code seq I'm having trouble with might be a better approach .... Sub GetQTVersion()
|
| What is OOP's purpose, code reuse, bug minimisation, or what? | 15 Dec 2005 10:50 GMT | 18 |
Well, what is the fundamental purpose of OOP? Has it been successful so far? Is Extreme Programming waiting in the wings to supplant it as the Next Big Thing? What future developments are expected? Could the procedural approach enjoy a resurrection?
|
| CreateMutex in VB?! | 15 Dec 2005 10:24 GMT | 2 |
I have 2 applications in vb: Com activex exe And test aplication which use com activex exe. I would like to protect one funcion (public in com activex exe)- can be
|
| date field as sql table key | 15 Dec 2005 04:40 GMT | 4 |
Using VBscript. If I need to go to another newgroup please point me to it. I need a sql table key much like a sequental key (that I can read when I display the table). I would like to use a date field with the format ccyymmddhhmmssnn based on the System Date. Any ideas how I ...
|
| Add Current Date into Text Box with Additional Text and File Extension | 15 Dec 2005 02:30 GMT | 2 |
I have a VB program that extracts data from a pre-named file, inputted via a text box. I'm trying to save the user some time/headaches by pre-filling the text box with the filename - which is formatted as follows:
|
| NonClient question | 15 Dec 2005 01:40 GMT | 13 |
As progress on my Titlebar OCX development continues...I am wondering if there is way or an API that lets me set any given RECT coordinates as a nonclient area. Basically, I am looking to make the area my control sits on nonclinet so I can adjust form redrawing and custom menus ...
|
| visual basic 6 newbie help please | 15 Dec 2005 01:13 GMT | 1 |
I've just started learning VB6 and have come across a few problems I'v can't seem to solve/work out :(. i have a 3 questions: 1:
|
| How to assign array to a PictureBox ? | 15 Dec 2005 01:07 GMT | 8 |
I have a raw data arry ( byte ), now I want to assign it to a PictureBox, and then I can control it by bitblt / stretch.. etc. Could you please advice how to assign it to PictureBox? Thanks a lot!
|
| Looking for Visual Basic 6.0 Professional | 15 Dec 2005 01:07 GMT | 10 |
Anyone know where to find VB6 Professional on the net for a reasonable price? It can't still be priced at $400+ can it?
|
| Get Web Page Size? | 14 Dec 2005 23:05 GMT | 7 |
I had asked a similar question a few days back but after having got no response, I am asking it again. Sorry for multi-posting but I guess one can very well gauge how desperate I am to get a concrete solution for my problem.
|
| Test Existence of .hlp File Topic IDs perhaps with a WinHelp API Command | 14 Dec 2005 22:48 GMT | 2 |
I would like to write some VB6 code that will test the existence of a topic ID in a help file. My commercial software application contains a series of topic IDs which should match the IDs in a help file. I'm relying on a contractor to write the help file and sometimes we do not ...
|
| If.....Else? | 14 Dec 2005 21:21 GMT | 5 |
I have a WebBrowser control & a hidden ListBox. When the Form loads, the ListBox gets populated with those sites which the user has categorized as Restricted Sites (the ListBox actually gets populated with the different URLs from a text file).
|