| Thread | Last Post | Replies |
|
| extract image from mpeg | 21 Sep 2005 22:58 GMT | 1 |
how i can extract images from mpeg video thanks
|
| Help with Looping & Count Please | 21 Sep 2005 21:28 GMT | 3 |
Here is some Code Originally Written for Something Else, which May be of Help for this Request. Option Explicit Sub Covered()
|
| VB6 screen saver name in Control Panel??? | 21 Sep 2005 20:08 GMT | 7 |
I've created a screen saver in VB6. According to just about every example I've seen you're suppose the append "SCRNSAVE:" to the title of your application on the "Make" tab of the Project Properties dialog. Then, in theory, Windows should be able to list your apps title in the ...
|
| Missing File Export Template in VB.NET | 21 Sep 2005 19:52 GMT | 6 |
If you start looking for the File | Export Template wizard and can't find it, try reinstalling the Visual Basic settings (Tools | Import and Export Settings). Apparently when you first install VS 2005 the initial setup routines don't wire up this feature correctly.
|
| C++ dll used in VB code | 21 Sep 2005 18:11 GMT | 1 |
I've created 2 dll with VC++, which are only resource dlls. in fact, only strings are inside. IDS_String101 101 Welcome IDS_String102 102 Bye
|
| msgbox problem | 21 Sep 2005 17:31 GMT | 11 |
Can you help with the following problem Msgbox("Do you wish to add " & rstSpread.Fields(4) & " to your nett prices for this supplier?", vbYesNo, "Add New Material") As Boolean I am trying to get the variable rstSpread.fields(4) to appear in the
|
| Function or Property? opinions | 21 Sep 2005 16:47 GMT | 9 |
Wondering if there is better option... 'should this be a property Public Property Get DataForm() As Object 'or a function?
|
| Difference in minutes between 2 dates | 21 Sep 2005 15:27 GMT | 4 |
What is the best way to calculate the difference in minutes between 2 dates? Can datediff be used? If so I can't figure out how to calculate the minutes? If I use the timer it starts over at 12pm so I can't calculate over that time period.
|
| Convert Ms Access query to VB | 21 Sep 2005 15:01 GMT | 6 |
I'am looking for a tool or utility to convert a Ms Access query to a VB6 query. Does it exists ? Couldn't find any using google. Robertico
|
| Tidy Code software | 21 Sep 2005 14:24 GMT | 11 |
I've been asked to modify a rather large piece of code, (12000 lines in all) It's been written with everything on the left margin. There used to be a piece of software to make the code more readable, including putting vertical lines on the printout from start to finish of
|
| Common controls | 21 Sep 2005 13:30 GMT | 11 |
H all, I wonder what should I do - Keep using the latest common controls 6. Or use the older version common controls 5 and have better support for WINXP
|
| dtpicker | 21 Sep 2005 11:41 GMT | 3 |
dtpicker alows *day* selection, *month* scrolling, but is it possiblce to have also fast *year* selection? to select day two years in the past, i now need *twentyfour* times te select left arrow on month slider.
|
| VB6 : Attach Event Handlers to Dynamically Generated Controls | 21 Sep 2005 10:29 GMT | 10 |
On our current project we would like to implement a flexible design, based on form controls generation in regards of data structures retrieved from a database. For instance, if we have two fields in a table (say employee and date),
|
| viewing media type | 21 Sep 2005 05:37 GMT | 2 |
Is it possible to find out what type of media is currently in a CD or DVD rom drive. For example R or RW and how much space? To be used to check if there is space and ability to write to the current drive with data.
|
| about renaming the table .. | 20 Sep 2005 23:34 GMT | 4 |
hi ! i'm creating about record system of a school using vb(6), and i make a table by table to each student .. everytime i add a new student her/he record go to a new table .. i did it almost perfect, but unfortunately a little confusion came in me ..
|