| Thread | Last Post | Replies |
|
| CD Brennen unter Windows XP | 29 Nov 2005 09:36 GMT | 1 |
Wie kann ich unter VB 6 den CD Brenn Assistenten mit einbeziehen, gibt es vielleicht eine API dafür... MfG Dietmar Schäfer
|
| newbie array problem | 29 Nov 2005 05:34 GMT | 4 |
Got this assignment in my VB .NET class. The program's basically a picture viewer that lets you add your pictures to an array so you can cycle through them once the file's been opened. So you open the file, it displays, then you can select "add to list" from a menu. Anyway, ...
|
| Problem writing code to go to a label after calling a procedure | 28 Nov 2005 23:13 GMT | 10 |
I want to jump to a label within a procedure after calling the procedure. Is there any way around this problem? It would be nice if you could write the code customer:sales
|
| adding entry to Start Programs | 28 Nov 2005 21:59 GMT | 1 |
I want to add a link to my program in Start Programs. Can anyone give me an example of how to do this please? I cannot quite follow the code in Setup1! Thanks
|
| download file from VB | 28 Nov 2005 16:02 GMT | 1 |
Hi, how can i download a file from ftp to a folder in my hard disk using vb coding. thanks
|
| add scrollbar to form | 28 Nov 2005 15:38 GMT | 6 |
hi, is there a better way to add scrollbar to a form than using a picture box with scrollbar? using this method, the scrollbar keeps blinking.
|
| Show/Hide tab page in TabStrip control | 28 Nov 2005 15:15 GMT | 2 |
We are developing an application in VB6. We have used TabStrip control to display multiple tab pages with different information. We need to either enable/disable or show/hide a tab page for certain conditions, which appears to be impossible with TabStrip control.
|
| vb programming guide | 28 Nov 2005 11:57 GMT | 4 |
anyone in the group willing to share their VB6 programming manual for a newbie here... i would appreciate it very much in pdf format file... thanks...
|
| A Picture with a ComboBox | 28 Nov 2005 11:30 GMT | 22 |
Dim p1 As String p1 = App.Path If Right$(p1, 1) <> "\" Then p1 = p1 & "\"
|
| is shelled program still running | 28 Nov 2005 08:00 GMT | 3 |
How can I tell if a program that I have shelled has completed? Thanks Jack Russell
|
| Unload Me | 27 Nov 2005 19:41 GMT | 3 |
I'm want to run Form2 only if a condition is met however, I get this error: Run Time error `364` Application-Defined or Object-Defined error. Here's the scenario: Form1:
|
| F1 stopped working | 27 Nov 2005 16:45 GMT | 2 |
Help! for some reason my VB has forgot where my MSDN is (maybe after sp6 installation), so when i press F1 he says "MSDN does not exist, Please reinstall MSDN". Is there a way to get around the time consuming task of
|
| Flex Grids | 27 Nov 2005 16:02 GMT | 5 |
When I select a info from a row using either Click or DblClick event it seems to execute an additional click. To be specific: I'm selecting a product from a grid in order to add it to my line items however it executes an additional click which causes
|
| Transparency | 27 Nov 2005 10:35 GMT | 4 |
This is probably a frequently asked question... Is there a way to make a user control transparent? I can use this code on a form (under XP at least), but it doesn't work on user controls:
|
| Instantiate a class | 27 Nov 2005 02:24 GMT | 1 |
What does it mean to "instantiate a class"? I'm just learning VB.NET Fundamentals, and I don't understand what this is. Thanks for any help!
|