| Thread | Last Post | Replies |
|
| slow code | 12 Feb 2006 22:06 GMT | 6 |
I have the following vb code which reads data from an array picking out certain elements of each row in the array and then writing those elements into excel columns. Altho the counters etc might look a bit strange, they do work for me.
|
| File Copy | 12 Feb 2006 18:01 GMT | 3 |
I am trying to use File Copy to make a backup copy of an Access database that the system uses. All attempts call forth ' Error 70 Permission Denied' Within Access, the database has no security set and is open as far as I can see for full control by everyone
|
| window position screnn | 12 Feb 2006 17:10 GMT | 4 |
How do i get back the windows that showns the form's position on the computer screen?
|
| IDE | 12 Feb 2006 16:36 GMT | 4 |
How to you reset the IDE to its original state. I lost some windows (such as the maual form postion window) and I cannot figure out how to get it back
|
| Listview | 12 Feb 2006 16:14 GMT | 4 |
NEWBIE QUESTION I hace a listview with checkboes. How do i use the shift key to select a range?
|
| Postion of Windows | 12 Feb 2006 14:30 GMT | 4 |
Is there a way for my VB program to get the position if a window of an external application is maximized, minimized or noraml and if normal its postion (i.e left and top)?
|
| ListBox Question | 12 Feb 2006 10:52 GMT | 3 |
Hi, how do i return the ListBox back to its original state ie no items selected? without using the followng line of code: lstProducts.Selected(lstProducts.ListIndex) = False
|
| CONST Array | 12 Feb 2006 10:03 GMT | 13 |
Seems like this should be an easy thing to do... but for some reason, I'm not finding the correct approach. Here's the problem... I would like to create an array of number suffixes (see below)
|
| Time? | 12 Feb 2006 09:52 GMT | 1 |
I am using Vb.net and I want to know how to put the Time, Date which ticks?? Please reply as soon as possible Dean
|
| Getting mouse position, Moving mouse, Clicking once, and returning mouse to original position | 12 Feb 2006 08:41 GMT | 4 |
I'm interested in getting the mouse position, moving the mouse to (5,5) then left clicking once, then sending a key, then moving the mouse back to the original mouse position. Sounds pretty crazy, and would make no sense; except I need to send
|
| Adding Excel Worksheets | 11 Feb 2006 20:49 GMT | 4 |
When using this code "Worksheets.Add after:=Worksheets(1)" to add a worksheet I get an "Application-defined or object-defined error". I have the MS Excel 11.0 Object Library referenced. If I remove the "after:=Worksheets(1)" code the worksheet gets inserted in place of the
|
| Get Data from SQL2000 Db to VB6 Form | 11 Feb 2006 17:23 GMT | 1 |
I'm being a real pleb here and i need a quick solution. I need to obtain data from a MSSQL table and display the data in a simple VB6 form. I cannot use SPROCs for various reasons, so, how can I use XML to get
|
| Simple Mike Job | 11 Feb 2006 16:37 GMT | 3 |
Is there a control around for getting the incoming pitch or tone(e.g. of voice) from the mike at a given moment, and ideally also the volume? Thanks, ~Iain
|
| Recording to mp3 (on the fly encoding from wav?) | 11 Feb 2006 15:54 GMT | 2 |
I'm taking a look at the directx feb SDK release. I was interseted in finding out if recording directly or indirectly to an mp3 is possible in vb6? Does anyone know of any example code or controls that will handle this?
|
| How to stop a program within a VB program? | 11 Feb 2006 10:17 GMT | 2 |
I use the shell function to start a program running in the background from my VB program. But how can I stop that program, say, when I exit from my VB program, or when I need to? Any ideas? Thank you.
|