| Thread | Last Post | Replies |
|
| Using TypeOf in Select Case? | 14 Apr 2006 15:04 GMT | 13 |
Is this possible (if so, how do I use it properly - I can't figure it out): *************************** I can do this no problem: If TypeOf tmpComponent Is CommandButton Then
|
| text-Box-BackColor | 14 Apr 2006 14:25 GMT | 1 |
is there a way to have different backcolors in a vb6-TextBox e.g. some letter with red backgroud thx Peter
|
| io.fileInfo and combo box control | 14 Apr 2006 14:21 GMT | 1 |
Here is what I'm trying to accomplish: When my form loads it looks at a specific directory for a list of its files and populates a combo box. Dim a As New IO.DirectoryInfo("c:\dir")
|
| Crash VB.net application | 14 Apr 2006 13:59 GMT | 1 |
I have a problem with an application VB.net, it export a call-back function with a structure oarameter that is called in loop from a C language dynamic library. For 6 time all it's ok, at the seventh time the application CRASH.
|
| move part of a string | 14 Apr 2006 13:34 GMT | 11 |
I have a rather complicated problem. I need to move part of a string containing a date to the right of a filename. I have a directory containing some files which have different names and
|
| Want to find installation location | 14 Apr 2006 10:13 GMT | 1 |
I've installed Adobe acrobat in my system. my application will launch Acrobat using Shell command. visual basic code:shell "C:\program files\Adobe\Acrobat\Acrobat.exe" I created a package of my application and installed on another system. In
|
| Algorithm | 14 Apr 2006 09:25 GMT | 36 |
i have several Paragraphs in an array or collection: Can I regroup Paragraphs base on a number? How to do that? For example, I have 3 Paragraphs:
|
| New user need help changing first day of week | 14 Apr 2006 06:11 GMT | 25 |
I am using ms access to handle all our paperwork for cleaning up new orleans....i need to run reports with the weeks starting on monday....i have looked at the other posts about this but cant seem to get anything to work right....can someone help me with an example of some code to ...
|
| Automating Excel | 14 Apr 2006 01:42 GMT | 2 |
Dim ExcelApp as Excel.Application Set ExcelApp = New Excel.Application - this doesn't work. What's the trick I'm missing here? Also, I saw in this group a while back something about quiting an automated
|
| Faster: Class or Type | 13 Apr 2006 20:41 GMT | 3 |
I currently have a class, Room: Room sExit as String iType as Integer
|
| image breaks up while scrolling picturebox | 13 Apr 2006 19:33 GMT | 9 |
I have an Activex control which has a picture box and scrollbars on it. The picture box is used to draw a tree structure at runtime. Since the tree can be very large we have scrollbars to scroll the picture box.
|
| Setting Support for non-unicode programs | 13 Apr 2006 19:21 GMT | 7 |
does anyone know if it's possible to change the support for non-unicode programs to another language programmatically? I know that it will require a reboot, but anyway.
|
| the following code doesn't work setting internet explorer object to an iwebbrowser2 interface. | 13 Apr 2006 18:27 GMT | 2 |
Dim w As IWebBrowser2 Dim ie As SHDocVw.InternetExplorer Set ie = New SHDocVw.InternetExplorer Set w = ie
|
| commandline parameters | 13 Apr 2006 17:53 GMT | 2 |
Does anybody know a good VB6 sample code that shows how to parse various commandline parameters? I know they are available via Command$ but is there some existing routine that does all the parsing so I don't need to reenvent the wheel?
|
| how to update dll file | 13 Apr 2006 17:18 GMT | 8 |
is it possible to update a COM add dll file in that is already installed on a user's system? Add-in was built in VB6 for OL2002
|