| Thread | Last Post | Replies |
|
| How to identify when a new document file has been saved in Word | 11 Dec 2005 17:39 GMT | 1 |
I need to identify when a brand new Word document has been saved. I won't know the destination folder. Does Windows provide a message for this without having to monitor every folder continuously?
|
| Compile Error | 10 Dec 2005 22:06 GMT | 3 |
I need to copy/paste in Excel, but with a delay built in between each copy/paste operation. Below is the code which gives me a compile error on the 2nd Sub Delay(). It is a simple copy from sheet 1 to sheets 2,3,4 and 5. Can you see
|
| current file name | 09 Dec 2005 21:35 GMT | 2 |
How to get the current file name in vb.net. For example. I am executing a method in vb.net dll say 'xyz.dll" I want to use the filename 'xyz.dll' in side the method. any ideas?
|
| Is .net faster tht vb6? | 09 Dec 2005 15:32 GMT | 10 |
Anyone use dot net? is it faster than vb6?
|
| VB6 doesn't compile my project | 09 Dec 2005 11:51 GMT | 4 |
I get System Error &H80004005 (-2147467259). Unspecified error when compile my project I use plenty of third party components.
|
| Controlling Windows Media Player through VB | 09 Dec 2005 01:41 GMT | 5 |
Would it be possible to control Windows Media Player (9 or 10) from the outside using VB 6?. The Play, Pause, Next, and Prev functions are all I need. Any Ideas? Thanks.
|
| Prime numbers | 09 Dec 2005 00:21 GMT | 42 |
I need to write a program, that takes a number (entered into a textbox, by the user) and determines if the number is prime or not. If the number is a prime number, then the program is just supposed to display, something like "This is a prime number" in a label. If the number
|
| Resuming Windows | 08 Dec 2005 21:43 GMT | 3 |
I have some vb programs that auto-start when booting up my computer. Is there a way to make them do the same when resuming windows. I frequently just close the 'lid' on my laptop at night and, the next day, when I open it windows resumes but it doesn't go through the same ...
|
| Buttons and Validations Disappear in Excel | 08 Dec 2005 03:30 GMT | 1 |
I have a peculiar problem, when I run a macro in excel that I wrote, the buttons on the sheet disappear, some formulae turn to values and the little drop down buttons on the cells where form validation (under Data>Validation>List) is supposed to happen disappaears too.
|
| 20-50 | 08 Dec 2005 02:02 GMT | 4 |
i have created a program with this code: <--begin code--> Private Sub Form_Load() Command1.Caption = "Ok"
|
| How to set child-parent relationship in Treeview | 07 Dec 2005 15:55 GMT | 3 |
Groups Table GroupId Group Name MasterId 1 AAA 0 2 BBB 1
|
| VB6 Report update problem | 07 Dec 2005 15:35 GMT | 1 |
Hi, I have a report that I used the data designer to create and what happens is that it does not update until the application is closed and opened again. For example, you can enter a new record and then open the report and it will not show the new record until the application is ...
|
| Nested Repetition Structures? | 07 Dec 2005 15:33 GMT | 1 |
Alright, 2005 BPA district VB .NET competition coding and I have no idea what is up with nested repetition structures... if anyone wants to comment on the usage of them please post.
|
| Converting data-types into bytes | 07 Dec 2005 12:01 GMT | 1 |
Hello together, i write an application which receives data from an tcp-channel in binary-format. With the use of "memcpy" (from C-Language) i convert the bytes into any
|
| Folder locked when using Open Statement twice | 07 Dec 2005 10:17 GMT | 6 |
I'm experiencing a very strange behaviour when dealing with files. Underneath you find the (stripped) code I'm using: Open "C:\temp\testlock\test.ini" For Output As #1 Print #1, "Something"
|