| Thread | Last Post | Replies |
|
| Converting Time from a query to listview | 01 Jun 2004 00:52 GMT | 1 |
I'm trying to conert a program from VB6 to VB.net In a listview a want a time calculated by this code qrytext1 = "SELECT Sum(Tijd) AS tijdsom FROM Data ;" QT1 = DB.OpenRecordset(QryText1)
|
| ADO Programing | 31 May 2004 20:17 GMT | 1 |
I can find it anywhere in MSDN Lib about it, but can you add new tables to a access database using ado code?? Many Thanks, Gavin.
|
| How to avoid instant error messages the IDE | 31 May 2004 19:54 GMT | 2 |
I recently re- installed VB6 Pro as I've switched Win98 ->Win2k. I now can't find out how to prevent an alert when I type in a duff code line. The Help file doesn't help. Probably simple but beyond me. TIA.
|
| 2 ComboBoxes and ListIndex | 31 May 2004 19:24 GMT | 1 |
I am programming in VB now for schoolproject. I have 2 comboboxes.. only 1 (cmbKand) is changable. I fille both comboboxes at the same time, using the following code: While Not rsCmbKlant.EOF
|
| UserControl and a Collection as Property. How? | 31 May 2004 17:19 GMT | 4 |
I'm creating a custom UserControl "MyControl" (in VB5/6). I want to have a property "MyProp" like this: MyControl.MyProp.Add MyControl.MyProp(1).Text = "text"
|
| Timer problem | 31 May 2004 16:54 GMT | 1 |
Does anyone know how to solve this problem? i want that label1 shows the time that is going from 10 to 0, and when it reaches 0 it shows msgbox"Over!", but something is wrong. the VB always crushes. do
|
| Stop ejecting page in DataReport | 31 May 2004 16:22 GMT | 1 |
When it prints the report the printer ejects the page and moves on to the new page. I want it to just stay there and print the next report from there. Is it possible? I'm using VB6.
|
| Please help: Get timestamp | 31 May 2004 16:07 GMT | 3 |
I wish to get a time stamp (that includes milliseconds) when a certain event occurs. I am monitoring a serial port for binary data. When a complete message is processed I want to take a timestamp. I am not using my timestamp as an indication of when the data was measured as a
|
| IrDA programming | 30 May 2004 23:26 GMT | 2 |
anyone know how to send and receive data via an IrDA port ? any code would be great - thanks in advance Share Tips from Shabbydabbydoo Shares All Markets covered - www.phpexpert.org/sharetips/
|
| Loading an excel file into a flexgrid is too slow | 30 May 2004 23:01 GMT | 20 |
because of the enormous increase to my installation package that using ADO entails I am thinking of using an excel spreasheet for data retrieval instead of access 2002. I have tried the code below which works ok except it is incredibly
|
| How to put the value form cell into the msgbox | 30 May 2004 21:24 GMT | 5 |
I would like to create the msgbox, which shows the value of one selected cell. If smb would hlep me I will be grateful. I don't know how to make the link to the cell. best regards,
|
| visual studio NET compile problem | 30 May 2004 20:24 GMT | 1 |
All I am trying to compile my first dotNET program using VBNet but keep getting this one error message that just won't go away ! Resources 'EIA.resx' and 'Form1.resx' have the same manifest resource
|
| How to modify a FONT during a process | 30 May 2004 18:05 GMT | 1 |
I'd like to learn how to modify the Font of some control (command,label,text) while a program is running I tried to affect a value by Command1.font ="&value& but it doesn't have any effect
|
| is there a database alternative to ADO | 30 May 2004 17:29 GMT | 24 |
I am a relative beginner so please be gentle with me. I am using ADO in my program which works fine except it adds a massive 10 MB to my installation package. I tried using DAO 3.5 which also worked find except it doesn't support
|
| bug in int function ? | 30 May 2004 07:31 GMT | 5 |
Does int(2.55 * 10 + .5) return 25 ? j.
|