Can anybody send me sample code, or guide me in the right direction on how to print in DOS mode. I don't know if I'm asking the question correctly, but here is...
Erica: I am assuming this is VB? Draft mode printing to any type of printer should be as simple as using the printer object. Ie.... Create a form in vb add a...
Hi all, hope you can help 'cus this is driving me mad!!! We have a program which has run perfectly well on Win2k and XP for 6 months. (vb6 sp5) It was never...
Does anybody know how to increase and decrease the system volume from a vb program Thanks in advance Raja Pandian Programmer Turtle Technologies Pondicherry ...
Raja Pandian
raja@...
Jun 2, 2003 5:12 pm
10542
Shawn - Thanks so much - you're absolutely right. My program allows the user to designate a default directory and I had, of course, deleted the directory...
I haven't ever seen anything similar to that, but... Have you tried setting AutoRedraw to False in each and every control/form in your application? Just in...
Daniel Magliola
dmagliola@...
Jun 2, 2003 5:13 pm
10544
Yeah. Unfortunately, I have tried this. I'm coding loading and unloading(well setting to nothing) at the moment of absolutely anything we can do without..... ...
Hi Craig, ... Without seeing the code I can just suggest a few places to look... Are you using skins or any type of skinning component? Are you applying a...
Hi Rich, ... Use any grid component for the 'datasheet' view. Most grids are bound to an ADO (ADODC) or DAO (Data) object on the form to bind them to the ...
Craig, Have you tried running your application in the IDE on a win98 box. Secondly if that works,try building your application and installation on a Win98...
Does anybody know how to read DICOM files (Digital Imaging and Communications in Medicine) Raja Pandian Programmer Turtle Technologies Pondicherry [Non-text...
Raja Pandian
raja@...
Jun 3, 2003 3:36 am
10550
Hi.. I am new in VB. Rignt now i need to place a .GIF file on my form. I have added it with immage and photo boxes, but when i run my form the .GIF file did...
sohail nazir
sohailnazir77@...
Jun 3, 2003 7:26 am
10551
Cheers Guys. Will try a few of these things and let you know.... Many thanks Craig ... From: Shawn K. Hall [mailto:vb@...] Sent: 02 June 2003...
Here is the code in VB6. Just change the path to the database you want to open. Be sure to include a reference to the Access 9 object library. Option...
Use this control. Place it in your system32 directory, register it using regsvr32 and then add the control to your project. Should be self explanatory from...
Guess I can't send attachments. Do a google search for gif89.dll That's the file you need. ... From: Ben Rosato [mailto:ben@...] Sent: 03 June, 2003...
Upon refreshing an ADO recordset by either selecting a new recordset or filtering an existing recordset, how do I propogate those changes to the DataGrid...
This might be a long shot for your problem if you're connecting to SQL Server:(Came from a SQL server thread) Win9x's capabilities and limitations with SQL...
I think if you set the recordset directly to the datagrid it should work i.e. set dgDailyShipments.DataSource = GetRecordset(strSelect1) or Set rsDayShipments...
Im needing example datagrid and flexgrid code Implementing Dropdown boxes.. ... Outgoing mail is certified Virus Free. Checked by AVG anti-virus system...
i am trying to start my application with a splash screen, but unfortunately nothing seems to work for me. the Form_Load event for my Splash form doesn't work,...
Ben Rosato thank you very much for your kind suggesion. i checked gif89.dll and got the required results. Sincerely, Sohail Ben Rosato <ben@...>...
sohail nazir
sohailnazir77@...
Jun 5, 2003 6:27 am
10561
Will the use of timer be suitable for you? aRiphone+62770611088ext163mobile+628566567736 ... From: tj_hawk00 [mailto:tj_hawk00@...] Sent: Thursday, June...
Adrianus R. Suheryadi
adrianus.r@...
Jun 5, 2003 7:02 am
10562
im not Sure what your trying to do there You seem very Confused.. ("arent we all") here let me help uses (" 2 Forms ") ''' this is Form1 Option Explicit ...
Hi All, I am using "Microsoft.Jet.OLEDB.4.0" to create an output file in DBF format. I use normal "insert into ....." command to insert the data into the table...
Two methods come to mind:- (1) Put a 5 second delay after your frmsplash.show (and remove the doevents) in the code below, probably best done using the sleep...
Hello, Could someone tell me how I would go about setting this in Access 2000? I need to be able to prompt a user to select criteria a list. Please advise....
You can have your query prompt you for input. In design view set the criteria like this: [Question to prompt] which makes the SQL view like this "Select ...