| Thread | Last Post | Replies |
|
| Array | 13 Aug 2004 18:36 GMT | 3 |
I have an array of command buttons which I set to 'enabled' in my program. This is done individually on seperate lines of code e.g. cmdButton(0).Enabled = True cmdButton(1).Enabled = True
|
| VB intro book for programmers sought | 13 Aug 2004 18:26 GMT | 2 |
Could someone please recommend a good introductory book to Visual Basic written for programmers who have had little or no exposure to Windows? I am a C++ programmer and have only worked on Unix/Linux so far, so I understand very little about DLL's, COM, ActiveX, etc, but I
|
| Hiding menu points "Project\Refernces" and "Project\Components" | 13 Aug 2004 13:25 GMT | 2 |
Hi ! I have a problem with my visual studio 6.0 installation. After an automatic Windows Update for the internet explorer two menu points "Project\References" and "Project\Components" in the visual basic 6.0 IDE were gone.
|
| Use MCISendString to get handle to CD | 13 Aug 2004 12:42 GMT | 1 |
Can someone please tell me if i can get handle to CD using MciSendString? Any help will be appreciated Thanks.
|
| Help with image | 13 Aug 2004 11:31 GMT | 4 |
Does anyone know how i can load an image into either picture or image box then drag the corners at runtime to enlarge or shrink it.
|
| Assing Picture1.Picture to Image1.Picture | 13 Aug 2004 08:10 GMT | 3 |
Is it possible to assign the Picture property of a picturebox to the Picture property of an image control? I use an invisble picturebox to make some changes to a picture, but I want to show the picture in an imagecontrol, since the image is very
|
| Using NameTranslate object. | 12 Aug 2004 16:34 GMT | 1 |
I'm not sure if this is an active directory issue, or a VB issue. I've got some code to convert an NT login name to a Distinguished Name so I can query an Active Directory server. Unfortunately, it always returns an empty string instead of the distinguished name.
|
| a confusion.... | 12 Aug 2004 13:26 GMT | 4 |
can anyone tell me what type of control "intrinsic control like commandbutton,textbox,listbox etc" are? are they some kind of activex control? where are they located in the registry?(i am using win2000 sp3)
|
| Difference between Image1.Picture.Width and Image1.width | 12 Aug 2004 08:01 GMT | 2 |
I was wondering if someone could explain to me what the difference is between the width propery of the picture property of an image and the width property of the image itself. I would have guessed that when the stretch property of an image was set to
|
| Modem | 12 Aug 2004 04:28 GMT | 1 |
This is not really a VB question, however, i am stuck a modem problem The modem is connected to a cristie teleport with a speed of 9600 bps. How can i set the modems DTE speed at fixed to 9600 bps ? sometimes, the modem has a different DTE speed, i have to disconnect the
|
| a confusion.... | 12 Aug 2004 02:01 GMT | 1 |
can anyone tell me what type of control "intrinsic control like commandbutton,textbox,listbox etc" are? are they some kind of activex control? where are they located in the registry?(i am using win2000 sp3)
|
| Email | 12 Aug 2004 00:59 GMT | 3 |
I currently have the following VB code in a MS Access Database which I use to send emails. Nonetheless, it opens Outlook and I would like it to send an email using Outlook Express. Could anyone please oblige in ammending the code for me, so that it uses Outlook Express 5?
|
| VB6 - Looking for an image object | 11 Aug 2004 21:36 GMT | 6 |
Hello everybody, I'm writing a VB6 program to show images and I'm using the picture box object to create thumbnails "on fly". This works fine, but the image quality after resize is poor. I'm looking for an object (possibily free) that works like the picture
|
| Problem with wildcards in Access | 11 Aug 2004 19:11 GMT | 9 |
I'm having a problem with a query using a wildcard on an Access DB. This is my query: SELECT * FROM Cities WHERE Name LIKE 'Amster*' I also tried the SQL standard: ... LIKE 'Amster%'
|
| GetSystemPaletteEntries VB5 -> VB6 conversion | 11 Aug 2004 16:19 GMT | 6 |
Help, Below is a Sub excerpted from a Visual Basic 5 Graphics programming book, using the older palette method for color. Can anyone lead me to some info so that I can convert this code to VB6, using the newer RGB color methods? Any
|