| Thread | Last Post | Replies |
|
| Forms Inheritance under VS 2003, Smart device project | 29 Sep 2003 15:10 GMT | 1 |
I started a VB Smart Device project with VS 2003, created a form with several panels and labels and another one inherited from it. No WindowsCE.Forms reference on it. It is not working. I am not sure if it should work, but it
|
| Distant Active/X Component | 29 Sep 2003 10:45 GMT | 1 |
I have a Server Active/X component and a Client programme that use the Server. When I create the link with the server, I pass a Reference to a Callback function in the client to the server.
|
| msvcrt.dll | 29 Sep 2003 10:07 GMT | 13 |
Like a lot of other people, I get trouble with the msvcrt.dll whet I try to install a program from a setup created with Package and development wizard in VB6.0. During installation the setup program tries to replace this file. This however is never done since the file
|
| ADO Scallable Search | 28 Sep 2003 20:53 GMT | 10 |
I have a database of 200+ tables (two tables per school), each with 100 - 4000 records (one record per student). A contract I'm looking at wants to be able to do a search across all the tables, searching for values a user inputs via a Search form.
|
| Xceed component - license problem ? | 28 Sep 2003 17:11 GMT | 5 |
Is anybody here using xceed components in visual basic 6 ? Anybody knows how to license the component as activex ? If I try (FTP1 is the component) : Private Sub Form_Load
|
| Resizing jpg? | 28 Sep 2003 13:04 GMT | 4 |
Has anyone here had success with resizing .jpg graphics in VB5? I would like to convert .jpg files so that they will all display the same height. TIA Don
|
| a newbie question please help | 28 Sep 2003 13:00 GMT | 2 |
I am really new to VB programming (so new I'm referencing the VB for Dummies book). Please someone let me know if what I want to do below is a little too in depth for my capabilities and should let a true programmer do this, or if I can muddle my way through it.
|
| Error 80040e14, unclosed quote | 28 Sep 2003 05:46 GMT | 3 |
From my VB6 app, I'm inserting into a SQL table using the ADO Connection object. Here's how I'm creating and executing my sql statement: 'begin
|
| scroll bars - how to select maximum value | 28 Sep 2003 05:39 GMT | 4 |
I have added a horizontal scroll bar, set minimum to 0 and maximum to 100, largechange to 10, smallchange to 1. While in the application the maximum I value I can get from the scroll bar is 91. Is this a bug? I've tried different scales and values, but it won't take the last big ...
|
| ADO Event InfoMessage | 27 Sep 2003 20:01 GMT | 1 |
Can someone please tell me why I get the following error when I try to compile this. Private sub adocon_InfoMessage(pError As ADODB.Error, adStatus As ADODB.EventStatusEnum, pConnection As ADODB.Connection)
|
| If the form you want to load at runtime isn't the first form created | 27 Sep 2003 14:42 GMT | 3 |
I've gone through the newsgroups and I don't think I found the answer to my question. My question does anyone know the coding to show a form at runtime if it's not the first form created, since by default VB runs the first form that's
|
| VB6.0 UserControl Transparency with PSet issues | 27 Sep 2003 11:48 GMT | 5 |
I'm trying to create a multi-user interactive whiteboard that has the ability to load a 'background' image to draw ontop of. The client/server needs to load a transparent layer for
|
| Execute other Program... | 27 Sep 2003 11:01 GMT | 12 |
On my form, I have a field that displays the student's website. How do I display thewebsite as a hyperlink in a textbox where the user can click on it and Internet Explorer opens up the site?
|
| MSDN Library | 27 Sep 2003 08:39 GMT | 4 |
Complete newbie question here. I'm a student and have installed a student licensed version of VB6. The MSDN library/help files are on a seperate disc but for the life of me I cannot work out how to get it installed. It doesn't boot up automatically like the VB6 disc and there are no ...
|
| papersize or paperbin | 27 Sep 2003 07:36 GMT | 4 |
I am trying to print to a QMS 2060 printer on 11X17 paper in the upper paper tray. I have tried to bring up the Printer Dialog box and modify the paper bin and paper size but although I can modify the settings my report keeps printing on letter size. If I try the "printer ...
|