| Thread | Last Post | Replies |
|
| count pages of file | 15 Dec 2004 11:03 GMT | 1 |
I want to count the pages of a file but wondering how to do it...please give some tutorial about it, thanks.
|
| What is wrong with statement Dim DB As Database | 15 Dec 2004 10:53 GMT | 1 |
I am trying to run a VB project from a book called Mastering Visual Basic 6. The first line in the project Dim DB As Database
|
| VB/Access Newbie - How to fill multiple listboxes with distinct items from a query? | 15 Dec 2004 10:24 GMT | 1 |
I'm trying to fill two listboxes on a form. In my table called travel, I have three columns, From_loc, To_loc, and distance. I would like to have two listboxes labeled 'From' and 'To'. I would
|
| Error "Procedure too large"...Need help breaking down syntax | 15 Dec 2004 03:41 GMT | 1 |
I am writing a program that creates a huge report in Word and now am getting an complie error: Procedure too large =( i am pretty sure its because of bad program writing but alot of my stuff is repeated but i am not sure how else to write the code. i believe that i could call a
|
| Dragging and dropping a file into a VB6 web browser control | 14 Dec 2004 22:26 GMT | 2 |
How can you tell when soemone is trying to drop and web page into a web browser control? I have a test app that consists of a form with a webbrowser control in it. I have a shortcut to www.google.com on my desktop.
|
| Add operations to DLL register | 14 Dec 2004 22:20 GMT | 4 |
I saw an api recently that allowed one to add functionality to DllRegisterServer and DllUnregisterServer. The idea being that one could perform some operations such as preparing the registry or something similar. How are they able to do this? Do they decompile the
|
| VB5 and Windows XP | 14 Dec 2004 22:10 GMT | 3 |
I can't get VisualBasic 5 to load on my computer with Windows XP. Is there anyway to get it to load, and will VB 6 load on an XP machine??? Thanks, Phil
|
| Displaying resuls from code-behind file... | 14 Dec 2004 19:30 GMT | 1 |
Folks, I have a HTML file which passes a variable using the query string to my VB.NET WebForm. Code as follows: var address = 'http://www.blah.com/WebForm1.aspx?BaseCurrency='+curr
|
| Printing problem | 14 Dec 2004 18:16 GMT | 16 |
I'm trying to write a program which prints out the character sets from various fonts. The program tries to determine before printing how many characters will fit on one line. The program defaults to 16 characters with a few spaces in between. However, certain fonts will overflow the ...
|
| Date Overflow question - VB6 | 14 Dec 2004 16:42 GMT | 1 |
I recently came across the following problem... I'm passing a date to a function (variable is declared as date) and the function halts on the line where I am using the date. The error given is Overflow. I pass the cursor over the variable and indeed see Overflow
|
| VB6 & Socket | 14 Dec 2004 14:25 GMT | 1 |
I am an *absolute*VB6* newbe and ask if anyone can supply or point to a simple sample VB6-socket access? I just need to connect to a server:port, send a message and then receive an asnwer.
|
| fonts | 14 Dec 2004 13:56 GMT | 2 |
I messed up the font type in my VB-editor What is supposed to be the standard Groetjenz, Mickey
|
| System.Reflection Question | 14 Dec 2004 10:51 GMT | 1 |
I have two code snipets, one in VB and the other in C#. Why does the visual basic example not change the structure member "x", but the C# code does? I need the visual basic code to work as I am a visual basic coder, but I don't know what is wrong. Is there a bug in visual basic ...
|
| RFID reader | 14 Dec 2004 07:27 GMT | 9 |
( sorry for my english ) I need send a special code to one reader ( RFID reader ) This code is for switch an internal relay. It works by rs232 serial port.
|
| Sub Main not found error. | 14 Dec 2004 06:12 GMT | 3 |
I wonder what I need to do. I make a REAL simple design, One losuy form that has an allocated 'Name' property - Form1 I build solution without an issue.
|