| Thread | Last Post | Replies |
|
| Fill in internet forms silently | 12 Jun 2006 03:15 GMT | 4 |
I made a program with VB6.0 to edit some text and then send it to an internet database. but to insert it into the internet database, i need to fill in an internet form. I wanna do this silently to help my client, but I have no idea how to
|
| form heights and widths changing | 12 Jun 2006 00:22 GMT | 1 |
I have an application that I have written in VB.NET 2003 that is designed for 1024x768 screen resolution (min). When I move the project from my desktop to my laptop and open it from my laptop, all of the forms are resized. For example, I have a form that on my desktop is
|
| Easiest way to print like a report | 11 Jun 2006 09:51 GMT | 15 |
Firstly this is for my Visual Basic project in college (deadline: Friday 09.06.06 :S) and I would seriously apretiate your help to make this bit of the project as brilliant as possible. Ok this is the scenario; I am using a database to hold details about
|
| Visual Basic or VBscript for data massaging? | 10 Jun 2006 23:43 GMT | 4 |
I need to automate smoe regular tasks where I take the contents of a column in Excel, clean them up and create hyperlinks in an HTML document using them. I've tried macros in Microsoft but not had any success.
|
| ADO Not Working | 10 Jun 2006 03:28 GMT | 1 |
Trying to use ADO in VB 6.0 so that I can access a Access 2000 database that has security assigned with users and user passwords. Tried DAO, but kept getting "not a valid password" when I tried to set the recordset. So switched to ADO. It works on my machine (which is running ...
|
| Change Y Axis origin - VB6 | 09 Jun 2006 22:10 GMT | 7 |
I want to change origin on FORM in Visual Basic v6 using API. I want point (0,0) to be in lower-left corner of the form. I tried resp = SetMapMode(hdc, MM_LOENGLISH)
|
| Printing on Predefined bills | 09 Jun 2006 14:06 GMT | 19 |
I have a prdefined bill format and I need to print on this bill using dot matrix printer and VB 6. I also have a database of all invoice numbers and details of items purchased. Each invoice should be printed seperately. Since this is preprinted bills, if there are more items
|
| Including dynamic linked libraries statically in the VB exe | 09 Jun 2006 08:26 GMT | 6 |
I was wondering if there is a way to have Visual Basic include the libraries in the exe file, when the original seems to be dynamically linked. We have an old Visual Basic application which works fine, however we have to install Visual Basic on each computer we want to run
|
| Extract Random Values from Array | 09 Jun 2006 05:30 GMT | 6 |
Is there anyways to randomly select numbers from an array MyArray(Rowmax,Colmax).. So we must be able to random select a number between 0 and rowmax and similarly between 0 and colmax and then the value stores at that
|
| Any code for Multiple regression with visual basic? | 07 Jun 2006 17:06 GMT | 1 |
Hello all, i would like to make fitting to my data (6 data points, 4 fitting parameters) with a mutliple regression. It is very easy to do in excel, but i would like to ask if there is any code in visual basic (not vba) for doing that. Thanks in advance
|
| Difference between let and set properties | 07 Jun 2006 16:28 GMT | 4 |
Could someone please explain the differecne between both? Thanks
|
| Network | 07 Jun 2006 16:20 GMT | 1 |
How can i detect if the machine that the VB6 program is running on is connected to a network, and then how do i determine the computers on that network? Also, how do I determine the folders accessible on that computer?
|
| Return a value from a function | 07 Jun 2006 07:09 GMT | 17 |
I have a function, say function1().. Now i want the function to perform some calculations and return a value to a variable.. suppose this is how we have,
|
| Hide form versus Unload form | 07 Jun 2006 01:27 GMT | 4 |
I read somewhere that unloading a form is preferred to that of hiding a form. They did not go into any details, but I have used Hide for every occasion. Is there a method/rule/? to follow regarding whether Hide or Unload is used? I know Unload frees up memory, but is it ...
|
| Global On Visible = True (or Form.Show) Event | 06 Jun 2006 22:35 GMT | 4 |
Is there a way to catch any Form.Visible = True (or Form.Show) event..? I mean, I want to identify this call and then make some changes on the Form that applies to it. For example, I am using an MDI Application. I want to center any form
|