| Thread | Last Post | Replies |
|
| Recommendation for GUI library | 08 Nov 2004 08:41 GMT | 1 |
I would like to give my good old VB6 applications a more recent look and feel and I'm wondering how I should proceed. Should I switch to VB.Net? Does this give me a modern UI for free? I don't think so. I had a look at CodeJock's and BCGsoft's libaries. BCGsoft looks more
|
| Image and Picture box Aspect Ratio | 08 Nov 2004 08:30 GMT | 9 |
I have a fixed size image/picture box control and want to simply resize a picture to fit inside the image/pic box control whilst maintaining the aspect ratio of the original picture without resizing the control that its going to appear in.
|
| Could i get the New Mail event in VB??? | 08 Nov 2004 06:31 GMT | 2 |
Could i get the OutLook2000 New mail event in VB? I can send email in VB , but don't know how to get the new mail event. Does any body tell me how to do?
|
| MDIform on error | 08 Nov 2004 03:17 GMT | 7 |
I use on_error in my MDIform and do not know how to resume after an error. Here is what I have: Error_Routine: If Err.Number = 5 Then
|
| Import data from Multi Spreadsheets | 08 Nov 2004 02:08 GMT | 4 |
I need to import data from multi Spreadsheets with VB6 code. My code doesn't work properly, the error message I got is: "Item cannot be found in the collection corresponding to the requested name or ordinal". Moreover, I can't view the cells collection value from watch window, ...
|
| VB6 doesn't preserve project state | 07 Nov 2004 23:38 GMT | 5 |
When I'm working with a project, I may have some forms open, some MDI windows showing the project source code, and other UI elements of the VB6 GUI in a certain state. Then I save my project, and I do File->Remove Project
|
| Listview first column | 07 Nov 2004 23:00 GMT | 3 |
I have a listview which consists of several column, the first being the Time Column. Now, when the user scrolls horizontally, the Time Column obviously disappears. Is there any way I could have it show like Excel? I would like the first column to remain there inspite of any ...
|
| Printing out textbox with VB 6 | 07 Nov 2004 22:28 GMT | 1 |
I am trying to print out a multiline textbox. The printout shows every paragraph in one line, so most of text is missing, no line break is made my code
|
| Parameter name re-use - Opinions | 07 Nov 2004 21:56 GMT | 6 |
Using VB6 SP5 What are the opinions on re-using parameter names in Subs/Functions? For example, If I have two separate Subs in a BAS module that both accept input filename and output filename as arguments, is there any harm in giving the
|
| Confusion - INI File Read | 07 Nov 2004 18:44 GMT | 3 |
Did the XP SP2 perform some security protection that causes INI files to read as though they are always "read only" so that a test for FileExists fails? Code Follows (From the ms setup.exe prog vb5) Giac
|
| Applying image file with transparency? | 07 Nov 2004 14:40 GMT | 2 |
A project I am working on will contain a form that will be used to build maps or diagrams. There will be a large background image and a palette of symbols, etc that the user will select and then click the background to place them.
|
| Q: Project References | 07 Nov 2004 14:38 GMT | 10 |
Morning group, I have a question regarding project references ... If a standard EXE project is compiled with a reference pointing to a DLL in one location, can that same DLL be distributed into another directory and the
|
| VB and graphics | 07 Nov 2004 13:29 GMT | 5 |
 Signature hello I have noticed when drawing lines/objects with VB6, you can specify the .left and .top of any control on the form and off the form.
|
| Design Suite Product similar to Outlook layout - How ??? | 07 Nov 2004 13:20 GMT | 2 |
I am looking into building a Product that would merge several Exe's into a Suite product. Currently we have 4-5 VB Exe's that I want to put into 1 product (Suite) On the left side similar to Outlook I would have Buttons for each product
|
| Byte Arrays? | 07 Nov 2004 11:11 GMT | 2 |
I'm doing some network programming as a "for fun" project. I'm trying to read in a protocol header and decode it's contents. The contents are supplied in a byte array, the data I want is in byte 15 and 16? The data is a single field stored as a two byte value? How would I go
|