No announcements
Found 1058632 threads
-
1 Votes
GDI (graphics) Disposing objects properly
b) Getting IDisposable objects as result from a function: These will be disposed!Answered | 5 Replies | 2074 Views | Created by Bryan Valencia - Friday, June 10, 2016 5:13 PM | Last reply by Konrad Neitzel - Monday, June 13, 2016 8:12 PM -
0 Votes
GDI+, bitmaps and graphics objects
http://www.codeproject.com/KB/GDI/QuickFill.aspxAnswered | 1 Replies | 2450 Views | Created by Adam54321 - Wednesday, November 9, 2011 3:43 PM | Last reply by Amber_dream - Friday, November 11, 2011 6:25 AM -
0 Votes
Dispose Of Graphics Object In An Event Implementation?
i agree with Louis.fr. usually if you create object you can dispose it. if you have object passed as a param don't dispose one. of course it is ot a rule for every ...Answered | 2 Replies | 4041 Views | Created by DallasSteve - Monday, January 17, 2011 2:50 PM | Last reply by belial24 - Monday, January 17, 2011 3:01 PM -
1 Votes
GDI+ graphics object passing
&g1 : &g2; A(*pg); Or you can make a new graphics object from the same HDC that g1 or g2 are made ...Answered | 3 Replies | 903 Views | Created by mh1000 - Monday, July 11, 2016 6:05 PM | Last reply by mh1000 - Monday, July 11, 2016 7:36 PM -
0 Votes
Object Garbage Collected but not properly Disposed()
Classes don't get their Dispose() method called on them by the garbage collector.Answered | 1 Replies | 3724 Views | Created by hri - Monday, December 7, 2009 8:55 PM | Last reply by Reed Copsey, Jr - Monday, December 7, 2009 9:16 PM -
0 Votes
Disposing of Objects
Objects retrieved from SPContext do not need to be disposed.Answered | 1 Replies | 1057 Views | Created by Pavan Kumar Paruchuru - Wednesday, December 4, 2013 4:40 PM | Last reply by thriggle - Wednesday, December 4, 2013 5:19 PM -
1 Votes
Storing and drawing image with GDI+ Bitmap & Graphics classes
I have: — input (memory): • iWidth, iHeight — sheet size (let it be A4 210×297); • ...Answered | 5 Replies | 736 Views | Created by apixosoft - Wednesday, September 21, 2016 2:48 PM | Last reply by apixosoft - Friday, September 23, 2016 7:38 PM -
10 Votes
How to deal with GDI leaks?
GDI leaks have some peculiarities.Answered | 9 Replies | 2535 Views | Created by Greg McGreen - Wednesday, November 14, 2018 3:36 PM | Last reply by GoodGuy666 - Thursday, December 13, 2018 5:53 PM -
3 Votes
Dispose of Application Settings Object
However, how do I know for sure if it is being disposed of properly or not.Answered | 5 Replies | 2865 Views | Created by jonlee107 - Monday, December 28, 2009 3:09 PM | Last reply by jonlee107 - Wednesday, December 30, 2009 1:45 PM -
0 Votes
GDI and GDI+ lines draw differently in Print
>But when I call this same piece of code for "printing", only the GDI box is drawn properly, and the GDI+ box is way too large (about 6 times ...).Answered | 3 Replies | 771 Views | Created by mh1000 - Monday, August 8, 2016 9:24 PM | Last reply by Baron Bi - Thursday, August 11, 2016 8:16 AM -
0 Votes
Dispose datarow object
This interface is designed to assist in having both managed and unmanaged resources "cleaned up" before the object is deallocated.Answered | 1 Replies | 4044 Views | Created by stylish16 - Tuesday, March 6, 2012 2:44 AM | Last reply by Dig-Boy - Tuesday, March 6, 2012 3:19 AM -
2 Votes
Disposing Objects
The 'using' block should automatically dispose for you.Answered | 3 Replies | 6021 Views | Created by Mina Samy - Tuesday, March 2, 2010 3:17 PM | Last reply by Mina Samy - Tuesday, March 2, 2010 3:39 PM -
2 Votes
error while using graphics program using GDI+
Every time i complie i graphics program using graphics.h or GDI+ i get the same dam old error every time PLEASE HELP ME its getting on my nerves.Answered | 2 Replies | 3322 Views | Created by JackSparrowPirates - Wednesday, February 3, 2010 6:16 PM | Last reply by Nancy Shao - Friday, February 5, 2010 10:05 AM -
2 Votes
Disposing object collected in List (Of Object)
This thread has me thinking, how could you check to see if an object has a Dispose method please ?Answered | 7 Replies | 15406 Views | Created by jc1712 - Thursday, July 29, 2010 9:38 AM | Last reply by Cor Ligthert - Saturday, July 31, 2010 7:22 AM -
0 Votes
Disposing of objects
Hi Bakre, There is not really a difference here; the GC will in both cases just dispose of the DatabaseManager.Answered | 1 Replies | 4756 Views | Created by bakre - Wednesday, November 17, 2010 4:16 PM | Last reply by Tom de Koning - Wednesday, November 17, 2010 7:57 PM -
1 Votes
Question regarding an Objects Dispose method...
You should try using the Using statement for your objects which would automatically call the objects Dispose method when the object is no longer needed.Answered | 4 Replies | 2640 Views | Created by Steven_Schultz - Tuesday, February 16, 2010 3:59 PM | Last reply by LandsharkDaddy - Tuesday, February 16, 2010 5:47 PM -
9 Votes
Invoke-RestMethod not disposing of connections properly?
The first call to the target system returns an XML response that contains a collection of items that I want to do some operations on, so I then iterate through that list of objects and make ...Answered | 14 Replies | 15172 Views | Created by Nathan Stohlmann - Tuesday, August 6, 2013 5:59 PM | Last reply by Matt Snead - Tuesday, September 25, 2018 6:06 PM -
0 Votes
GDI Object leak
These tools would be helpful to diagnose the problem: Detect and Plug GDI Leaks in Your Code with Two Powerful Tools for Windows XP Resource Leaks: Detecting, ...Answered | 2 Replies | 4852 Views | Created by somename1 - Tuesday, June 23, 2009 10:15 PM | Last reply by Wesley Yao - Tuesday, June 30, 2009 2:32 AM -
1 Votes
Disposing SPSite Object
You don't need to worry about disposing object here as you have used using block.Answered | 5 Replies | 4882 Views | Created by RK Naik - Wednesday, May 20, 2009 7:41 PM | Last reply by Sanjay Patel from Neudesic LLC - Thursday, May 21, 2009 5:00 PM -
1 Votes
GDI exception
Disposing of the bitmap, or better, putting your bitmap into a "using" block, will help.Answered | 4 Replies | 3543 Views | Created by Noxrawr - Saturday, May 28, 2011 11:46 AM | Last reply by Noxrawr - Saturday, May 28, 2011 1:52 PM - Items 1 to 20 of 1058632 Next ›
No announcements