Click here to Skip to main content
15,903,030 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCrystalPreport VS VB Pin
Assaf8211-Aug-07 21:09
Assaf8211-Aug-07 21:09 
QuestionPrevent change current row .. DataGridView ? Pin
kindman_nb11-Aug-07 18:41
kindman_nb11-Aug-07 18:41 
Questionwindows speed check Pin
nedracix11-Aug-07 13:33
nedracix11-Aug-07 13:33 
AnswerRe: windows speed check Pin
Guffa11-Aug-07 14:18
Guffa11-Aug-07 14:18 
GeneralRe: windows speed check Pin
nedracix11-Aug-07 15:39
nedracix11-Aug-07 15:39 
GeneralRe: windows speed check Pin
Paul Conrad11-Aug-07 15:59
professionalPaul Conrad11-Aug-07 15:59 
AnswerRe: windows speed check Pin
Guffa11-Aug-07 17:30
Guffa11-Aug-07 17:30 
AnswerRe: windows speed check Pin
Luc Pattyn12-Aug-07 2:32
sitebuilderLuc Pattyn12-Aug-07 2:32 
Hi,

some processors, mostly those intended for battery based systems, have a way
to reduce power consumption, basically by turning down the core frequency.

These "technologies" get fancy names, such as EIST (Enhanced Intel Speed Step
Technology). They typically let the processor run at maximum speed when on AC power,
and without AC power let them run at same or some reduced speed depending on
current work load.

It is my guess some BIOS settings may influence the behavior, and some utility
might do the same. In my experience, running a background process that consumes
all remaining CPU cycles, also helps in putting the system back to maximum speed
immediately (wich would happen if the foreground app were needing the cycles too).

Smile | :)


Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


GeneralRe: windows speed check Pin
nedracix12-Aug-07 3:48
nedracix12-Aug-07 3:48 
GeneralRe: windows speed check Pin
Luc Pattyn12-Aug-07 4:11
sitebuilderLuc Pattyn12-Aug-07 4:11 
GeneralRe: windows speed check Pin
nedracix12-Aug-07 4:31
nedracix12-Aug-07 4:31 
GeneralRe: windows speed check Pin
Dave Kreskowiak12-Aug-07 7:47
mveDave Kreskowiak12-Aug-07 7:47 
QuestionSyntax Highlighting Pin
Dave@VB11-Aug-07 7:08
Dave@VB11-Aug-07 7:08 
AnswerRe: Syntax Highlighting Pin
Colin Angus Mackay11-Aug-07 8:11
Colin Angus Mackay11-Aug-07 8:11 
GeneralRe: Syntax Highlighting Pin
Csharp™11-Aug-07 23:12
Csharp™11-Aug-07 23:12 
QuestionListview Pin
ejaz_pk11-Aug-07 4:58
ejaz_pk11-Aug-07 4:58 
AnswerRe: Listview Pin
Johan Hakkesteegt13-Aug-07 21:39
Johan Hakkesteegt13-Aug-07 21:39 
QuestionProblems with update method Pin
dcode2511-Aug-07 4:47
dcode2511-Aug-07 4:47 
QuestionPrinting Problem in VB6 Pin
yogesh_kumar_agarwal11-Aug-07 1:02
yogesh_kumar_agarwal11-Aug-07 1:02 
AnswerRe: Printing Problem in VB6 Pin
Dave Kreskowiak11-Aug-07 6:55
mveDave Kreskowiak11-Aug-07 6:55 
QuestionDataview Pin
SamRST11-Aug-07 0:50
SamRST11-Aug-07 0:50 
AnswerRe: Dataview Pin
Dave Kreskowiak13-Aug-07 4:01
mveDave Kreskowiak13-Aug-07 4:01 
QuestionChec whether an input is invalid Pin
x-Taka-x11-Aug-07 0:42
x-Taka-x11-Aug-07 0:42 
AnswerRe: Chec whether an input is invalid Pin
Mudsoad11-Aug-07 3:40
Mudsoad11-Aug-07 3:40 
GeneralRe: Chec whether an input is invalid Pin
x-Taka-x11-Aug-07 8:02
x-Taka-x11-Aug-07 8:02 

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.