| Thread | Last Post | Replies |
|
| Shell launch with multiple files | 04 Feb 2006 22:09 GMT | 4 |
I have my App associated with a file extension and I can launch a file from explorer and parse the file using Command$ inside the App and that all works OK. If I highlicht a bunch of files in explorer and launch then I get separate
|
| Getting on the menu | 04 Feb 2006 21:37 GMT | 1 |
How do I get my app to appear on the Windows Explorer Folder/File right click menu? Yes, I know I can put a link in the "Send To Folder" folder, but I want my own menu line.
|
| VB Math newsgroup | 04 Feb 2006 20:59 GMT | 2 |
Is there a newsgroup specifically for Visual BASIC math discussions?
|
| Why Public member can't be constant/array/... | 04 Feb 2006 20:59 GMT | 21 |
I am using "Public Boki(0 To 100) As Byte" in the header of file. but, it didn't pass the compiler.
|
| How can i output data between 2 strings to another file | 04 Feb 2006 20:00 GMT | 3 |
I have a file which has some information starting with a heading like Trial Balance for the months . I want to output all this information starting from this till the total line to another file usinf FSO and VB script.
|
| module | 04 Feb 2006 19:55 GMT | 7 |
Hi, i am using the code below over and over again to connect to my database. I have tried to place in within a module and call it from whereever i need it, but i get the error stating: variable or procedure expected not module. can anyone help.
|
| vb runtime error 5624 | 04 Feb 2006 19:15 GMT | 1 |
trying to write a search and replace macro for word in vb, getting "runtime error 5624" at a point where i know the macro is not yet too long (i've already had to split it once) and the line the debugger complains about, "Selection.Find.Execute Replace:=wdReplaceAll" is exactly ...
|
| XP and VB Prof | 04 Feb 2006 18:29 GMT | 7 |
When a user signs in within XP Home or Prof they have a sign-in Icon can I acces this info and bring it into a Vb program text box. thanks Ron
|
| www Link in VB 6... | 04 Feb 2006 16:55 GMT | 17 |
Is there a way to have a link on a form with VB6? I need the HTML Toolbar, right? It doesn't seem to be included in VB6 Pro. Any suggestions? Thanks
|
| Inconsistent fso result. | 04 Feb 2006 16:54 GMT | 4 |
I see the fso scripting object occasionally getting "bad press" but have always found it OK up until now. I select a folder, and using code snip below test for the existence of files within the folder using two instr criteria, "zip" and an account number.
|
| Algorthim | 04 Feb 2006 15:01 GMT | 5 |
This one is tough. Assume we have a bitmap (Black and white) in any NO compressed file format. Assumme it is 100 pixels by 100 pixels. Is there a way to determine which pixels are black and which pixels are white?
|
| Problem with NOT | 04 Feb 2006 12:22 GMT | 11 |
When using Not 1 shouldn't the result be 0? checkbox chkIndex. value is 1 (checked)
|
| Right Click on a file List box | 04 Feb 2006 10:25 GMT | 4 |
On a File List Box is it possible to get a event on the ricght click button. If yes how does it possible ? CLick is ok , key pressed ok Thanks
|
| adding a icon to the task bar | 04 Feb 2006 04:15 GMT | 1 |
how do you add a icon to the task bar and when clicked on trigger a event this is the program im making "
|
| Help using <flags> | 04 Feb 2006 04:14 GMT | 4 |
i am monitoring some electronic equipment. Every few seconds i poll for equipment status. The results are returned in 6 groups - like 0A 40 08 00 00 00. Currently only the first 3 bytes contain meaningful info each bit reports either normal operation (a 0) or an error condition (a ...
|