Click here to Skip to main content
16,004,919 members
Home / Discussions / C#
   

C#

 
QuestionHow to extract the sql query from a report Pin
Ana-Gabriela Clem20-Apr-05 1:52
Ana-Gabriela Clem20-Apr-05 1:52 
Questionlocal method variable or global class ? Pin
CiNN20-Apr-05 1:25
CiNN20-Apr-05 1:25 
AnswerRe: local method variable or global class ? Pin
Enishi20-Apr-05 1:37
Enishi20-Apr-05 1:37 
GeneralRe: local method variable or global class ? Pin
CiNN20-Apr-05 2:02
CiNN20-Apr-05 2:02 
AnswerRe: local method variable or global class ? Pin
S. Senthil Kumar20-Apr-05 2:09
S. Senthil Kumar20-Apr-05 2:09 
GeneralRe: local method variable or global class ? Pin
Sebastian Schneider20-Apr-05 3:50
Sebastian Schneider20-Apr-05 3:50 
GeneralRe: local method variable or global class ? Pin
S. Senthil Kumar20-Apr-05 4:33
S. Senthil Kumar20-Apr-05 4:33 
GeneralRe: local method variable or global class ? Pin
Dave Kreskowiak20-Apr-05 5:52
mveDave Kreskowiak20-Apr-05 5:52 
Yeah, I wouldn't recommend holding onto any unmanaged handles for longer than the current paint event. Since there are limits to the number of handles (of any type) that can be checked out system-wide, its considered good practice to not hold onto them for any longer than you absolutely need to.


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

GeneralRe: local method variable or global class ? Pin
S. Senthil Kumar20-Apr-05 6:04
S. Senthil Kumar20-Apr-05 6:04 
GeneralRe: local method variable or global class ? Pin
Dave Kreskowiak20-Apr-05 14:25
mveDave Kreskowiak20-Apr-05 14:25 
GeneralRe: local method variable or global class ? Pin
S. Senthil Kumar20-Apr-05 19:07
S. Senthil Kumar20-Apr-05 19:07 
GeneralRe: local method variable or global class ? Pin
Dave Kreskowiak21-Apr-05 2:19
mveDave Kreskowiak21-Apr-05 2:19 
GeneralRe: local method variable or global class ? Pin
S. Senthil Kumar21-Apr-05 4:59
S. Senthil Kumar21-Apr-05 4:59 
GeneralRe: local method variable or global class ? Pin
Dave Kreskowiak21-Apr-05 12:06
mveDave Kreskowiak21-Apr-05 12:06 
Generalaudio recording Pin
_g00fy_20-Apr-05 1:18
suss_g00fy_20-Apr-05 1:18 
GeneralWindows Services in Foreground Pin
Enishi20-Apr-05 1:18
Enishi20-Apr-05 1:18 
GeneralReports in C# Pin
Ana-Gabriela Clem19-Apr-05 23:20
Ana-Gabriela Clem19-Apr-05 23:20 
Generalpermissions help! Pin
Anthony Mushrow19-Apr-05 23:14
professionalAnthony Mushrow19-Apr-05 23:14 
GeneralRe: permissions help! Pin
Dave Kreskowiak20-Apr-05 5:45
mveDave Kreskowiak20-Apr-05 5:45 
GeneralBlocking Pakets on Network Pin
Member 1226917219-Apr-05 21:38
Member 1226917219-Apr-05 21:38 
GeneralRe: Blocking Pakets on Network Pin
Dave Kreskowiak20-Apr-05 5:40
mveDave Kreskowiak20-Apr-05 5:40 
QuestionIs there something faster than .|[\r\n] in RegExp ? Pin
ektoras19-Apr-05 21:26
ektoras19-Apr-05 21:26 
AnswerRe: Is there something faster than .|[\r\n] in RegExp ? Pin
DavidNohejl19-Apr-05 23:59
DavidNohejl19-Apr-05 23:59 
AnswerRe: Is there something faster than .|[\r\n] in RegExp ? Pin
leppie20-Apr-05 4:33
leppie20-Apr-05 4:33 
GeneralRe: Is there something faster than .|[\r\n] in RegExp ? Pin
ektoras21-Apr-05 6:04
ektoras21-Apr-05 6:04 

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.