| Thread | Last Post | Replies |
|
| vb6 path | 07 Jun 2006 11:17 GMT | 6 |
I am using VB6. i have a string that contains a path + file name. such as c:\temp\some folder\myFile.zip. what is the best way to get the myFile.zip? thanks
|
| Delete Child Nodes In TreeView? | 07 Jun 2006 11:01 GMT | 1 |
Assume that a TreeView has 2 Parent nodes & each Parent node has 4 Child nodes & this is how the TreeView looks: A
|______A1 |
| line concatenation | 07 Jun 2006 09:00 GMT | 3 |
having a problem using line concatenation have a constant with multiple lines (5 lines). when I use the line concatenation & _ at the end of each line. I then save my work; call up VB; the & _ is
|
| Run-Time error 3709 ?? | 07 Jun 2006 03:13 GMT | 5 |
I get this on trying to make my exe file "Run-Time error 3709 "Run-Time error 3709 The Connection cannot be used to perform this operation. It is either closed
|
| Display only removable drives in Drive List Box | 06 Jun 2006 21:48 GMT | 1 |
I have a VB 6.0 activeX control. How can I display only the removable drives in a drive list box? Below is the code I am trying to use. But on using, I get error message: "cant assign to read only property" and drvChoose.List is highlighed in the user control initialization.
|
| vb 6 path question | 06 Jun 2006 21:19 GMT | 16 |
I am using VB6. i have a string that contains a path + file name. such as c:\temp\some folder\myFile.zip. what is the best way to get the myFile.zip? thanks
|
| VB6 unable to launch excel macro | 06 Jun 2006 18:35 GMT | 1 |
Hi to all, I've been passing a phew days trying to fin what wrong. I've got a vb6 program that launches Excel, fills a new xls with data from a DB and then I need to launch 2 macros in it. The first one works
|
| Including Save As, Copy, Edit, etc into Program | 06 Jun 2006 18:22 GMT | 4 |
My problem is pretty straightfoward. I have just started using VB last week and learned a lot by reading through threads, books, and other resources. I have designed a program using VB 6 that calculates energy efficiencies of certain parts in plants by using equations of lines, ...
|
| Profiler in Team Edn for S/W Dev--Any successes? | 06 Jun 2006 17:35 GMT | 5 |
I am struggling to get any useful performance data out of the profiling tool in Visual Studio Team Edition for Software Developers. On a simple command-line app, it reports bogus call paths in release and release with debug info builds. With a debug build, the results are so
|
| VB6 Winsock action on Server | 06 Jun 2006 17:00 GMT | 16 |
I have an app that needs to access a server using VB6 Winsock control. Should the app (server) on the server side be a std exe, or active x exe? which is better and why. Next this server app will request services from a dll.
|
| Extended ListView Control | 06 Jun 2006 16:45 GMT | 2 |
I am looking for a control that does pretty much the same as a ListView Control but with some additional features like: - setting colors (especially background) per line - showing icons and perhaps buttons in selectable columns
|
| c# to vb.net | 06 Jun 2006 16:12 GMT | 1 |
In my Windows Form c# application I have this to get parameter from the command line, How and where can I do this VB.Net [STAThread]
|
| Access does not save some records...any ideas why?! | 06 Jun 2006 15:53 GMT | 1 |
I've got a very strange problem. Basically, I have an access table of data, which users can input values into via a form. Some parts of this form have vb code to enable the user to input a shortcut for a word, such as "e" for "English" and then the VB code will convert it into the
|
| Object required | 06 Jun 2006 15:20 GMT | 1 |
Hello. I am comparing the beginning of a string to another string using the StartsWith() function. My line of code is: if checkPrinter.StartsWith("\\medea\") then WshNetwork.RemovePrinterConnection oPrinters.Item(i+1), true, false
|
| InitCommonControls | 06 Jun 2006 14:33 GMT | 7 |
When i want to give my program a Windows XP outlook, i use InitCommonControls in combination with a manifest file. But on some systems the optionbutton become completely blacked. Is this a bug?
|