| Thread | Last Post | Replies |
|
| Potential conflicts between different versions of system32 files? | 07 Apr 2004 19:42 GMT | 1 |
I am distributing my VB6 app as a (freeware) download at my website. My setup.exe file was generated using the Inno Setup Compiler. The OCX, DLL and TLB files are downloaded to the user's Program File directory (the default). It seems to work on most recent Windows machines. Is ...
|
| send text message | 07 Apr 2004 18:59 GMT | 2 |
How to send a message through ip address to other ip address ? -- Regards. Thanks.
|
| Error Handling | 07 Apr 2004 15:25 GMT | 4 |
Morning all, Below is a piece of code to deal with a deliberate error. Can someboby explain why, in run mode, 'errhandler' is not reached, but the error is caught by the standard error
|
| mdiform with childform closing | 07 Apr 2004 14:45 GMT | 1 |
I can open several childforms with the following sub in de mdi form Private Sub NewWindow() Dim ch As New ChildForm() ch.MdiParent = Me
|
| Instantly get length of multiple wav files | 07 Apr 2004 09:03 GMT | 2 |
I need to instantly get the length (in seconds) of around 36 wav files. I currently do the following: Function Wave_Length(Dateiname)
|
| Get lengths of multiple wav files | 07 Apr 2004 08:59 GMT | 2 |
I need a fast method to get the length in seconds of 36 wav files. Currently I've gotten it down to about .2 - .3 of a second pause but I need it to be instant. I've seen it done, I just don't know how. I guess they would do it by not opening and closing the file to get
|
| Runtime Error '9' : Subscript Out of Range ??? | 07 Apr 2004 05:04 GMT | 3 |
Now that I've finished coding my first VB app. I packaged it using Package & Deployment Wizard, then installed the program on a computer to test it. Everything went smooth until I exited the application. As soon as I exited it, I got an error saying "Runtime Error '9': Subscript out ...
|
| How to get available width (in pixels) of the monitor | 07 Apr 2004 04:48 GMT | 2 |
I need to know the available width of the monitor in pixels. I can use this to position my window programmatically in Visual Basic. Thanks in dvance
|
| Pass By Ref for String Array issue with VBscript | 07 Apr 2004 00:55 GMT | 1 |
I am trying to call an ActiveX Dll from VBscript in ASP (it works fine when I calll the DLL from a VB6 exe). The Pass By Reference call takes a String array and a Long as arguments. In the DLL I have changed these to Variant so that ASP will understand them, like so:
|
| Explorer Style | 07 Apr 2004 00:27 GMT | 1 |
How can i do a app like Windows Explorer, where i have a HTML file to interage with a VB app. For example the My Tecnology of Microsoft (the Outlook use that tecnology), where the user select how to see the information.
|
| Open and refresh webpage | 06 Apr 2004 23:03 GMT | 4 |
In VB6 I am trying to keep a webpage up to date and active with a small background app. I can open internet explorer using a timer and the Shell function but it only produces multiple instances of IE.
|
| Specify VB6 link file temp directory | 06 Apr 2004 22:57 GMT | 4 |
Is there a way to specify where the temporary link files (.OBJ's) are written in VB6? I don't want them to be written with the executable files. Thanks,
|
| SELECT CASE evaluates wrong??? | 06 Apr 2004 22:15 GMT | 12 |
Hey guys, run the code below and see if you can crack this bug for me. option1 and option2 are on form1, option3 and option4 are in a frame. The faulty lines are hilighted below.... Good Luck :0)
|
| datetimepicker control vbnet2002 | 06 Apr 2004 20:29 GMT | 1 |
is there any Known bug with this control using VB.net 2002. what's differences with VB.net 2003 ? thanks for all
|
| SQL Problem | 06 Apr 2004 16:16 GMT | 5 |
Can anyone spot a problem with this code? It works fine untill I try to add value for date(lblDate2) the variable is formatted as follows lblDate2 = Format(Date, "Long Date")
|