| Thread | Last Post | Replies |
|
| Create Excel file from my VB6 program? | 21 Jan 2005 02:54 GMT | 5 |
I am using DAO code in my VB6 program to create an Excel (.xls) file. I'm creating the fields (columns) and adding records (rows). This all works ok but I can do very little formatting. I can't set column widths, etc. The main reason I'm doing it this way is because Excel
|
| too strong? | 20 Jan 2005 22:55 GMT | 2 |
I run little graphics program on my win95 vb6 . I then run the same prgram in winXP and the program wouldnt quit and the computer had to be rebooted. I had a main loop that simply updates graphics.
|
| Color Picker in VB6 | 20 Jan 2005 22:32 GMT | 10 |
Is there a way to have the color picker (full color spectrum to choose a color like in Photoshop) in VB6? I would like to click on a button, have the Color Picker pop up and then be able to get the RGB values. Thanks,
|
| What needs to be installed for dbengine | 20 Jan 2005 22:16 GMT | 4 |
I inherited a VB program but I am not all to familiar with VB. The VB program runs fine from the creators computer and another computer that he set up, but when ran on other computers it does not complete. The program is using the dbengine open a text document and outputting
|
| how can I give the user a "find file" type window? | 20 Jan 2005 22:10 GMT | 1 |
When I prompt a user to enter a file name, I'd like to permit him to browse the file system in a manner similar to Word's Dialogs(wdDialogFileOpen).Display construct. Is there anything like that in Visual Basic?
|
| CDOSYS and MAPI Error | 20 Jan 2005 21:32 GMT | 6 |
I was directed to an article regarding using Outlook from within Word. When I tried to run the sample I got the following error: " User defined type not defined " on this function statement Public Function StartQuietSession(NoMailServices As Boolean) As
|
| How to get the Link from a .lnk File? | 20 Jan 2005 21:24 GMT | 2 |
can anyone tell me how to access .lnk files and get the information especially the path to the linked file? thx Peter
|
| Using C++ functions in VB.Net | 20 Jan 2005 20:58 GMT | 5 |
I need to call functions in a C++ DLL from a VB.Net program. I am confused about what data types to use. For example, if a function returns a pointer to NULL, what data type would I use in VB?
|
| *.wav & *.mid | 20 Jan 2005 20:48 GMT | 2 |
I want to play a *.mid and a *.wav-file at the same time(nearly synchronously). For this I installed a second sound card, but how do I do my job?? I think I've first to bind the sound files to a specific card, i.e.
|
| Public Variables not being loaded | 20 Jan 2005 20:18 GMT | 2 |
I have a program that in one form I open and read data into an array and check for the min and max values. The array is public. At one point in the program, a user may request to create ranges from numbers in the array. I have another form that provides areas for the user ...
|
| Which DB am I connected to? | 20 Jan 2005 19:49 GMT | 3 |
It is not really a VB question, but I will try anyway.... I have some stored procedures in ORACLE that run outside my VB 6 app. When I connect to my DB from VB I know which DB I access.
|
| Problem in Binary To Double Conversion in Win2000 which is working fine in WinXP | 20 Jan 2005 17:28 GMT | 5 |
Hai, I am trying to convert a binary value to double using the function 'pblfBinaryToDouble' given below. I am getting the result correctly in Windows XP, but an 'Overflow Error' in Windows 2000. Can any one please help
|
| Greeting Card program | 20 Jan 2005 16:58 GMT | 4 |
Looking for general advice on a set of OCX's or NET managed code for producing greeting cards. I'd like to have a greeting card with editable print and graphics. A quick look for OCX's show no products.
|
| disposing of class objects / variables | 20 Jan 2005 16:55 GMT | 5 |
I am building up a VB6 app that pretty much rolls through a record set of a table, if certain criteria are met then it does something. (simple enough). If it gets to the end of the table then it simple goes back to the start. The things that it does are dropped into class objects ...
|
| Returning a status from a VB App | 20 Jan 2005 16:12 GMT | 2 |
I need to run a VB app non-interactively as part of a batch system. I need the app to return a status as in this C code so that I can check the status in a Windows Batch File: int main ( )
|