| Thread | Last Post | Replies |
|
| Execute programs with different user | 01 Sep 2005 20:53 GMT | 4 |
I want to execute commands from my application with a different user account. Can somebody give me some hints on how to do this? For example, start cmd.exe using the administrator account. markus
|
| controlling interpolation when scaling graphics | 01 Sep 2005 17:36 GMT | 3 |
I'm working on an experimental image manipulation application and don't have a lot of experience in this area. I'm trying to scale up (zoom in on) an image on the form *without* having VB automatically interpolate & soften it.
|
| Error VB 6 | 01 Sep 2005 10:46 GMT | 11 |
I'm having a very strange problem in VB6. It only occur when I use the .exe file, while I'm debugging nothing happens. The problem is that when the user closes the program appears an error
|
| Null Value | 01 Sep 2005 08:56 GMT | 5 |
I added a field to my company table (PBV_rstCompany.Fields("Installer")) the default value of the field is Null. I place this If statement and it doesn't work If PBV_rstCompany.Fields("Installer") <> "Y" Then
|
| adding to the right click menu? | 01 Sep 2005 08:55 GMT | 1 |
There is a program called "FileNote" that adds itself to the right click menu of a file. (You right-click on the filename of a file, and FileNote is an option on the drop-down menu). Anyone know how to do that using VB6?
|
| ADO MoveNext and EOF problem | 01 Sep 2005 02:40 GMT | 13 |
Hey, folks. Using VB 6 SP 5 on XP Pro SP2 with MSDE 2000 SP4 (I think that's right) and ADO 2.8 I'm having the following problem: I want to pull a recordset of all rows in a table, modify one of the data elements (columns) if it meats a certain criteria, and then update
|