| Thread | Last Post | Replies |
|
| Problem with nested join in Access, Ado | 07 Sep 2006 14:25 GMT | 5 |
I have a sql statement that works fine when I execute it in Access, but when I call it from VB (to return a recordset) it doesn't work. As well as I can determine (from trial and error) the problem is with the way multiple INNER JOIN clauses are coded in Access (although I
|
| How do you get the cursor position in WebBrowser1.Document.body.innerhtml ? | 07 Sep 2006 14:19 GMT | 1 |
How do you find the position of the cursor, or the position of the begin and end of the highlighted text in WebBrowser1.Document.body.innerhtml? Thanks in Advance...
|
| VB 2005 - the name & location of help file/MSDN Library | 07 Sep 2006 13:14 GMT | 5 |
I use VB 2005 Express Edition. I'd like to know the name and location of the help file (MSDN Libaray) so I can open and read it without run the VB program. Thanks. ybc
|
| help in 3D plotting vb 6 | 07 Sep 2006 11:39 GMT | 5 |
i have ten points each point have its coardinates in (x,y,z) i want to draw this point in visual basic drawing in 3D aftr this i want this to make this drawing to able to rotate
|
| Code for Menu form to start Setup.exe files | 07 Sep 2006 04:28 GMT | 2 |
I have copied my 17 “Inno” compiled setup.exe files to a CD. I am wanting my CD to autorun and then to show a menu (form) from which the user can easily run certain of these files, read HELP files etc. However, I am not sure of the code for the button-_click() to run a specific
|
| Problem with UpDown control | 07 Sep 2006 03:58 GMT | 5 |
I'm programming using the Learning Edition of VB6. I have compiled my app and everything seems to be ok running it on my machine. However, trying compiled app on friend's machine, the forms with UpDown control do not work - error msg "Ruun time error 339" MSCOMCT2.OCX not
|
| delineate forms | 07 Sep 2006 03:42 GMT | 2 |
Is there a way to delinate all the form in a program not just the ones that are loaded as the follwoing does Public Sub ShowForms() Dim frm As Form
|
| Is there a "control validator"? | 07 Sep 2006 03:36 GMT | 4 |
Is there a program that can inspect a Form and determine whether there are any corrupt controls? Today, I tried to modify the caption for a frame control, and I could not do so, either via the GUI, or programmatically.
|
| Can I store Date and Time in long integer? | 07 Sep 2006 00:28 GMT | 6 |
I would like to store the date and time from the NOW() function in a single long integer and then be able to redisplay the contents of that long integer in date/time format later. Is this possible? If so, what's the best way? Basically I want to do something like:
|
| Access of shared member, constant member, enum member or nested type through an instance problem | 06 Sep 2006 22:04 GMT | 2 |
I took the code below from an example of FolderBrowserDialog but I keep getting the subject diagnostic on DialogResult.OK and I can't figure out what I am doing wrong. Any Help? ADVthanksANCE
|
| VB.NET Progress Bar | 06 Sep 2006 21:40 GMT | 2 |
I am trying to set the maximum value of the progress bar so that when a user searches through the specified directory they can see their status. the progress bar name is on form2 and is named progstatus. Does anyone know how to set this up with the code below? appreciate it. ...
|
| Sending keys to an app from VB | 06 Sep 2006 21:39 GMT | 2 |
I am a newbie to VB.Net (just installed VisualStudio Express with VB as the language), but neither to VB (older versions) nor to development. What I want to achieve is to: 1) start a Windows app from VB
|
| Error 2004 - Out of Memory - DAO.DbEngine | 06 Sep 2006 20:49 GMT | 4 |
When trying to compile my VB4 Application on a computer with more than 512 megs of Ram, I get the message "Out of Memory Number 2004". When I click the "Display the Data Access Errors Collection" it says: Error Number: 2004
|
| All menu items as a collection | 06 Sep 2006 19:11 GMT | 10 |
Is there a way to quickly make a change to all menu items? I want to temporarily change every menu item on my main form to invisible. I would like to be able to do it without having to list every menu item in my program. Dan
|
| Automation error Interface not registered -2147221163 | 06 Sep 2006 17:21 GMT | 4 |
Guys, My environment is VB6, Oracle 9i, COM+ and Citrix. VB application is deployed in Citrix servers. Citrix Server connects to COM+ server and COM+ server handles database connectivity.
|