| Thread | Last Post | Replies |
|
| Creating a Custom Browser Toolbar Button to Return Webpage URL | 24 Jul 2004 00:35 GMT | 2 |
I am looking for help on the following. I'm trying to create a custom browser toolbar button that will do a few things. One that I'm trying to do at the moment is just simply return the URL of whatever page the user is visiting.
|
| Msgbox, VBYesNo | 23 Jul 2004 23:47 GMT | 3 |
Is there a way to set the No button on a VBYesNo msgbox default? Thanks, Jay
|
| generating a sinus tone using VB | 23 Jul 2004 22:33 GMT | 5 |
I would like to find a example in VB for generating a simple Sinus tone. I know it's possible to create one, but till so far I can only use a wav file and change its sample rate.
|
| Please help with using pointers in .NET - can't find anywhere | 23 Jul 2004 21:14 GMT | 1 |
I know this probably gets asked 14 times a week here but I just can't find anything addressing my issue exactly. I want to use dynamic memory allocation in my visual basic program. That is I want to be able to create a variable AND DESTROY IT on the
|
| Disable Mouswheel Combobox .NET | 23 Jul 2004 20:17 GMT | 1 |
There are references to using the wndproc form sub to trap and swallow the mousewheeel events - but they don't get there when a combobox (or many other controls) has the focus.. Yet the MSDN does suggest this is a way to stop the mousewheel scrolling a combobox
|
| trap window close | 23 Jul 2004 18:14 GMT | 3 |
anybody who knows how to trap when a window is closed (X) ?? i was hoping there is another event than the form_terminate or form_unload. thanks martin!
|
| networking | 23 Jul 2004 17:44 GMT | 2 |
I'm trying to make a programm communicate over tcp/ip local network. The idea is that the programm can be started on 2 different computers and search for the other. When the other is found i'll use winsock.senddata to send strings to each other.
|
| Changing a string into dates with slashes | 23 Jul 2004 17:41 GMT | 2 |
If a user types 072304 into a textbox, is there a way that our program can convert that into 07/23/04 - with the dashes? We would only allow valid values. Thanks.
|
| Rich Text Box | 23 Jul 2004 15:15 GMT | 13 |
How to save a file? i have results from pinging a host and i declared a file name PingHtNetDNS.txt Once the form unloades
|
| simple array question | 23 Jul 2004 13:49 GMT | 3 |
i feel really dumb asking this, but havn't been able to find the answer on google for 10+ minutes now. It's a really simple/silly question, in which I could have answered myself in almost any other language. i want to add stuff to an array. this is what i did.
|
| VB6 colors | 23 Jul 2004 11:13 GMT | 9 |
Rfttext1.BackColor = ? Just typeing : Red doesn't work "Red" doesn't wirk
|
| API to Close Internet explorer browser using Hwnd (or ProcessID) | 23 Jul 2004 10:35 GMT | 11 |
Hi I hope someone can point me in the right direction on how to use an API call to close a window. I have tried making the API calls CloseWindow / DestroyWindow / TerminateProcess passing the HWnd (or
|
| Program won't die | 23 Jul 2004 09:15 GMT | 13 |
I've written an emulator OCX to act like a machine our software controls. It works great until I try to exit the program. When I am in design mode the program exits cleanly and the OCX receives the Terminate event but when I compile the program and run the exe, the
|
| textbox help | 23 Jul 2004 04:37 GMT | 2 |
Greetings everyone I am trying to get the EOF function to work in vb.net. All I want to do is write a name in a textbox click the 'save' button and the name must be written in a .txt file. That part is simple enough, but
|
| Pick from filenames | 23 Jul 2004 03:32 GMT | 8 |
I hope someone has a solution for a little routine I need. I need to be able to read in the names of the files loaded into Excel, display them to the user, and let the user select one as a target for processing so the program can read data from one file to another. The filenames ...
|