| Thread | Last Post | Replies |
|
| How to know the total pages to print?? | 18 May 2006 23:16 GMT | 1 |
My pb is to know the total pages to print, because I want to print each pages this format "page n of M". Thanks.
|
| Maximum number of controls in a form | 18 May 2006 22:54 GMT | 5 |
There are a maximum number of controls can be put in a form for VB3 to VB6. The BOL of VBNET do not say VBNET also has this limitation. Because the clients want add more functions from time to time. I find one of the form reach the maximum number of controls.
|
| AccessDB on a WebServer | 18 May 2006 18:25 GMT | 6 |
I created a windows application, added a Grid Control and connected to the Pubs.mdb Access database locally with no trouble. Next I copied Pubs to a WebServer, changed the connection string by providing the IP address of the web server but the error below occurs. I tried the ...
|
| Export to excel without using office automation | 18 May 2006 18:12 GMT | 4 |
I searched from previous post and got that there is a solution which export the data to export without using Excel auotmation. However, my database is SQL server, How can I amend objCmd.commandTest ?? I try the following insert statment but fail
|
| LOCKS on database-Table with ODBC and Sybase 9.0 | 18 May 2006 18:07 GMT | 1 |
VS 2003 DOT.NET Framework 1.1 Database: Sybase Adaptive AnyWhere 9.02 Using ODBC as database-interface
|
| Form getting maximize | 18 May 2006 17:46 GMT | 1 |
Hi people's I developed one MDI application with one MDI form and 2 child forms, form. Border style of first child forms set as Fixed3D and Window State set as normal (like dialog Box) and maximize button set
|
| free tutorials | 18 May 2006 17:26 GMT | 1 |
Hello all, I have found several tutorials out there for vb.net 2003 however I would like to find one that really emphasis Stored procedures on a sql server to call and fill datasets to call and insert update delete etc etc.. the advice of most talk out there is to use stored
|
| how to add a reference in asp.net/vb.net? | 18 May 2006 16:40 GMT | 2 |
I need to add a reference in my project to a file (e.g. mysqldata.dll) in order to access Mysql. Using Visual Web Developer, i know how to do (menu website/add reference), but suppose i have no VWD or any tools, and that i create only one test.aspx
|
| Split Container auto resizes with form annoyance | 18 May 2006 14:42 GMT | 1 |
In .NET 1.1 you placed a single spliter control on a form and it stayed where it was unless moved. in .NET 2.0 if you put a spliter container with a vertical splitter, and say assign the splitter distance to 170, then resize the form horizontally the splitter moves also! I don't ...
|
| Using Office functions question - type mismatch error | 18 May 2006 14:30 GMT | 4 |
Hi everyone, I am trying to write a function that will be called from another function. It will do a save as on a word document, and the document name will be passed via a parameter. I keep getting a Type Mismatch error on the Documents.Open call below, but it works fine when
|
| Setting a product version number? | 18 May 2006 14:22 GMT | 1 |
I can find all kinds of info on getting version data from a file via FileVersionInfo, but where/how do I set the product version number I want displayed when some views the file properties?
|
| Listbox problem | 18 May 2006 13:39 GMT | 5 |
I have created a listbox called "dtlist1" on my VB.NET form. I call a procedure as follows: Private Sub openfile(flname As String) dtlist1.Items.Clear()
|
| How To Create New Form From Form Or Tabs On A Form | 18 May 2006 13:23 GMT | 3 |
Is it possible to do any of the following in the same application? (1) Have a form open up other forms (windows). (2) Have tabs with a form. Thanks,
|
| Obscure Text in Textbox | 18 May 2006 11:13 GMT | 3 |
I have a login dialog that has a text box on it for the user to type their password. How can I obscure the information they are entering into the password box? I could blank it, but a more traditional blips or asterics would give the user better feedback. Is there a build in way ...
|
| how to go to specific row in hashtable based on value - not key? | 18 May 2006 06:04 GMT | 3 |
I populate a hashtable with recordID's in a "For i=0 to n" loop. Some recordID's are duplicate but for different rows (recordID is not a key field in this scenario). I use the value of "i" in the For loop as the key in the hashtable (which is actually the currencyManager ...
|