First  |  Prev |  Next  |  Last
Pages: 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
seeking advice
I am successfully programing a lot but I am seeking further advice in some cases. -- E.F. ... 21 Jan 2008 17:57
TableAdapter, BindingSource and DataSet - the first record.
Hi, I have a problem with first record in my table. I put the data to the table and it's ok, but if I add second row to the table the first record is updated (and has the same value as the second row). I use the same code for three tables in my application and it works without any problem with this one excepti... 21 Jan 2008 07:03
Help Help$$ modifying the recorded (VBA) Macro with Excel manual Process
English is not my first language so the contents of the question might be lengthy and confusing. But I assume the answer should not be a difficult if you know VBA well. In addition to below what I am saying, basically I would like to coorect the format so that it will pull the right data from the right column and... 20 Jan 2008 20:24
Question on the 'shell' command in VB6
Hello, I want to run from a VB6 program an old DOS program. The DOS program displays some information on the screen. One parameter (filename) is given to the DOS program on the command line. For this i use the VB6 'Shell' command with in a string: path/filename of the DOS program, a pipe to a tempory file (to catc... 21 Jan 2008 12:52
DLL Error
Hi, I have an application that uses Functions contained within a DLL and when I try to run my program inside the VB IDE I get an error: "Run time error '453': Can't find DLL entry point <function name> in <name of dll>" However once I compile my app everything works perfectly.... Can someone explain whe... 19 Jan 2008 12:43
Chris Minchin
Frank Adam wrote: Hey Chris, Send me another email and make sure you include a proper return address.. The one you've sent returns to la-la land at mailme.ea and it really didn't seem to be too kosher from the getgo. Of course, i could be wrong.. there is always a first. ;o) ps: Hi guys. Well... 20 Jan 2008 17:35
[ping] Chris Minchin
Hey Chris, Send me another email and make sure you include a proper return address.. The one you've sent returns to la-la land at mailme.ea and it really didn't seem to be too kosher from the getgo. Of course, i could be wrong.. there is always a first. ;o) ps: Hi guys. -- Regards, Frank ... 17 Jan 2008 00:46
Changing a disk's serial number?
Hi, Is any kind soul here able to help me (show me?) how to convert the following C code to Visual Basic 5 please? I'll be your friend! http://www.codeproject.com/KB/system/change_drive_sn.aspx I have no idea how to do it. :( ... 22 Jan 2008 10:07
Using Me.Refresh in Excel VBA
I wonder if someone can help me. I want to show a label for 1 second, make it invisible for 1 sec., and then show it again,.. so on. label1.visible = true pauseme(1000) label1.visible = false pauseme(1000) label1.visible = true, ...... When I used VB6, I insserted Me.Refresh in the code, so I can show the ... 16 Jan 2008 17:34
VB, Multimedia and data type declarations
In most, if not all, of the Multimedia examples that I'm studying that use MCI functions, alot of the variables are being declared as being of type Integer. I was wondering why some of them aren't being declared as being variables of type Byte. As an example: MIDI channels normally will only range from 1 up to ... 15 Jan 2008 17:28
First  |  Prev |  Next  |  Last
Pages: 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24