Click here to Skip to main content
15,921,660 members
Home / Discussions / C#
   

C#

 
AnswerRe: IE/IIS bug with repeated image? Pin
Mike Dimmick18-Nov-03 22:53
Mike Dimmick18-Nov-03 22:53 
GeneralChange the Time Zone from a DC Pin
Member 92502518-Nov-03 3:37
Member 92502518-Nov-03 3:37 
QuestionHow to know 'design code ' or 'execution code' Pin
cescr18-Nov-03 3:23
cescr18-Nov-03 3:23 
AnswerRe: How to know 'design code ' or 'execution code' Pin
Mike Dimmick18-Nov-03 3:54
Mike Dimmick18-Nov-03 3:54 
GeneralRe: How to know 'design code ' or 'execution code' Pin
leppie18-Nov-03 17:17
leppie18-Nov-03 17:17 
AnswerRe: How to know 'design code ' or 'execution code' Pin
Russell Morris18-Nov-03 7:04
Russell Morris18-Nov-03 7:04 
GeneralRe: How to know 'design code ' or 'execution code' Pin
cescr19-Nov-03 21:13
cescr19-Nov-03 21:13 
GeneralUnmanaged C#, c++ compiled dll Pin
magnat6918-Nov-03 1:18
magnat6918-Nov-03 1:18 
GeneralRe: Unmanaged C#, c++ compiled dll Pin
Corinna John18-Nov-03 2:54
Corinna John18-Nov-03 2:54 
GeneralRe: Unmanaged C#, c++ compiled dll Pin
magnat6918-Nov-03 11:25
magnat6918-Nov-03 11:25 
GeneralRe: Unmanaged C#, c++ compiled dll Pin
Jeremy Kimball18-Nov-03 10:42
Jeremy Kimball18-Nov-03 10:42 
GeneralRe: Unmanaged C#, c++ compiled dll Pin
Sphynx_Roland19-Nov-03 8:11
Sphynx_Roland19-Nov-03 8:11 
QuestionForms Designer Generated Code - how does it decide where to go? Pin
DavidDunning18-Nov-03 0:00
DavidDunning18-Nov-03 0:00 
GeneralDatabase communication Pin
Moonspellwizard17-Nov-03 23:26
Moonspellwizard17-Nov-03 23:26 
GeneralRe: Database communication Pin
John Arlen18-Nov-03 8:54
John Arlen18-Nov-03 8:54 
GeneralMemory leak Pin
zhang_ding17-Nov-03 23:09
zhang_ding17-Nov-03 23:09 
GeneralRe: Memory leak Pin
Heath Stewart18-Nov-03 8:41
protectorHeath Stewart18-Nov-03 8:41 
Memory is released when the garbage collector has time allotted to it. If you want to free memory immediately, make sure that all IDisposable implementations are disposed, or call GC.Collect which disposes objects and frees memory, although this isn't recommended.

 

-----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: Memory leak Pin
zhang_ding18-Nov-03 15:34
zhang_ding18-Nov-03 15:34 
GeneralRe: Memory leak Pin
mhmoud rawas18-Nov-03 19:35
mhmoud rawas18-Nov-03 19:35 
GeneralRe: Memory leak Pin
zhang_ding18-Nov-03 19:52
zhang_ding18-Nov-03 19:52 
GeneralRe: Memory leak Pin
J. Dunlap18-Nov-03 20:04
J. Dunlap18-Nov-03 20:04 
GeneralCrystal reports Pin
Anonymous17-Nov-03 19:12
Anonymous17-Nov-03 19:12 
GeneralConnectionString Pin
lupa_842117-Nov-03 19:10
lupa_842117-Nov-03 19:10 
GeneralRe: ConnectionString Pin
Heath Stewart18-Nov-03 6:45
protectorHeath Stewart18-Nov-03 6:45 
GeneralRe: ConnectionString Pin
Husein21-Nov-03 23:27
Husein21-Nov-03 23:27 

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.