| Thread | Last Post | Replies |
|
| Object Required Error while running MSComm32.ocx | 07 Mar 2005 02:56 GMT | 1 |
I am trying to use an Excel spread sheet to write VB6 (VB6 Standard Edition and Win XP) code for sending AT command(Text2) and receiving (Text1) information using COM3 (modem port). Here is the problem, when I try to run the following code I am getting an
|
| Text Box Question | 06 Mar 2005 18:20 GMT | 2 |
I want to set a text box so that the user cannot select it. If I set the "enabled" property to "false" this has the desired effect but the text is greyed out and not to easy to read. Is there another way to stop the user selecting the box without greying out
|
| Running Vb Programs On Other Computers | 06 Mar 2005 16:52 GMT | 3 |
Before I start a new project i would like to check it will run on other computers. It will receive data from the serial port and display it on a form. Will it just run or are there any files i will have to install first? Thanks Michael
|
| Right Triangle of asterisks | 06 Mar 2005 12:22 GMT | 46 |
Can anyone help me? I need to create a program that will output a right triangle of asterisks (10 asterisks each leg). How do I code that? Thanks.
|
| text boxes | 06 Mar 2005 06:35 GMT | 1 |
I am having trouble with entries into a matrix (Pins). After a mouse up selection by the user for choice, the user next enters some text names into the text boxes which is then transfered into the Pins matrix. The trouble is when the next choice is made the is "bleed over " of ...
|
| Accessing Website Data using URLMON and another way? | 06 Mar 2005 00:03 GMT | 7 |
I'm writing a little ditty to go to a web site, grab a .jpg, and save it. I have several ways to go and I'm wondering if anyone has used either of these techniques, and perhaps give me some information that I can't find (yet) on the web after about 4 days of Googling and also ...
|
| VB6 using Access2k | 06 Mar 2005 00:00 GMT | 3 |
Does anybody know why I can use the form wizard to create a form with data bound to a Access 97 database but not to an Access 2000 database. With the latter I get the message, "Unrecognised database format 'c:\path\databasename.mdb'"
|
| mscomm disable receive buffer | 05 Mar 2005 19:16 GMT | 3 |
Does anybody know how to disable the receive buffer in the MSComm activeX? I need to read the content of the comm port with no delay. Thanks! Hugo
|
| VB6 - matching various screen resolutions | 05 Mar 2005 18:58 GMT | 15 |
As has been posted here before, making a VB6 GUI match the user's screen resolution is pretty tiresome. Suppose my prog is be used for three years. Is there a limited number of screen resolutions I could take into account then design forms using
|
| Error Handling & Logging | 05 Mar 2005 18:04 GMT | 6 |
Unlike ASP can we get line no in vb6.0
|
| VB.net instead of VB | 05 Mar 2005 15:35 GMT | 8 |
Is it possible for me to learn VB.net without knowing VB? I already know C,C++, Java and GW-BASIC. Is VB.net easier to learn than VB?
|
| unknown character is text files | 05 Mar 2005 15:07 GMT | 3 |
My code is as shown below: Private Type OneCustomer ID As Integer Name As String * 20
|
| treeview selection | 05 Mar 2005 13:19 GMT | 2 |
How do I select a specific node in a treeview control? I have for example WORLD > EUROPE > HOLLAND and want to select holland (through code). . markus
|
| web browser inconsistency | 05 Mar 2005 12:07 GMT | 1 |
I have a project that uses the Web Browser control. On my development machine it works fine but I am having difficulty with it on my test machine. On the test machine the browser control loads up the initial page fine but the search button doesn't respond as it does on the ...
|
| Private object modules can not be used in public object modules ?? | 05 Mar 2005 03:22 GMT | 10 |
Trying to create my first user control OCX and I am getting this error at compile time: Private object modules can not be used in public object modules as parameters or return types for public proceedures, as public data
|