| Thread | Last Post | Replies |
|
| Checking User Privileges on a system through VB 6.0 [URJENT] | 19 Jul 2005 16:01 GMT | 1 |
i have an application in which some installation is performed internaly by application, so i have to check the user privileges on the system who is running the application , so i wanna ask if there is any API or any method available in VB 6.0 which can internaly chek the user
|
| Forms and Subforms and continuous forms | 19 Jul 2005 15:42 GMT | 1 |
I am very new to VB.Net. My experience is with MS ACCESS. I would consider myself an expert at MS ACCESS. This is my first VB project How is the Form/subform done in VB. net? For example I have a form for the user to fill out and I would like the user
|
| All of a sudden, VB can't find DAO350.DLL | 19 Jul 2005 15:18 GMT | 8 |
When I tried to start it up the other day for the first time in 3-4 months, I got the message Can't find file 'DAO350.DLL' And the program will not start.
|
| Newbie: Install DirListBox in the controls tab | 19 Jul 2005 15:18 GMT | 2 |
I searched the net to no avail about installing the DirListBoxcontrol in the Toolbox. Can Anyone help? And is there a link to code the synchronization of Dir and File listboxes?
|
| Private Newsgroups? | 19 Jul 2005 12:52 GMT | 7 |
I was reading on the net the MS had a private set of newsgroups. Might I assume that one must be a MVP to access these groups? I am always looking for places to learns from the pros and was simply curious. :) - Kev
|
| Multiple OR's in sql statment | 19 Jul 2005 12:51 GMT | 3 |
where (sname='SMITH' OR sname='WHITE') AND (fname='SAMUEL' OR fname='BRIAN') This is the statment I'm using but it doesn't work. I want it to give me all records with the Surname Smith or White that have a Forename of Samuel or Brian.
|
| Printing some symbol | 19 Jul 2005 12:16 GMT | 2 |
i am trying to print a card-symbol, using unicode characters, fails. at this moment i use : Printer.print ChrW(&H266) e.g. tried Font.Charset = 2 (Symbols) 2
|
| Creating PDF's using VB 6.0 | 19 Jul 2005 02:47 GMT | 3 |
I'd like to create a PDF file using Visual Basic 6.0. I found some source code online that shows you how to convert an existing text file to a PDF, but that won't work for me. I need more control over how the PDF looks. Ideally, I would be able to use the same printer controls
|
| xml and vb6 | 18 Jul 2005 23:59 GMT | 2 |
Hi how can I generate an XML file through VB 6 and set the heading and variable value based on data from SQL 2000 tables. Thanks Dib
|
| Simple but Confusing Shell() Problem | 18 Jul 2005 23:36 GMT | 20 |
I just cannot figure out what is wrong with this code! I get an invalid procedure code or argument. --- success = Shell("C:\switchfile.bat", vbNormalFocus)
|
| for a simple answer will do. | 18 Jul 2005 22:08 GMT | 4 |
Most of the time VB 6 recognizes de dlls and ocx in the system32 path, where Windows resides. Is there a way to re-configure this? (i.e. to stablish manually the dll and ocx addresses, other then the syspath?
|
| Musical Notes in VB6 | 18 Jul 2005 20:41 GMT | 28 |
I have written a VB6 program for a two-year old boy who has been diagnosed to have autism. Although he is alert and can understand words he cannot speak. He has learned how to use the computer mouse and so my program lets him select letters from the screen and he is presented with ...
|
| DAO edit error on MySQL | 18 Jul 2005 20:35 GMT | 3 |
I will find an error 3027 ( Cannot update. Database or object is read-only ), if the following code is executed. The error occurs on rs1.Edit command
|
| Getting NULL reading Excel in ADO | 18 Jul 2005 19:47 GMT | 3 |
I have a VB6 project that is reading a zip code field as a Null value even though it has data in it. It seems to depend on the 1st record in that column. The zip codes are either 5 digit or 10 digit zip codes ( xxxxx or xxxxx-xxxx). Below is a portion of the code to show you ...
|
| Best serial protection... | 18 Jul 2005 19:41 GMT | 1 |
i'm looking for a good protection scheme to my applications. I'm using the Hard disk serial to generate a unique Serial Number but the problem is that each time the user formats the disk i need to generate a new Serial Number ...
|