|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Basic General Discussionmicrosoft.public.vb.general.discussion
Melvin -
26 Jun 2009 9:10 PM - 32 messages
Fir the first time in a very long time I need to install a program on another computer. I assumed I would use the Package & Deployment option but I cannot find it on my system. I do not have the Wizards folder in my VB ...
vovan -
26 Jun 2009 4:50 PM - 4 messages
I have VB6 procedure which inserts data from 2 tables into the third one. I need to have a stored procedure with the same functionality. This is my VB6 code: Private Sub TestPermissionInsert() Dim rsDBLogin As ADODB.Recordset Dim rsPermission As ADODB.Recordset ...
Saga -
25 Jun 2009 7:21 PM - 17 messages
Hi all, I would like your opinion on the folowing issue. I have an app that basically polls a folder looking for new files which can be updated at any time.When it finds relevant files, it copies them to ...
Al Reid -
25 Jun 2009 6:46 PM - 65 messages
I have a scanning application that I wrote back in the end of 2006. I was written in VB6 with some API calls (SHCreateDirectory and SHFileOperation). Since that time there has been an intermittent and impossible to find problem that has haunted me. Sometimes it disappears for months only to ...
Sheldon -
23 Jun 2009 5:25 PM - 7 messages
Hello - I have a form with a checkbox. I am trying to clear the form and included the code: If ckComplaint.Value = 1 Then ckComplaint.Value = 0 End If along with other code that clears textboxes, etc. The above statement is ...
Pete B -
22 Jun 2009 9:27 PM - 18 messages
Anybody here use PowerBASIC in conjunction with VB 6 stuff? Pluses, negatives, anyone? ...
David -
21 Jun 2009 8:33 PM - 31 messages
If a string is declared locally at the termination of the procedure string memory should be recovered. ===================== However, when does the compiler recover memory for a string used in an object declaration: Set rsTemp = DaoDb.OpenRecordset("MyTBLName") ...
Alfie [UK] -
21 Jun 2009 12:35 PM - 4 messages
On Sun, 21 Jun 2009 12:11:14 +0100, MM <kylix***@yahoo.co.uk> wrote: Yup, all the compound assignment functions in C/C++ use a similar form; a {operator}= b a = a {operator} b ...
Lorin -
21 Jun 2009 2:17 AM - 4 messages
I am working a VB6 app that I need to do the following: Put image A into a picturebox. Stamp image B on to Image A. However, I need to have image B have transparency two ways. I need to set the Alph of the entire image B and, the hard part for me, to ...
|
|||||||||||||||||||||||