| Thread | Last Post | Replies |
|
| CommonDialog | 23 Jun 2006 18:03 GMT | 1 |
I want to change the caption of a command control button in the printer commondialog. Does anyone know how to do this ? THX for your help
|
| CheckBox & Option Button text colour | 23 Jun 2006 11:40 GMT | 4 |
I do not appear to be able to change the colour of the text (foreground) colour for the standard VB checkbox & option button. I would like to be able to do this in code (VB 6, SP5) Is this possible? Any help would be appreciated.
|
| Passing Arrays to Functions | 23 Jun 2006 07:31 GMT | 3 |
I am having a problem with passing an array into a function call. 8<-------------------------------------------------->8 In ClassA, I have a function declared like this: Private arrUserValues() as String
|
| How to assign a state to checkbox in Visual Basic.net ? | 22 Jun 2006 15:59 GMT | 1 |
I have a text file with words TRUE and FALSE, line by line. I want to read this file so that those values will be assigned to a corresponding checkboxes. How can I do that ?
|
| multiple images in one page | 22 Jun 2006 10:35 GMT | 8 |
I have a number of images (BMP) in a directory, they arent allways the same, so, somethimes can be 10 and sometimes 100, i need to print the images, for example, 16 per page, i dont know how to do this :S, any idea?
|
| Transparent Screen.... | 22 Jun 2006 10:02 GMT | 8 |
Hello every one, I need to develop a transparent screen. That is peresent above picture box.That Screen is resizeable and moveable.If we double click that screen or press enter the selected portion of the picture is
|
| using API | 22 Jun 2006 07:23 GMT | 1 |
Hi. I want to know what API calls are available to get information on my CD writer. I have tried to look up the API viewer, but it is like looking for a needle in a haystack. I just want to find a way of identifying the drive. --
|
| Questions about making animated files from SavePicture'd bitmaps | 22 Jun 2006 01:14 GMT | 5 |
I save lot of bitmaps from SavePicture, often sequentially numbered. Sometimes there are only five pictures in the series, sometimes there can be 400 in the series. What is a good software (very simple, free) for making a movie file from bitmaps?
|
| Visual Studio 2005 | 21 Jun 2006 21:27 GMT | 1 |
I just started with Visual Studio 2005 (Visual Basic part of it, more precisely), and have a few questions. 1.It seems to run very slow on my laptop (which by far exceeds the official minimal requirements- its a P4 2.6GHz with 768Mb RAM). It takes
|
| Sharing an object created at run-time | 21 Jun 2006 16:38 GMT | 1 |
I have a form in which I want to connect to an OLEdb datasource with a logon button. I also want the user to be able to disconnect with a logoff button. The connection string relies on input from two input boxes, txtUserid
|
| FileListBox and directories with more than 32,768 files! | 21 Jun 2006 05:02 GMT | 4 |
I searched the archives and didn't find any discussion of this, so here goes: I have to deal with some directories which have more than 32,768 files in them. A LOT more - some of these directories have over a million
|
| VB Powerwrap | 21 Jun 2006 04:28 GMT | 1 |
Hello all Has anyone had any experience with VB Powerwrap from Moonlight Software? The following is taken from their site "VP-PowerWrap allows developers to distribute their programs without the
|
| Ms Comm Control | 20 Jun 2006 19:53 GMT | 2 |
I have written a number of applications that control various bits of hardware via serial data. using VB6 and the comm. control now some one has asked me to do one for a specific piece of equipment, the protocol calls for 9600 8 N 1 all cool there,
|
| Problem displaying for in designer | 20 Jun 2006 16:02 GMT | 1 |
I'm getting the following message when I try to display any forms in my project in the designer "The designer for base class 'System.Windows.Forms.Form' is not installed." I can run/build/debug my app with no problem. Just can't load anything in
|
| SMTP problem | 20 Jun 2006 14:03 GMT | 1 |
i am trying to connect to an stmp mail server via winsock. So far I tried AUTH LOGIN but the RX is bad username. Of course I used base64 I tried it without base64 but RX is Command not implemented
|