Click here to Skip to main content
15,922,155 members
Home / Discussions / C#
   

C#

 
General.NET : DEBUG and RELEASE problem Pin
youssef19-Nov-03 9:30
youssef19-Nov-03 9:30 
GeneralRe: .NET : DEBUG and RELEASE problem Pin
Heath Stewart19-Nov-03 18:29
protectorHeath Stewart19-Nov-03 18:29 
GeneralCOM Interop problem Pin
Jose Vicente19-Nov-03 5:05
Jose Vicente19-Nov-03 5:05 
GeneralRe: COM Interop problem Pin
Heath Stewart19-Nov-03 8:45
protectorHeath Stewart19-Nov-03 8:45 
GeneralUsing a HWND from another application. Pin
mhand7519-Nov-03 5:04
mhand7519-Nov-03 5:04 
GeneralRe: Using a HWND from another application. Pin
John Arlen19-Nov-03 8:35
John Arlen19-Nov-03 8:35 
Generalfastest active directory access Pin
thilol19-Nov-03 4:02
thilol19-Nov-03 4:02 
GeneralRe: fastest active directory access Pin
Heath Stewart19-Nov-03 4:20
protectorHeath Stewart19-Nov-03 4:20 
Unfortunatley, you don't have a lot of choices if you want to use pure .NET code. If this is a major problem, you could try doing this in a thread or a worker thread (see the ThreadPool class), being sure to use Invoke for ApplInsert if it modifies a UI (since controls are created on the main UI thread and should only be modified on that thread). You could also create a delegate for the ApplInsert method and use BeginInvoke (won't necessarily show-up via IntelliSense, but the compiler creates them automatically, at least the C# compiler does, which brings me to my next statement...)

Also, this VB.NET code and you posted it in the C# forum. Fortunately, .NET allows coders to use different languages that use the base class library (BCL) - as well as other assemblies - to produce the (almost) the same IL that is language-independant. I must warn you, though, posting VB.NET in the C# forum might get you beat up! Poke tongue | ;-P

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: fastest active directory access Pin
thilol19-Nov-03 4:30
thilol19-Nov-03 4:30 
GeneralCOM Object on C# Pin
bva_bva19-Nov-03 3:28
bva_bva19-Nov-03 3:28 
GeneralRe: COM Object on C# Pin
Heath Stewart19-Nov-03 4:09
protectorHeath Stewart19-Nov-03 4:09 
GeneralRe: COM Object on C# Pin
bva_bva19-Nov-03 5:04
bva_bva19-Nov-03 5:04 
GeneralOpen a Web Browser Pin
.gonad19-Nov-03 3:05
.gonad19-Nov-03 3:05 
GeneralRe: Open a Web Browser Pin
OmegaSupreme19-Nov-03 3:56
OmegaSupreme19-Nov-03 3:56 
GeneralRe: Open a Web Browser Pin
.gonad19-Nov-03 4:58
.gonad19-Nov-03 4:58 
GeneralRe: Open a Web Browser Pin
OmegaSupreme19-Nov-03 5:07
OmegaSupreme19-Nov-03 5:07 
GeneralRe: Open a NEW Web Browser Pin
Utku KAYA19-Nov-03 10:36
Utku KAYA19-Nov-03 10:36 
GeneralRe: Open a NEW Web Browser Pin
Shehzad Salim19-Nov-03 22:28
Shehzad Salim19-Nov-03 22:28 
GeneralRe: Open a NEW Web Browser Pin
Husein21-Nov-03 22:44
Husein21-Nov-03 22:44 
QuestionSound recording? Pin
thomasa19-Nov-03 3:05
thomasa19-Nov-03 3:05 
AnswerRe: Sound recording? Pin
Heath Stewart19-Nov-03 4:12
protectorHeath Stewart19-Nov-03 4:12 
GeneralXslTransform and document() Pin
Daniele Fusi19-Nov-03 0:00
Daniele Fusi19-Nov-03 0:00 
GeneralRe: XslTransform and document() Pin
Philip Fitzsimons19-Nov-03 2:53
Philip Fitzsimons19-Nov-03 2:53 
GeneralDrag & drop files to explorer Pin
Serge R18-Nov-03 16:18
Serge R18-Nov-03 16:18 
GeneralRe: Drag & drop files to explorer Pin
Heath Stewart19-Nov-03 3:56
protectorHeath Stewart19-Nov-03 3:56 

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.