| Thread | Last Post | Replies |
|
| Implementation of Online Update feature | 14 Apr 2006 06:54 GMT | 15 |
i want to implement feature of online update in my application. the source file may\may not be on FTP server. my idea is to compare "time" of database updation from two files, one is a file on local machine the other will reside on server. if the
|
| How do I find and use the window handle of an external application? | 13 Apr 2006 16:29 GMT | 23 |
In VB.Net (VS2005), I'm trying to find information about another application's window. I gather I need to use API calls to do this. Somehow I cannot get these to work so perhaps I am missing some obvious point either in WinAPI or VB.Net. Below there's a simple example where I try ...
|
| Are file extensions visible? | 13 Apr 2006 10:48 GMT | 13 |
How can I determine if the system is showing file extensions? TIA, Andy.
|
| Get User ID for Recycle Bin | 12 Apr 2006 16:55 GMT | 7 |
I'm trying to get a path to the current users Recycle bin. I've been going round and round on this and heres where I'm at I tried getting the recycle bin path using the SHGetPathFromIDList API function only to find that the recyclebin is a virtual folder
|
| GetComputerName from IP address | 12 Apr 2006 16:39 GMT | 1 |
How do you get the computer name from the IP address? I'm trying to get the name of remote computers based on IP addresses.
|
| how to play multiples videos in the same form ? | 12 Apr 2006 13:35 GMT | 3 |
Hi, I would like to play 2 or more video files at the same time in a form. I use the mciSendString of the MCI api with 2 different alias, but i've got some troubles.
|
| Round text | 12 Apr 2006 10:31 GMT | 1 |
does anyone have any suggestion, link, idea on how to draw round text (text in the shape of a circle)? TIA, A.
|
| show/hide deskbar programmatically | 11 Apr 2006 07:05 GMT | 4 |
I have created a deskband, which appears on the taskbar(like Quick Launch bar, language bar eyc). I would like to be able to enable and disable it through an application(not from the context menu appearing on the taskbar).
|
| How to get a list of all logged in users | 11 Apr 2006 07:01 GMT | 1 |
I found out how to get a list of all users of a domain, but additionally I need to get a list of all users who are logged in to this domain. Does somebody know a possibility? Thank You very much. _________________________________________
|
| Zooming in VB | 11 Apr 2006 02:07 GMT | 3 |
Hi to all, I'm a situation where I drew points in a windows form, just using the basic drawline in VB, and it actually drew them inside the window. What I got as an output is just a point while it was supposed to be a map,
|
| A bunch of points to draw | 10 Apr 2006 11:07 GMT | 1 |
If I have a bunch of points to draw inside a window, does the drawline() function do the job if I put it inside of a while loop (reading coordinates from a file? thanks
|
| Cyrillic Characters Are Not Retrieved Properly Using the GetCurrencyFormat API | 10 Apr 2006 05:21 GMT | 4 |
I am using the following API: Public Declare Function GetCurrencyFormat Lib "kernel32" Alias "GetCurrencyFormatA" _ (ByVal Locale As Long, ByVal dwFlags As Long, _
|
| How can override Date in Win XP | 09 Apr 2006 09:12 GMT | 1 |
Hi *.* I want to add a custom calendar to the Win XP Date, by now XP supports Gregorian Calendar and Hijri, Is there any way to override some functions in Kernel32 or where the system Date comes from there so that Windows uses
|
| How2draw fast moving polygons? | 09 Apr 2006 00:10 GMT | 9 |
I have to draw a very small number (5...20) of graphical 2D objects (rectangles, circles, polygons) moving 'realtime' quick and soft across the drawing area, using VB5 or VB6. I tried it using line and circle methods in a picturebox, but this was a little bit slow and not smooth ...
|
| Filtering Keypresses | 08 Apr 2006 18:22 GMT | 2 |
I am able to use a system hook to trap keyboard events. I would like to intercept certain keypress events and prevent them from getting to the Operating System. I was hoping to change the lparam to a null value or something similar before I used the copymem back in the hook
|