| Thread | Last Post | Replies |
|
| Get external IP address? | 31 Mar 2007 21:34 GMT | 2 |
Can I get my external IP address using VB6? I'm behind a router and all I seem to be able to retrieve is my LAN address. I'm after my public IP address. I've figured out a way to do it (don't laugh) by having VB send me an email and then extract my external IP from the headers ...
|
| Polygon Rendering Speed | 30 Mar 2007 00:39 GMT | 14 |
About a year ago, I had the following dialogue with Mike Sutton. I'm at a point now where I'd like to explore other options as GDI's polygon API simply is not fast enough to render some 100,000 to 200,000 2D polygons at a frame rate that's acceptable.
|
| 'http://btmtz.mvps.org/vbexplorer/' help needed. | 29 Mar 2007 16:56 GMT | 5 |
If this is the wrong group for this discussion, I apologize . I 've tried to contact Brad thru the email address given at MVPS.ORG but Brad hasn't responded so far so I'm posting here in hopes to get relative quick help. Brad has made an excellent Windows Explorer like VB6 app ...
|
| Trending/Graph examples | 29 Mar 2007 15:52 GMT | 1 |
Am reletively new to VB.NET and was wondering if anyone knows of anywhere that has free samples/examples of creating trends/graphs using VB.NET 2005? Apologies if this is the wrong forum... Thanks,
|
| WriteConsoleInput throttled on Win9x? | 28 Mar 2007 17:48 GMT | 2 |
Hi -- Anyone have any experience with WriteConsoleInput in a console app on Win9x? I'm finding that while it seems to be executing flawlessly -- reports correct number of records written, no error codes -- the results are always clamped to 15 characters.
|
| How to Find computer is active & Connected to Network | 28 Mar 2007 01:43 GMT | 5 |
Dear Sir, How we can find a computer Network Connection is enable or active in WindowsXp. Thanks .
|
| Passing an array of Strings from VB to C | 27 Mar 2007 19:55 GMT | 13 |
I have to be able to pass an array of strings to a C DLL from a VB program. I don't need to change the strings. I'd like to use the simplest mechanism possible, yet this should work from VB6 and VB.Net. I have to admit I
|
| ShellExecuteEx and Information about remote application | 27 Mar 2007 10:32 GMT | 14 |
One of the core functionalities my application will expose is launching video files and keeping track of "viewing" statistics. It needs to be able to: 1. Play/open the user-selected video file with system default player
|
| Create Shortcut on Desktop | 26 Mar 2007 18:36 GMT | 1 |
Dear Sir, How to Create Shortcut of any program group menu item on desktop using WinAPI. Sanjay Shah
|
| Changing Checkbox control checked images | 23 Mar 2007 22:06 GMT | 1 |
Is there some way via the API or otherwise to change the image used by a CheckBox control? E.g., use an bitmap image like the '[X]' and '[ ]' you have in some other tools... I would like to have controls that look like radiobuttons, but allow multiple of them to be selected even ...
|
| Capturing contents from socket | 22 Mar 2007 19:28 GMT | 1 |
Does anyone help me out in capturing contents form a socket ? I have developed a connectionless chat program using winsock. And I would like to develop another application, which creates a conversation history, whenever it receives data from a person. If I create a new
|
| memory mapped file question | 22 Mar 2007 11:53 GMT | 2 |
I have studied some mmf examples and only found those kind where a source copies its data to a special address and a target can read out data from this special memory address and has to copy it into its local variables for subsequent processing. Of course, I could live with that, ...
|
| How to find those constants for a API Declare | 21 Mar 2007 23:21 GMT | 4 |
Hello all friends. I am a VB-API beginner. I want to know hoe to find its constants for a API Declare. For example: When we declare a function: Private Declare Function RegCreateKey Lib "advapi32.dll" Alias
|
| How to getting an owner of file | 21 Mar 2007 19:03 GMT | 5 |
I know that that topic may be old to you but I looked at other topics related to mine. However, I didn't find them working for my project at all because its errors return back to me everytime. The error I have on that project said:
|
| Font API | 20 Mar 2007 14:35 GMT | 11 |
How can I load some specific fonts, like all Bengali Fonts... I was able to list Arabic, English, Hebrew, etc fonts but unable to list Bengali, Hindi Fonts... Is there any API or other techniques to list those [Bengali, Hindi]
|