Click here to Skip to main content
15,905,323 members
Home / Discussions / C#
   

C#

 
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 
GeneralMissing Windows Forms Designer Pin
bcox17-Nov-03 14:13
bcox17-Nov-03 14:13 
GeneralRe: Missing Windows Forms Designer Pin
leppie17-Nov-03 15:39
leppie17-Nov-03 15:39 
GeneralRe: Missing Windows Forms Designer Pin
Russell Morris18-Nov-03 7:13
Russell Morris18-Nov-03 7:13 
Generalxml data to database Pin
Kris{PL}17-Nov-03 10:50
Kris{PL}17-Nov-03 10:50 
GeneralRe: xml data to database Pin
jparsons17-Nov-03 11:00
jparsons17-Nov-03 11:00 
GeneralRe: xml data to database Pin
Kris{PL}17-Nov-03 11:52
Kris{PL}17-Nov-03 11:52 
GeneralRe: xml data to database Pin
jparsons17-Nov-03 18:43
jparsons17-Nov-03 18:43 
GeneralRe: xml data to database Pin
Kris{PL}17-Nov-03 23:57
Kris{PL}17-Nov-03 23:57 
GeneralRe: xml data to database (second prb) Pin
Kris{PL}18-Nov-03 1:50
Kris{PL}18-Nov-03 1:50 

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.