| Thread | Last Post | Replies |
|
| disable list element | 15 Jun 2006 19:45 GMT | 5 |
Does anyone know how to disable a list box element in VB 6 ? Thanks Ike
|
| Getting current file name and Line number | 15 Jun 2006 15:02 GMT | 1 |
I am trying to get the current file and the line number which is getting executed. I used: MessageBox.Show(New StackTrace(New StackFrame(True)).GetFrame(0).GetFileLineNumber) which gives me the
|
| Picture Print Quality (VB6) | 15 Jun 2006 14:33 GMT | 4 |
I am trying to print pictures within VB6 using Printer.PaintPicture LoadPicture(App.Path & "\images\" & "logo.jpg"), 4200, 200 This does work, however the quality of the printed image is poor.
|
| Scripting.Dictionary object Issue | 15 Jun 2006 09:26 GMT | 2 |
I am facing a very strange problem in one of our vb6 apps. The problem details are as follows. We have a reporting application written in VB6. We connect to a database at the end of the day and pull all the records
|
| positioning multiple forms in same location | 14 Jun 2006 16:40 GMT | 3 |
I have three different forms for an application. Depending on user selection, only one of these forms is visible to the user at one time. When the user makes a different selection, the current form is replaced by one of the other two forms. I want all three forms to be in the
|
| Help Cursor on a Menu item | 14 Jun 2006 14:54 GMT | 1 |
I need to enable help cursor (mouse pointer) when i click on a button and do certain functionality in all the items in the form when the cursor is a help cursor and do other functionalities when the cursor is a default cursor.
|
| sending single bit data in VB | 14 Jun 2006 12:21 GMT | 2 |
I h've written a program in VB.In that i'm sending data char by char.Is it possible to send single bit in VB????????(eg.1/0 at a time.If any one know solution or any sample program plz send.Very urgent...Plz help
|
| Animation - why no reply? | 14 Jun 2006 08:55 GMT | 8 |
Sometimes people on this newsgroup will write long lines of code for some questions. For my simple questions, nobody has even bothered to reply. Are the questions too simple or not relevant to this newsgroup? How do I take sequential images of screens (stored as bitmaps) and put
|
| Extra information in the JPEG format | 13 Jun 2006 21:23 GMT | 5 |
Digital cameras insert information into their pictures, such as the shutter speed used, aperture, etc. I want to find out the following information from a jpeg file: Shutter speed
|
| Move Excel data to DB | 13 Jun 2006 20:16 GMT | 3 |
Which way would you go? I'd like the solution to work for different DBs with as little modification as possible. I have VS.NET but don't know how or why to use it over any other technology such as Java. The user would drag-n-drop the workbooks and the data would be added to the
|
| RGB to HEX | 13 Jun 2006 16:07 GMT | 3 |
I have trouble converting RGB values to HEX value. I have made a form with 3 textboxes (for RGB-values) and one label (for HEX). And changing form backcolor according to RGB value. I have made a function to convert RGB to HEX, but when I type value >10
|
| Programming Forum | 13 Jun 2006 12:03 GMT | 2 |
I wanted to let you guys know that I've created a new forum for developers and shareware authors to discuss programming, piracy tatics (preventing), promotion, and more. The url is http://forum.codecall.net Please take a moment to have a look.
|
| OT | 13 Jun 2006 02:42 GMT | 4 |
Hi, anyone else got this one? Dear Visual Basic users, Microsoft is multiplying its efforts to encourage projects to move to dot.NET but many applications are still in VB5 or VB6!
|
| Visual Basic or VBscript? | 13 Jun 2006 01:25 GMT | 2 |
I need to do some detailed file manipulation where I would take data from a column in Excel spreadsheet, clean it up and use it to fill variables and arrays in order to perform search/replaces on an .html file.
|
| webbrowser control to submit form | 12 Jun 2006 13:39 GMT | 1 |
I'm using Visual Studio 2005 Team Edition....using visual basic. I'm trying to use the webbrowser control. In the webbrowser control I have it got to a page where there is a form. It waits for the page to complete, then fills in the form. Next I want it to submit the form or
|