| Thread | Last Post | Replies |
|
| deleted file? | 10 Dec 2004 09:44 GMT | 1 |
can someone tell me how to make a file so where if it is deleted it wil copy itself to the computer again and ru - xypher
|
| What does error 1004 mean ? | 10 Dec 2004 08:20 GMT | 1 |
I'm trying to copy Excel worksheets without any of the corresponding code. I start by copying the sheets (see code below, if needed) . This does a good job of copying fast and eliminating code modules (macros). But the code inside the sheets remains (such as SelectionChange, etc.). ...
|
| splash screen form | 10 Dec 2004 01:43 GMT | 1 |
Hi all, I am writing an application in VB.NET with a bunch of dll in within. Just wondering how to code a txt box in a splash screen that show the name of the dll just loaded, also I wish that the main form is showed when all of dll's are loaded.
|
| Simple split / part question. | 10 Dec 2004 00:57 GMT | 4 |
I have a serial code i need splitting into 2 parts. I need to split the first chr$ which is a number from the next set of numbers that can be any lengh long, by using the code below Dim parts() As String ', i As Long
|
| noob question | 10 Dec 2004 00:49 GMT | 1 |
i dont know where to find the thing so i can turn on progress bars, dont see the little progress bar thing in my tool - xypher
|
| How To Track Network Activity | 09 Dec 2004 23:53 GMT | 2 |
Can anyone recommend a WinAPI function, or some third party software, that would let us track the network activity of a VB 6 app we are developing? We're trying to test and monitor various ADO code (filling recordsets via SQL Server, etc) alternatives in our app.
|
| Passing object to function, function exits prematurely on object use | 09 Dec 2004 23:31 GMT | 5 |
I'm attempting to be more object oriented in my code but I'm having some difficulty. I can't figure out why this line: Debug.Print test(objRoute, objFR) Jumps to the function, but exits as soon as it hits:
|
| Add customized properties | 09 Dec 2004 22:08 GMT | 5 |
How can I add my own property to controls.?? For example if I need a text property to a ListViews ListItem, can I add one ?? Normally it's only Tag, Key, Text and some other, but I need a couple of
|
| Check box not working | 09 Dec 2004 21:15 GMT | 3 |
On Form1 I have a check box control that I have formatted as a button. The Click method for this control is the following: Private Sub chkControl1_Click() If chkControl1.Value = vbChecked Then
|
| VB-tool should be autostarted without a user logged in | 09 Dec 2004 20:30 GMT | 5 |
I wrote a VB6-tool which needs to run all the time even if there is no one logged in on the server. My first idea was to create a service but then I ran into an 1053 error message, service couldnt be started. I read that MS does not recommend to use VB to write services. So I put ...
|
| VB6 VBP syntax (crosspost from syntax group) | 09 Dec 2004 20:08 GMT | 5 |
This was originally posted in the microsoft.public.vb.syntax group but since this group seems much more active I thought I would try here as well. I am curious about the syntax of reference lines within the vbp files.
|
| Highlight Keyword in RichTextBox | 09 Dec 2004 20:07 GMT | 4 |
Does anyone know how to get a keyword highlighted in RichTextBox. Example: if i type IF, the color turns to red if I type DO, the color turns to blue etc..
|
| Detect the OS | 09 Dec 2004 19:50 GMT | 5 |
How do I detect which OS is running?
|
| trusted sites | 09 Dec 2004 19:47 GMT | 4 |
Is their any way to use a MSI installer file to add sites to the trusted sites? Or maybe a vbscript. I made a web add that uses Microsoft TsWeb but some of the thing I used in it require me add the site to my trusted sites in IE. Or if some one knows how to make TsWeb (MsRdp.Ocx) ...
|
| discover installed version of Outlook Express? | 09 Dec 2004 19:31 GMT | 13 |
Before I add confusion with the whys and wherefores (manipulating OE at runtime is such an *incredible* headache)... does anyone know a reasonable way, from within a VB6 app, to determine which version of OE is installed?
|