| Thread | Last Post | Replies |
|
| Microsoft, Cisco, Comptia, Oracle, Solaris -(Pay after check result) 100% Exam Pass Guaranteed | 18 Apr 2006 22:53 GMT | 1 |
We own several test centres worldwide and are able to offer you this fantastic service. If you would like a 100% guaranteed pass, then please read on further......
|
| VB code to execute sql query | 18 Apr 2006 22:38 GMT | 4 |
I have a prolem solving this question- Write a code in vb to executesql query "Select * from table where.....(Conditins)" where write a GUI code for accepting the conditions in which the usercan slect the field name, comparison
|
| Can't Use Package & Deployment Wizard - ActiveX Error | 18 Apr 2006 19:35 GMT | 1 |
I have VB6 Enterprise, running on Windows Me. I can't use the Package & Deployment Wizard. Every time I click the Package button, I get the following error: "Unexpected error number 429 has occurred. ActiveX component can't create
|
| command app | 18 Apr 2006 17:30 GMT | 2 |
I have written a piece of code, and I would like to turn it into a command line app or one in which it can be called by an external app by passing it a parameter. I tried to put the parameter in the Main() and tried to compile but that
|
| How to make a setup of a VB 6 application | 18 Apr 2006 17:23 GMT | 2 |
I m working on a vb 6 project that communicates serially with a hardware.I made its .exe file whcih is working properly. But when I copy this exe file on different computers it does not work. now i want to make a setup of my application. Can u guys help me to how to make a setup ...
|
| vb6 runtime question | 18 Apr 2006 17:08 GMT | 3 |
Which operating systems is it safe to assume that the vb6 runtime is installed on. For example, if we had an .exe created in vb6 that used only intrinsic controls, which operating systems would the exe run on automatically, and
|
| Beta Release, if of interest | 18 Apr 2006 17:06 GMT | 21 |
Greeting's to all, Since many of you have helped me in the past year with my VB Windows Shell replacement project, I just wanted to let you know that I released the first beta to some shell users for testing.
|
| delete selected record from database and listview | 18 Apr 2006 14:17 GMT | 3 |
am making a project in vb6 but at this movement i am having a problem in list view. The problem is....... I am using list view. the listview's check box property is true and i want
|
| Find Launching Icon | 18 Apr 2006 12:58 GMT | 5 |
I know that a program cannot determine the icon from which is was run, so is it possible to detect whether or not there happens to be an icon /under/ the mouse pointer, on the [sizeable] assumption that the user won't have moved the mouse since starting the program?
|
| reInitialize dynamic array | 18 Apr 2006 02:12 GMT | 11 |
I have a dynamic array to which my data changes (redim preserve) its upper and lower bounds as required. Now I wish to reuse that dynamic array and establish new upper and lower bounds. What I really need is to reset the array to its original state of NOTHING.
|
| how to read values from sortedlist?? | 18 Apr 2006 01:51 GMT | 2 |
Sortedlist in VB2005 looked like the perfect solution to my problem in a console app. I want to delete all but the two most recent entries of a series of files. I created the sortedlist and popluated it with file creation date as the key
|
| ActiveX dll problems | 17 Apr 2006 22:21 GMT | 4 |
I have made an ActiveX dll to encapsulate all of the interface for a 3rd party USB driver. When the app closes I get the dreaded "This program has performed an illegal operation" etc.
|
| print code error | 17 Apr 2006 21:10 GMT | 9 |
I dont have much experience with visual basic or Microsoft Access, so heres my problem. I am converting old databases from access 97 ot 2003, and I have successfully done it. Now, I'm going through each form to see if it
|
| txt file compare example | 17 Apr 2006 19:25 GMT | 1 |
I found a few good examples, but before I start making my app, I would like your opinion about online examples, your experiences etc. SK
|
| Mouse pointer position | 17 Apr 2006 18:03 GMT | 4 |
1- How can I find the position of my mouse pointer in VB6? (I mean the cursor's position in (x,y)) 2- How can I hide or unhide the mouse pointer? Thank you
|