| Thread | Last Post | Replies |
|
| SetWindowPos()-Problem Unable to Move the control | 25 Nov 2005 15:29 GMT | 1 |
I am facing a problem in using SetWindowPos() . I am handling a localization project. For this i need to resize and reposition the dialog controls. I am calling GetWindowRect () to get the control dimensions and after changing them i am trying to call SetWindowPos()
|
| antivirus is trying to update before wireless connection is established | 25 Nov 2005 08:10 GMT | 2 |
Hi, i hope someone can help me, i am running windows xp pro on a hp laptop, and am using trend micro for antivirus, and it is set to automatically update upon startup, but it begins before the wireless connection is established and then errors out. how can i fix this,
|
| Crypto API using RC2 instead of RC4? | 24 Nov 2005 11:42 GMT | 11 |
The code below works fine for encrypting and decrypting but I need to change it to use RC2 instead of RC4. This is because the .NET application that is going to do the decrypting uses RC2.
|
| procedure doesn't works if the program compiled to native code... | 24 Nov 2005 01:56 GMT | 9 |
Private Declare Sub xxx Lib "yyy.dll" () design time : xxx works properly compile to p-code: xxx works properly compile to native code: xxx doesn't works
|
| SHCHangeNotify | 24 Nov 2005 01:15 GMT | 1 |
Can this function able to detect changes in any of the subfolders under My Bluetooth Places, which is a bluetooth network
|
| [How to] Convert a COLOR image to BLACK and WHITE ? | 23 Nov 2005 09:04 GMT | 1 |
I need to convert a color image to black and white. ------------ I'm going with changing every pixel using SetPixel API in two For cicle like this
|
| how to get remote device's MAC address by it's IP | 23 Nov 2005 08:35 GMT | 1 |
Anyone knows how to get remote device's MAC address by it's IP, using VB 6.0 the remote devices are change every 5 minutes, I cannot count on ARP cache. Ben
|
| Reading Location information using VBScript | 22 Nov 2005 21:48 GMT | 3 |
Could anyone give me some details on how to read the information of the Windows local settings of Location information as shown below. -> start - control panel - regional settings - General - your locale (location).
|
| How to send e-mail with Visual Basic .Net, Word and MS Outlook? | 22 Nov 2005 21:25 GMT | 3 |
I have a question to ask in how to send e-mail through a program written by VB.Net with the help of MS Word and Outlook? The platform will be like this: OS - Win 2K Pro
|
| Track down tab key movments | 22 Nov 2005 18:10 GMT | 5 |
I am trying to create continous form like continous form in Access. I'm working with 3 alternatives like: using frame, using controls array (load) and now trying with copying image of controls to form ,according to rows in
|
| Device name from PrinterDialog API and the Printer object's DeviceName property problem | 22 Nov 2005 08:51 GMT | 2 |
I have some problems with device name from the PrinterDialog API from comdlg32.dll and the device name from a Printer object's DeviceName property. I am using the device name from the PrinterDialog API, received
|
| Capturing video from tv card | 22 Nov 2005 07:11 GMT | 1 |
i have a project in which i need an userinterface which enables to see preview and capturing video from tv card. i am open to any help (tutorials, codes, notes ). thanks
|
| Rotation | 21 Nov 2005 17:40 GMT | 1 |
Could somebody help me with the formulas to rotate a polygon about the X, Y and axis. I would like separate formulas for each axis. I have a the following formulas to just do simple rotation (about the Z axis)
|
| Creating a virtuell rs232-connection? | 21 Nov 2005 08:27 GMT | 5 |
I'm looking for a possibility to create a rs232-connection for my own programm. That means: The PC has the Ports Com1 and Com2 and - if my program starts - i want to have Com3 in order to get an Hyper-Terminal-Connection without any cable.
|
| Oddity with WH_KEYBOARD_LL hook | 20 Nov 2005 22:59 GMT | 2 |
I have been working a program that uses a keyboard hook to trigger several different actions based on the key that is pressed. The code that I use (simplified and provided below) works perfectly in VB.Net 2003, but in VB.Net 2005 Pro, my keyboardhandle always equals 0, so the ...
|