| Thread | Last Post | Replies |
|
| DataReport | 20 Nov 2004 04:52 GMT | 1 |
How to write informations from database in Page Header section like in Detal section of DataReport?
|
| ADO-Access Syntax error | 20 Nov 2004 04:49 GMT | 1 |
Private Sub Form_Load() Adodc1.Recordset.Close Adodc1.Recordset.Source = "select * from user" Adodc1.Recordset.Open
|
| Display field value not the round off - Visual Basic 6 | 20 Nov 2004 01:55 GMT | 2 |
This is the situation: I have a tblGrade FieldName DataType Value Class int 7 StudentName char Lynda
|
| msgbox is blank | 19 Nov 2004 23:29 GMT | 3 |
My msgbox, listbox, combobox comes up without any text in them when I run the application. I googled the web and found that Mcafee virus scan causes this. The text appears when I disable Mcafee. Is anyone else having this problem and is there any fix for this.
|
| Rename a folder | 19 Nov 2004 21:13 GMT | 2 |
I can create a directory, delete a directory but I'm blowed if I can rename a directory (with files intact) or find any info on how to do it.
|
| variable file locations how to deal with ? | 19 Nov 2004 11:58 GMT | 2 |
I have a project with several animations in. is their a way to set the file location other then retype the location on the project every time i move the folder Private Sub Timer1_Timer()
|
| Is there anyway to stop the "Scroll Box Button" blinking. | 19 Nov 2004 10:56 GMT | 3 |
Dear Sir, I want to know if there is anyway i can stop the blinking scroll box in the scroll bar control. As soon as i click on the scroll box control. the scrolling button starts blinking and looks ugly.
|
| Visual Studio | 19 Nov 2004 05:46 GMT | 2 |
Hey everyone, I wanted to do a presentation on a case tool for VB only the ones I've downloaded so far require me installing Visual.NET I only have visual studios and the last three disk of Visual.NET 1312 (disk4) 1311 (disk 3) 1310 (Disk 2) but I do not have 1309? or Disk 1 I ...
|
| Registry value temporary change | 19 Nov 2004 03:02 GMT | 1 |
Hello I'm looking for elegant solution of a problem. I need to temporarily change registry value only for one program and only at his start I could ofcourse save new value start program and restore old value
|
| ascii problem | 19 Nov 2004 02:33 GMT | 5 |
i have one problem with simple query (this is an example) Dim dbs as DAO.Database Dim strLocal as String Dim qryString as String
|
| identify an image in an array | 19 Nov 2004 01:22 GMT | 5 |
I'm writing the game "Memory". I display an array of images with the coverside up. By clicking the image the real image appears. By clicking the third on an image (two images are displayed now) the third image must be openend and the first two images must be cocered again.
|
| resource file editor (other than add-in) | 18 Nov 2004 23:22 GMT | 1 |
I would like to be able to give a customer our .res files and allow them to change the icons and string if desired. Is there an tools other than the Visual Basic add-in than can be used to update these files. Thanks Dan
|
| MS SQL Query Replace not working | 18 Nov 2004 22:35 GMT | 2 |
Using VB6 with MS Access 2002. I need a way to replace a field with another value. Something like this, select * from psusa where fax_sent=true and replace fax_sent=false I know this doesn't work, but how can I do this with a SQL statement?
|
| PrinterProperties | 18 Nov 2004 22:00 GMT | 13 |
My VB6 application calls the function PrinterProperties when the user hits a suitable button. My call is: OpenPrinter psel.text, ppp, 0& PrinterProperties hwnd, ppp
|
| Accessing "Page Order" and "Print on Both Sides" properties in Printer Common Dialog box | 18 Nov 2004 20:27 GMT | 1 |
Dear VB Experts, We are working in VB6 and also using FarPoint Spread control. While sending print from the application, printer common dialog box is first displayed allowing the user to define/set print properties.
|