| Thread | Last Post | Replies |
|
| What's this procedure's name? | 18 Dec 2003 18:00 GMT | 5 |
Does anyone know of a way to derive the currently executing procedure at runtime, such that if an error is thrown I can stick the procedure name in the error string I'm returning? Would be nice to be able to use somewhat boilerplate code in my error handler (understanding of course ...
|
| Version Control? | 17 Dec 2003 04:40 GMT | 2 |
Can anyone help me out on what software works the best for version documentation such as changes made from on version to the next as well as changes made on the database side? Any help would be greatly appreciated!
|
| Validate Month | 16 Dec 2003 15:09 GMT | 1 |
Hi, All How can i check if Month(Now) falls into range of dates like From April to October? I have to check only month. Please, any ideas...
|
| GetEnvironmentVariable for %Userprofile% | 15 Dec 2003 15:21 GMT | 2 |
H I need to copy some files to users profile and need to use %Userprofile% Is GetEnvironmentVariable the best to use for this and if so what is the declaration and syntax(I cannot get it working for some reason) I have thought about using shell.regread but cannot find a place in ...
|
| auto-generate a fixture list | 15 Dec 2003 09:53 GMT | 2 |
This is a strange request, but I just cannot fathom how to do it. In theory the requirement is very basic, but in practise its a noodle!! I have 10 team names like so: Team A
|
| Right-Click menu | 15 Dec 2003 07:17 GMT | 4 |
When I click a file, I want my program to be in the list like winRAR´s "Add to archive", Icon as well if possible
|
| How to send a message to another computer? | 12 Dec 2003 02:08 GMT | 6 |
I would like to add a feature to my VB program that would enable it to send a text message to another computer on the local network. I realize that I could write a program (using Winsockets, for example) that would run on the remote computer to receive and display the
|
| wireless audio/video stream | 11 Dec 2003 16:10 GMT | 1 |
How can I send media server streams to media player via UDP similar packets ? I must transfer stream in wide area but there is no internet connection avaliable ...
|
| issue with images | 11 Dec 2003 16:07 GMT | 1 |
Actually I am working on a project (I) called "CDs Organizer". As its name suggests, I am developing a solution for keeping track of all my CDs and DVDs. Along with many other details every record may also have a picture associated with it, which is displayed in an Image box control ...
|
| Calling a .vbs script. | 11 Dec 2003 15:52 GMT | 2 |
I am trying to execute a .vbs scripting file through my visual basic program. How can I do this? Thanks.
|
| C# .dll | 11 Dec 2003 03:04 GMT | 2 |
How do I use a .dll created in C# in my VB6 app?? I can't import it using references? -Lou
|
| Task Scheduler | 10 Dec 2003 22:14 GMT | 1 |
I would like to programmatically schedule automated tasks to run an executeable program. How can I do this with visual basic code for Windows 98, Windows 2000, and Windows XP? Thanks for the help.
|
| Active Directory Login | 09 Dec 2003 20:39 GMT | 1 |
How do I pull the login name for the current user? I'm just looking for their username, but it would also be beneficial to pull their access level (administrator/power user/etc.).
|
| Execute remote shell | 08 Dec 2003 14:48 GMT | 1 |
Hi, All How can i execute a rsh without using ScriptControl? I have a VB6 enterprise. I need to launch from one VB.exe a unix process
|
| How to find Currently running process | 08 Dec 2003 14:45 GMT | 1 |
I need to built a VB prog that finds the another application that runs under Win 2000/XP and have to kill it after getting conformation from the user. Is there any API available for this purpose to find and to kill the process? Thanks in advance,
|