| Thread | Last Post | Replies |
|
| ActiveX Ctrl Interface Wizard Bug | 05 Oct 2003 08:02 GMT | 1 |
I am running VB6-SP5 on Win XP-SP1. My problem is that when I load "ActiveX Ctrl Interface Wizard" form Add-In Manager and Run it, I receieve a run time error '5': Invalid procedure call or argument. The Intro Screen
|
| database and query | 05 Oct 2003 05:03 GMT | 1 |
have a database using dao, can access the database fine. want to get a specific record in the database from the use entering an id code and finding the match in thre databade ( access 2000), the database field is autonumber type. my statement is
|
| Stupid Code :o) | 05 Oct 2003 03:46 GMT | 1 |
What does "6" do... please explaine and why cantI use "5". Private Sub CmdVBOk_Click() intpress = MsgBox("Are you there", vbYesNo) If intpress = 6 Then
|
| can Image be an interface instead of form ? | 04 Oct 2003 22:26 GMT | 1 |
I have designed the mediaplayer using ActiveX control.I have designed the images for controls and linked the functionalities.What I want is the skin for the mediaplayer should be my Image instead of the form background? In other words I don't want the form be displayed but the
|
| Recommanded VB 6.0 Example/Source/Library sites online | 04 Oct 2003 22:20 GMT | 3 |
Does anyone know good sites for VB 6.0 - Sources - Modules - Tips?
|
| My (maby) simple questions | 04 Oct 2003 21:50 GMT | 1 |
Becouse i don't have any library/book on vb i'm learning from examples; and i can tell it works out fine.. for some limits ofcource does anyone know how to do the following things. - sleep the program for example 1 sec?
|
| Disconnecting from LAN | 04 Oct 2003 18:34 GMT | 1 |
I am looking for a way to disconnect from a LAN-connection using Visual Basic. Does anybody have an idea how I should do this.. Thanx, Bert
|
| Internet Transfer Control not Timing out? | 04 Oct 2003 18:31 GMT | 1 |
Hey guys, I'm encountering an error where the ITC is going out to download a file, but can't find it. That's all fine and good - except that it is not timing out in a timely manner. When a user goes to exit in this
|
| First function created need help | 04 Oct 2003 17:45 GMT | 7 |
My first real function is created but gives sometimes errors, does anyone think this can be better done? Public Function getSearchText(ByVal text As String, ByVal start As String, ByVal finish As String)
|
| Can't set item twice.. | 04 Oct 2003 15:19 GMT | 7 |
I didn't know how to call this but here's my shot.. i've got in a function that i like to call more than once the following code for making a progressbar, but here's the problem the first time it goes fine; everything works but while i'm clicking on the same button to start
|
| Boot Sector | 04 Oct 2003 14:22 GMT | 5 |
Can I write a boot sector using VB? Is there some built in library, or is it possible to make my own? Can I embed Assembly language? Getting ready to work with Visual Basic for the first time.
|
| Text1.text = | 04 Oct 2003 06:38 GMT | 3 |
Is there any way to load several hundred lines of text into a text1.text = "" statement? (and no, I can't do it by reading it from a file, or rather, I won't.). I tried pasting the contents of a large text file, but the IDE
|
| Problem beyond "Hello World": "Hello Word" | 04 Oct 2003 04:20 GMT | 1 |
I´m still working on a program that types to a Word document. My program opens a Word document and shall work if Word is already running or not. The user are able to do anything with the opened document and application: close them or not.
|
| setting system permissions (folders,drives,files) | 04 Oct 2003 04:02 GMT | 5 |
I am writing a programme for my company and I need to copy a file in a folder at run -time . But run-time 70 occurs , permission denied . If it is a folder or a file or a drive I need to be able to set the system's properties .How easy or not easy is with VB . Can anyone participate ...
|
| No ADO help: "Unable to display Help" | 04 Oct 2003 01:53 GMT | 4 |
I don't know why but most of the time I can't get help (F1) for ADO commands, events, etc. Every now and then it works, I think it has goes on and off as I reinstall my PC (I do this fairly regularly).
|