| Thread | Last Post | Replies |
|
| Question about argument during development | 13 Apr 2004 12:59 GMT | 11 |
I want to run my program with a command line argument automatically passed to it whenever I run from within the IDE. This way I can enable or disable a particular debugging menu. When I run the executable in staging areas (and, for that matter, when users run the executable)
|
| How to test for presence of a file??? | 13 Apr 2004 11:21 GMT | 27 |
As pretty much a clueless newbie in VB, I need to know how to test to see if a file exists. If I just try to open the file for input, I get a system error and program halt. I want a program I'm trying to create to use a configuration file with
|
| Passing a command line to a VB App | 13 Apr 2004 08:19 GMT | 10 |
I have a program which generates reports in the form of text output. It's possible to pass a command-line and argument to launch an editor of your choice to edit the report.
|
| Word and Excel OCX's | 13 Apr 2004 04:03 GMT | 3 |
Anyone out there know of any OCX's to view Word and Excel docs?
|
| Help with graphics objects | 13 Apr 2004 03:11 GMT | 2 |
Please help this vb.net newbie! I would like to draw a graphics primitive. For example, a line, and have that line be it's own object (so that I can have a collection of lines) and have that line be clickable by the user. Can anyone help?!?! I can create a graphics
|
| Help, how do I get text written to textbox by program to update instantly? | 13 Apr 2004 01:31 GMT | 2 |
I'm new to VB programming, I want to display a sequence of lines on a text box set to multiline mode. I'm writing the lines of text in this fashion: Text1.text = text1.text + "whatever I want to say" + vbcrlf What is happening is that the text box is not updated to display any of ...
|
| Duplicate Field Script | 13 Apr 2004 01:20 GMT | 3 |
Hello, i need some help if possible... i have a payments table with over 500 records i want to run a query that searches through the table spotting out any duplicate ID#'s and Dates.
|
| How to generate constant delay arround 10 uS | 13 Apr 2004 00:26 GMT | 5 |
I am working on irda receiver and I can't get good results with basic timer ( it is to slow). I can get working delay with "for" loop but it isn't constant. thanks in advance!
|
| looking for ultimate function to terminate vb application at any point of execution | 13 Apr 2004 00:20 GMT | 3 |
could anyone tell me how do i go about writing a function/command that can terminate the vb application at ANY POINT of execution to the extent that once the 'terminationg function command' is executed nothing else beyond the last line of this function is going to be
|
| Cannot drag a command in data environment | 12 Apr 2004 22:58 GMT | 2 |
Hi, i´m a beginner with VB 6.0 and I´m trying to follow a guide i´ve found in the web in order to get used with it. But when I´ve started the database section I´ve found the next problem: I´ve created an access database and then open a new exe project in vb, then in the menu ...
|
| open file's containing folder | 12 Apr 2004 22:16 GMT | 2 |
How? I've tried ShellExecute API which uses "explore" as an option but nothing happens. I got the info from API guide but there is nothing specific to this.
|
| Oct function in German VB broken? | 12 Apr 2004 22:06 GMT | 2 |
When running VB on a German OS, the following returns a value of "1". On English, the retString value is "0" as expected. Is this a bug? Sub test( Dim vString As Varian Dim retString As Varian
|
| Image Viewer | 12 Apr 2004 21:05 GMT | 2 |
Please help me: i am making an image viewer so that when you click on an image in the directory specified, it shows it: tell me what is wrong with my code::: PLEASE!!!!! I keep getting compile errror: type mismatch!! HELP!!!!
|
| howto check if somebody allready opened a file (in a network) | 12 Apr 2004 20:14 GMT | 2 |
my vb app can open files. Well, actually my vb app launches word or excell to open them. These files are shared in a network. If somebody else has allready opened that file, you must get a requester
|
| spawn, exec functions like in C | 12 Apr 2004 19:02 GMT | 1 |
Does anyone know if there is command that is similar to C's command "exec" I believe. It is away to launch another app while the parent app terminates. I'm not looking for the "shell" command that merely waits. I want the parent to terminate.
|