| Thread | Last Post | Replies |
|
| Get mouse position on screen | 02 Oct 2003 21:43 GMT | 1 |
I'm writing an appilcation that starts up in the TrayBar. (I found a nice COX that helped me with that.) When I right click on the Tray icon, I get an event. In my code, I would like a form to appeare rigth above the mouse pointer, like a menu often does when you right click
|
| Send snmp trap | 02 Oct 2003 21:41 GMT | 1 |
Is it possible to send a snmp trap from vb6? Are there any free (or cheap) libreries? Specifically I have to send a trap to OpenView. Thanks and cheers, Gionni
|
| what does this declaration means ? | 02 Oct 2003 18:03 GMT | 2 |
I am working on my own mp3 player like winamp. As reference I use a download class witch can handle mp3 playing. But in serveral of the function in that class I see following declaration: IE.
|
| Using the TextRTF property on a RichTextBox control | 02 Oct 2003 16:53 GMT | 1 |
I am attempting to colour some words in a RichTextBox control in VB. A color table already exists. The RTF source for my text box is as such: {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0
|
| Strucured development | 02 Oct 2003 13:54 GMT | 2 |
Can anyone recommend a book or websites to teach me a little about structured dev processes? Thanks in advance Sam
|
| Excel: Programmatically adding add-ins? | 02 Oct 2003 10:28 GMT | 1 |
Is there a way of programmatically adding in add-ins to Excel?
|
| VB.Net Standard 2003 and MSDE | 02 Oct 2003 06:28 GMT | 1 |
Need some help bad here. Am using VB.Net Standard 2003 supplied for a class and I need to install Msde and the sample databases to work on homework. Following the documentation I can download sql2kdesksp3.exe and get the server running. I cannot then install the sample databases
|
| How do you execute VB.net code that resides in a Text File... | 02 Oct 2003 04:33 GMT | 1 |
All, I'm trying to figure out how I would execute code that would be shared over a number of wwwroot folders. Basically it would be the equivalent of an .inc file only instead of
|
| logarithmic slider | 02 Oct 2003 02:34 GMT | 6 |
Here's one for ya... So I want to program a slider control to adjust the system volume but instead of 1:1 linear movement I want to have a logarithmic scale. Specifically I set the control to have a minimum value of 0 and a max value
|
| Function to build string from array... | 01 Oct 2003 20:47 GMT | 1 |
I can't remember what it is. The opposite of dim vArray as variant vArray = Array(1,4,7) creates a 3 element array of those values, but what builds a string from the
|
| Converting from UNC to local path | 01 Oct 2003 18:00 GMT | 1 |
Can anyone tell me how to convert a UNC path to a local path (if such one exists) ? For example, let's take this UNC: \\LOCALPC\Shared\Documents
|
| VB and Windows Media Player Help pls. | 01 Oct 2003 16:11 GMT | 7 |
Dear Group: Maybe someone can point me to a tutorial or directions for help on Windows Media Player control from a VB app? Particularly, I'd like to have the app start Windows Media player at a certain time and shut down at a certain
|
| directory | 01 Oct 2003 15:24 GMT | 2 |
There's probably a simple solution for this but I don't know it. In most cases when you're trying to open/save a file which is in you're own directory you won't have to type "c:\myJunk\....\file.txt", the filename only (with extension) is enough. But not with email attachments. When ...
|
| onChange event | 01 Oct 2003 13:56 GMT | 2 |
How to manage that a combobox will fire an event when I the current field has changed? Of course the combo component has an onChange event but this will only fire when you hit enter or leave the box. Greetings,
|
| Converting VB to C# -- experience? opinions? | 01 Oct 2003 13:12 GMT | 1 |
Has anyone out there investigated converting VB 6 code and VB.Net code to C#? We are writing new code in C#. If we are converting from VB 6 anyway going to C# as a target language seems like a good move. Any experience out there? Comments on available tools? Done it by hand?
|