| Thread | Last Post | Replies |
|
| How to check another app window is visible or not? | 18 May 2006 06:32 GMT | 3 |
Having handle to other app window, how to check if that window is visible or not? Jack
|
| Convert 300 DPI Tiff to 100 DPI Tiff | 18 May 2006 05:13 GMT | 2 |
I have Used Kodak Image Scan Control for Scanning, by mistake image was scanned tiff 300 dpi format and saved in SQL Server database , db size incraeses. Now I want to convert 300 dpi tiff to 100 dpi tiff. Please Help me.
|
| change extension of file | 17 May 2006 21:45 GMT | 6 |
hi to all, I am using windows2000, I have an asp file named as "asp1.asp",can I change the extension of my file in any other one. Can I give extension like '.com' without uploading this file.
|
| put image on command button from a binary field in database | 17 May 2006 20:52 GMT | 1 |
Can anyone tell me if I can load an image from a database record to the picture property on commandbutton. I don't want to have to write it to a file and then load it. Thanks Mark
|
| Capturing Keyboard Key Presses | 17 May 2006 20:33 GMT | 4 |
Can anyone provide the code for determining which key on the keyboard is pressed and store this information in a variable for decision making? I'm using VB6. Thanx...
|
| Array issue has me stumped?? | 17 May 2006 17:08 GMT | 5 |
Hi. I am populating an array and I have found that at the end of every population I have an extra row. Below is a sample of the code and the result. 1) ReDim Preserve sList(1)
|
| Datagrid in vb | 17 May 2006 16:15 GMT | 1 |
not vb.Net, i have no clue about .Net stuff I tried posting this in the msdn forums >> visual basic >> visual basic general forum, but apparently it is for vb.net so here i try again. I am using datagrids in an inventory/Point of Sale program and the only
|
| how to add a reference? | 17 May 2006 14:24 GMT | 2 |
I need to add a reference in my project to a file (e.g. mysqldata.dll) in order to access Mysql. Using Visual Web Developer, i know how to do (menu website/add reference), but suppose i have no VWD or any tools, and that i create only one test.aspx
|
| Read from a combo box and output the selection to a text file | 17 May 2006 14:04 GMT | 4 |
If I have a combo box and the user selects one of the options, how can I save their choice to a text file? Thanks, Paul.
|
| MSDataShape question | 17 May 2006 14:03 GMT | 2 |
I have a form that makes use of a datagrid and a Hierarchical Recordset. The Datagrid is populated by the Child recordset (as you would expect!). The Child Object is called "ChargeExpenses". The SQL is shrunk a bit for the post:
|
| Run-time Error '70' message | 17 May 2006 13:43 GMT | 4 |
I am having trouble with the following code, where a system message box always comes up instead of jumping to my Error_Trap. Can anyone help: Thank you very much in advance!
|
| Newbie: Data storage and manipulation speed | 17 May 2006 13:10 GMT | 4 |
I am developing a small program that reads some data and then calculates some parameters based on the data: ----------------------------------- - Read data from txt file
|
| How to change rows in a file to a colum in another | 17 May 2006 08:13 GMT | 1 |
I have one file (source file c:\file1.txt) like this: 5432 123 232 1345 123 234 225 13 3213 12323 2332 323 3422 452 273 2134 3325 13 2113 abc23 32 123 232 1345 8763 34 3435 13 mn13 2323
|
| Hidden folder ? | 17 May 2006 01:41 GMT | 7 |
Hi all, how are you? I hope fine... I have a application made in VB 6 wich creates and descompacts some files at a temp hidden folder at the app path, and when the user finishes the application, that folder is deleted, so I would like to know if there is
|
| how we can get Process ID of 16 bit application that is already running? | 16 May 2006 23:17 GMT | 2 |
If a 16 bit application (say SAMPLE.exe) is running under the Hierarchy of "NTVDM". i.e in the task manager sample.exe shown as on the same level as wowexec. If we see it in ProcessExplorer.exe then Mainly NTVDM runs and sample.exe is running as subprocess.
|