| Thread | Last Post | Replies |
|
| Scroll Bar Focus Question | 11 Aug 2006 11:59 GMT | 9 |
I have a form with vertical and horizontal scroll bars. It has no other controls, but will have labels. When I launch the app one of the scroll bar sliders is flashing, like it has focus. Even if I move the slider the flashing still happens near the original stop and doesn't follow
|
| splash screen | 11 Aug 2006 11:40 GMT | 3 |
my splash screen always is behind my main form when it loads!! how can i get it to the top tried ZOrder does not work????
|
| Blanket of colour on a frame to take the background colour | 11 Aug 2006 08:25 GMT | 1 |
Running XP PRO VB6 sp5 Does anybody know what causes a framebox (ssframe) to take the background colour of the form at run time Thanks
|
| Recognizing Computer Name | 11 Aug 2006 04:01 GMT | 2 |
I am using Excel 2000 (Office 2000) and in my Excel application, I have reports printing module which: 1) Sets the printer to a pdf printer, and 2) Prints certain custom views to the pdf printer.
|
| Where do we find Constant or Enumerated values? | 11 Aug 2006 01:38 GMT | 1 |
When looking at some of the newer type structures for XP, Microsoft lists some constants that I do not have values for. Is there a resource with values for newer constants?
|
| OCX locate and register | 10 Aug 2006 21:42 GMT | 16 |
I have done this once before, but do not remember the steps to accomplish it. I downloaded 'metalcbproj.ocx' and have it saved in partition E:\downloads. With XP SP2 on the PC, I do not have C:\windows\system. The OCX came with a batch file to install it, but I don't trust using ...
|
| .captions displays during step-thru only | 10 Aug 2006 21:33 GMT | 3 |
I set the value of a caption in a label and call another module to perform some processing using code such as the following: mycode.Label26.Caption = "Please wait ..." Call goprocessothercode
|
| VBscript to change excel cell values | 10 Aug 2006 21:31 GMT | 1 |
I need to open an excel spreadsheet and with a vbscript take the value in column 1 and parse it into column 2 and 3. Right now the spreadsheet only has this column 10.1.1.2/24
|
| Calculate time passed | 10 Aug 2006 20:17 GMT | 8 |
Lets say that we have an employee that his working day salary depends on the hours he is working and say that from 00:00 to 08:00 he takes for an hour 10 euros from 09:00 to 15:00 he takes for an hour 9 euros
|
| Query the type of EXE | 10 Aug 2006 19:12 GMT | 1 |
I want to query the type of EXE from VB6 code (e.g. standard exe or build with .NET exe). What is the easiest way to do to this? Thanks.
|
| How to detect the presense of the .NET framework... | 10 Aug 2006 19:05 GMT | 1 |
|
| TextBox multiline: howto add new line "light" | 10 Aug 2006 17:57 GMT | 6 |
I must show a log in a form... how is it possible to append a new line to a multiline TextBox? With a low number of lines I've used: Text1.Text = Text1.Text & "CodiceBadge modificato:" & Codice
|
| Calculation VB script | 10 Aug 2006 17:53 GMT | 3 |
I am trying to take an IP address and calculate it into a number. I am using the following script that works. ' input1.vbs Option Explicit
|
| Help - Sending handle of a List Box from VB App to a C dll | 10 Aug 2006 15:56 GMT | 2 |
hi people, I need to send a list of values to a Vb Application to populate a list box with these values. Can anyone of you tell me how to pass a handle of a List Box from Vb to
|
| help needed in sending an array of strings to VB App from C dll | 10 Aug 2006 14:59 GMT | 4 |
I am working on VC++ 6.0 and VB 6.0. I have a function in my C dll that has to pass an Array of strings to the VB Application as input .These strings then have to be populated into a list box in my VB Application.
|