Click here to Skip to main content
15,923,789 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sending information to and from different forms Pin
dynamic8-Jul-03 9:53
dynamic8-Jul-03 9:53 
GeneralRe: Sending information to and from different forms Pin
Emile Jacobs8-Jul-03 23:45
Emile Jacobs8-Jul-03 23:45 
QuestionHow to make VB ActiveX DLL? Pin
mr20038-Jul-03 9:19
mr20038-Jul-03 9:19 
AnswerRe: How to make VB ActiveX DLL? Pin
Hesham Amin8-Jul-03 20:45
Hesham Amin8-Jul-03 20:45 
GeneralRe: How to make VB ActiveX DLL? Pin
mr20039-Jul-03 2:49
mr20039-Jul-03 2:49 
GeneralRe: How to make VB ActiveX DLL? Pin
Hesham Amin9-Jul-03 3:45
Hesham Amin9-Jul-03 3:45 
QuestionMulti Threading Optimal Use? Pin
rlcc8-Jul-03 4:14
rlcc8-Jul-03 4:14 
AnswerRe: Multi Threading Optimal Use? Pin
Daniel Turini8-Jul-03 10:25
Daniel Turini8-Jul-03 10:25 
Multiple threads will generally give you gains over single thread on these situations:

1. More responsive UI;
2. There's something the CPU could be doing while it's waiting for an I/O operation;
3. You have multiple CPUs;
4. You have a Pentium 4 with HyperThreading, on some specific situations;

Notice that you won't have CPU gains, actually, as you've noticed, you will spend more CPU to do real parallel work; so, the general rule is only to MT if your CPU is waiting for something.


ORACLE One Real A$#h%le Called Lary Ellison
QuestionHow to Get \ Set The size of one col? Pin
lee12128-Jul-03 3:55
lee12128-Jul-03 3:55 
Questionhow to perform that... Pin
elmahdy7-Jul-03 13:41
elmahdy7-Jul-03 13:41 
AnswerRe: how to perform that... Pin
J. Dunlap7-Jul-03 13:46
J. Dunlap7-Jul-03 13:46 
Generaloutlook style interface Pin
yan194547-Jul-03 8:00
yan194547-Jul-03 8:00 
GeneralRe: outlook style interface Pin
apferreira8-Jul-03 6:04
apferreira8-Jul-03 6:04 
GeneralSystem.IO.DirectoryInfo.GetFiles.Getlength Pin
DxSolo7-Jul-03 6:41
DxSolo7-Jul-03 6:41 
GeneralRe: System.IO.DirectoryInfo.GetFiles.Getlength Pin
Mike Dimmick7-Jul-03 6:53
Mike Dimmick7-Jul-03 6:53 
GeneralWinForms DataGrid - colors and selecting individual cells Pin
IainJ7-Jul-03 3:58
IainJ7-Jul-03 3:58 
GeneralRe: WinForms DataGrid - colors and selecting individual cells Pin
dynamic8-Jul-03 2:03
dynamic8-Jul-03 2:03 
GeneralDeployment problem... Pin
-- NA --6-Jul-03 23:36
-- NA --6-Jul-03 23:36 
GeneralRe: Deployment problem... Pin
-- NA --7-Jul-03 0:34
-- NA --7-Jul-03 0:34 
Generalreading xml files using recordset Pin
r i s h a b h s6-Jul-03 19:05
r i s h a b h s6-Jul-03 19:05 
GeneralRe: reading xml files using recordset Pin
Hesham Amin6-Jul-03 21:45
Hesham Amin6-Jul-03 21:45 
GeneralContextMenu & TextBox Pin
almigrp5-Jul-03 1:24
almigrp5-Jul-03 1:24 
GeneralDeveloping Excel Add-In using VB.NET Pin
AlfredoDS4-Jul-03 2:32
AlfredoDS4-Jul-03 2:32 
GeneralRe: Developing Excel Add-In using VB.NET Pin
apferreira8-Jul-03 6:06
apferreira8-Jul-03 6:06 
GeneralProblem in calling VB Dll which calls VB Exe from ASP.net page Pin
mittalpa3-Jul-03 4:54
mittalpa3-Jul-03 4:54 

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.