| Thread | Last Post | Replies |
|
| Distributing OCXs | 07 Jun 2004 13:10 GMT | 11 |
If I distribute an OCX, does it need any other files to go with it? In the making process, I have ended up with 4 files. One is the OCX, one is a LIB file, one is an EXP file, and one is a Control Typelib Cache. With best regards, Lindsay. E-mail: lindsay@home.com
|
| Where can you buy it???? | 06 Jun 2004 19:57 GMT | 2 |
Where can you buy VB.Net and other VB products online? How much would it cost £?
|
| the OR operator | 06 Jun 2004 18:51 GMT | 7 |
hi, i'm sorry to bother you; but i was wondering what the function of the OR operator was in terms of numbers: num0 = num1 or num2 i wrote me a little thing to try and see the effects and if the numbers are
|
| VB6: import CSV using ADO, Regional settings problem? | 06 Jun 2004 15:24 GMT | 1 |
I Have some difficulties importing a comma-separated text-file using the code below. It doensn't work when the separator used is the comma (","). It seems to be a conflict because the comma is also used as decimal
|
| Scrolling Forms | 06 Jun 2004 08:02 GMT | 4 |
I hope there may be somone out there able to help me. Program used VB5. Problem: I have used a Form to place a lot of labels on and I wish to print that form. I can print ok, but my form isn't long enough to place all of my
|
| Print Form | 06 Jun 2004 06:51 GMT | 1 |
I hope there may be somone out there able to help me. Program used VB5. Problem: I have used a Form to place a lot of labels on and I wish to print that form. I can print ok, but my form isn't long enough to place all of my
|
| Recursion | 05 Jun 2004 15:37 GMT | 1 |
Okay, so I have a sub randPic. It calls sub getfiles once, then calls sub recurseDirs. recurseDirs is recursive, and also calls getfiles. (The example code is clearer, I think.) recurseDirs steps through a branch of the file system; getFiles collects names of images it finds. They ...
|
| Output Textbox | 05 Jun 2004 03:54 GMT | 6 |
I'm having trouble getting input from a textbox in Visual Basic 6.0 Private Sub cmdGetNumber_Click() txtInput.Text = Str(Int(1000 * Rnd)) End Sub
|
| Problem Setting radio buttons based on data value | 05 Jun 2004 00:56 GMT | 2 |
I'm trying to set a group of radio buttons based on the value of a text field in a dataset. This is my code: Dim ds As DataSet ds = dtsVideo
|
| Trying again...VB Program to prevent screen from blanking? | 04 Jun 2004 18:16 GMT | 3 |
Trying again... VB Program to prevent screen from blanking? I have my laptop set up to blank the screen after two minutes.
|
| runtime time error 6 while writing to registry | 04 Jun 2004 11:43 GMT | 3 |
hi all, my vb6 app is giving the "runtime error 6 - Overflow" error messege ONLY on a few systems while making to a registry entry. as mentioned, it problem is faced only on a few systems, while on
|
| How to get program listing in a text format | 04 Jun 2004 05:53 GMT | 6 |
To document a program I want to provide a listing in a computer readable printable format. Visual Basic 6 seems to only have a print output, and even then it stinks with no formatitting or ability to put in a margin. Wow, back in the old dos days this was easy, just take the text to ...
|
| Webbrowser object Navigate2 problems | 04 Jun 2004 04:06 GMT | 1 |
my problem: [using visual studio 6, visual basic] no matter what flags(see below) i use, my object wWeb, always pulls the page from cache after the first navigation. any ideas what i am doing wrong or how to force it to reload the webpage freshly
|
| statusbar INS and richtextbox problem | 04 Jun 2004 03:36 GMT | 1 |
Running VB6(SP5) with Win98 The statusbar control includes sbrINS which toggles when the INSERT key is pressed, displaying the state of the INSERT key in a panel. It toggles whenever the key is pressed, no matter which control has focus. However the RichtextBox insert/overwrite ...
|
| Explorer style | 04 Jun 2004 01:19 GMT | 3 |
How can I get the Files and Folders in Explorer Style?
|