| Thread | Last Post | Replies |
|
| Passive Progress Bar | 06 Apr 2005 18:02 GMT | 2 |
Hi Gang, I need to display a progress bar where progress is unknown. In other words, I need to display something like the control you see at the Windows Update site when it is searching for updates: the bar just does its thing without
|
| VBNET2002 - Creating a form using a string value | 06 Apr 2005 17:52 GMT | 1 |
I am using VB NET 2002. How can I programmatically create a new windows form using the value of a string variable as the name of the new form? Public FrmName As String = "NewForm" Public %FrmName% as new Form
|
| ReadLine Method - FileSystem Object | 06 Apr 2005 16:58 GMT | 2 |
I'm using the FileSystem object to read -> edit -> write a file... Set FSO = New Scripting.FileSystemObject Set inBuffer = FSO.OpenTextFile(mFileIn, ForReading, , TristateFalse) Set outBuffer = FSO.OpenTextFile(mFileOut, ForWriting, True, TristateFalse)
|
| Proper way to cancel form while loading | 06 Apr 2005 16:53 GMT | 21 |
During a Form_Load, under certain conditions, I need to cancel the form load. If I "Exit sub" then it still shows the form. If I "Unload Me" then I get the obvious error since the form hasn't finished loading. I can restructure my program to determine this condition earlier, but ...
|
| using blat from VB | 06 Apr 2005 16:48 GMT | 1 |
VB 6, SP 6, Win98 I am using blat from the shell command to e-mail statements from my application. ie - shell "blat etc", vbminimized. It works OK with one statement but seems to have problems on a run. I think
|
| Printing a tif file in vb6 | 06 Apr 2005 16:43 GMT | 3 |
Does anyone know how to print a multipage .tif file in VB6? I would like it to work with XP and 2000 without any code change I think I was reading that because the image viewers are different in the OS that native DLLs to use are different.
|
| "If Not" statement | 06 Apr 2005 16:26 GMT | 22 |
I'm getting confused understanding two "If Not" statements. Can someone help me out here? Thanks in advance. 1) I know that VehID is optional so IsMissing(VehID) will return False if the VehId was not passed and will return True if it is passed. So if
|
| iterate the bookmarks collection | 06 Apr 2005 16:21 GMT | 2 |
is it possible to iterate (from code) the bookmarks collection that i toggled in my code? how? thanks.
|
| fax in xp | 06 Apr 2005 16:04 GMT | 2 |
I want to setup a fax machine in XP and then write a program to send the fax. Any fax object in vb6 I can use? Besides, any sample code or referene page. Thanks.
|
| Problem with HFLEX visibility | 06 Apr 2005 15:02 GMT | 1 |
I am using VB6/SP6/WINXPSP2. When I use in a command button this code: myflex.visible = false it does not work :(
|
| VB and IE certificates | 06 Apr 2005 14:26 GMT | 1 |
I hope someone can help as this small problem is really bugging me. I am supporting an application that was coded a while ago and i am a relative noob when it comes to vb6 programming skills. At the minute, our program has to hit a secure website and prior to doing
|
| Using XML files as web browsing history. | 06 Apr 2005 13:49 GMT | 1 |
Hello, All! First off, if this is the wrong newsgroup to post this in, please let me know which one would be better.. Thank you. Ok, with that out of the way, here's what I'm wondering.
|
| Err.Description | 06 Apr 2005 13:30 GMT | 2 |
Looking through some old code I see the statement MsgBox Error$ If this any different to MsgBox Err.Description Thanks, Chris
|
| 2-d array - JOIN | 06 Apr 2005 12:28 GMT | 1 |
If I have a 2 dimension array 1 2 3 4 5 6 a b c d e f * - + / = ^
|
| Declaration of variable for complex number | 06 Apr 2005 12:17 GMT | 17 |
I would like to ask how can I declare a variable (data type) to store a complex number in VB6.0
 Signature LL
|