Click here to Skip to main content
15,918,742 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralNewbies. Please help (Printing) Pin
always9912-Sep-04 17:29
always9912-Sep-04 17:29 
GeneralRe: Newbies. Please help (Printing) Pin
Anonymous12-Sep-04 20:16
Anonymous12-Sep-04 20:16 
GeneralRe: Newbies. Please help (Printing) Pin
always9912-Sep-04 23:49
always9912-Sep-04 23:49 
GeneralRe: Newbies. Please help (Printing) Pin
Carl Mercier13-Sep-04 9:37
Carl Mercier13-Sep-04 9:37 
GeneralMultiple checkbox columns in Listview (or any other control) Pin
Cluster2k12-Sep-04 16:14
Cluster2k12-Sep-04 16:14 
GeneralRe: Multiple checkbox columns in Listview (or any other control) Pin
Hadi Fakhreddine12-Sep-04 20:12
Hadi Fakhreddine12-Sep-04 20:12 
GeneralThreading in Remoting Pin
normanordas12-Sep-04 15:41
normanordas12-Sep-04 15:41 
GeneralRe: Threading in Remoting Pin
Dave Kreskowiak13-Sep-04 3:21
mveDave Kreskowiak13-Sep-04 3:21 
Unless your remote object is setup using the Singleton pattern, you're creating one copy of the object for each instance of your application. Normally, all your instances are running the same copy of the code, but each has their own data. If multiple instances run the same method at the same time, they are running the same code, but against different data. The processor and operating system handle all the context switching between data sets transparently. There is no way that two instances running the same method at the same time can corrupt each others data. Normally, you don't have to worry about it at all.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralError while connect Excel using OLEDB. Pin
kokain12-Sep-04 15:37
kokain12-Sep-04 15:37 
GeneralRe: Error while connect Excel using OLEDB. Pin
Dave Kreskowiak13-Sep-04 3:11
mveDave Kreskowiak13-Sep-04 3:11 
GeneralRe: Error while connect Excel using OLEDB. Pin
kokain13-Sep-04 15:17
kokain13-Sep-04 15:17 
GeneralProject Group in VB 6 Pin
Member 249661612-Sep-04 4:31
Member 249661612-Sep-04 4:31 
GeneralRe: Project Group in VB 6 Pin
pbpb12-Sep-04 22:01
pbpb12-Sep-04 22:01 
GeneralRe: Project Group in VB 6 Pin
Dave Kreskowiak13-Sep-04 3:04
mveDave Kreskowiak13-Sep-04 3:04 
GeneralHC_SKIP Pin
Hadi Fakhreddine12-Sep-04 1:38
Hadi Fakhreddine12-Sep-04 1:38 
GeneralRe: HC_SKIP Pin
Anonymous12-Sep-04 9:11
Anonymous12-Sep-04 9:11 
GeneralKey Up/Down on DataGrid Pin
AbuFahed11-Sep-04 13:52
AbuFahed11-Sep-04 13:52 
GeneralRe: Key Up/Down on DataGrid Pin
sreejith ss nair12-Sep-04 0:07
sreejith ss nair12-Sep-04 0:07 
GeneralRe: Key Up/Down on DataGrid Pin
Syed Abdul Khader13-Sep-04 3:39
Syed Abdul Khader13-Sep-04 3:39 
GeneralVideo Capture Pin
Badg3r197711-Sep-04 12:16
Badg3r197711-Sep-04 12:16 
GeneralRe: Video Capture Pin
Dave Kreskowiak13-Sep-04 2:59
mveDave Kreskowiak13-Sep-04 2:59 
GeneralSub main() Pin
Guido Neele11-Sep-04 11:36
Guido Neele11-Sep-04 11:36 
GeneralRe: Sub main() Pin
Colin Angus Mackay11-Sep-04 23:55
Colin Angus Mackay11-Sep-04 23:55 
GeneralRe: Sub main() Pin
Guido Neele12-Sep-04 1:43
Guido Neele12-Sep-04 1:43 
Generalsourcecode for PDF to Word converter using visual basic 6 Pin
Member 129579210-Sep-04 23:46
Member 129579210-Sep-04 23:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.