- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
9 Posted Topics
Hi, My dev computer is 64 bit Windows 7. I use the IntPtr variable in several classes throughout my application. When I compile the .msi file on my 64 bit computer, then install and then run it in a 32 bit environment I get 'System.MissingMethodException: Method not found ...get_HWND' error …
I have a GDI component I use for creating graphical objects on my form. This component contains a Transformation_Matrix class. When I populate these matrix objects I have the ability to multiply them together to obtain a new transformation matrix. E.g. Transformation_Matrix matrix1, matrix2, matrix3 ... do stuff to populate …
I use Manco ([url]http://www.mancosoftware.com/[/url]). I've been using their licensing software for three years and it seems to be pretty good. They have the ability to automate the licensing workflow online via a web server, use custom values and encryption/decryption for sensitive code. They are continuously updating it with improvements and …
Hi, I have an application that is getting long in the tooth and I am finding methods that are no longer being referenced anywhere in the code. I'm sure they were useful at some point but now just take up space and are confusing for the maintenance guys. I suspect …
This may not be what you are after but I use controls from Component Factory ([url]http://www.componentfactory.com/[/url]) and DevXpress ([url]http://www.devexpress.com/[/url]) to skin my application. They have done the work for me and best of all the price is right. Both offer free versions of their controls. If you really want to …
"index 0 is out of range" This error means that there is nothing in the particular collection at position 0. I.e. The collection is empty. At what line in the code are the errors thrown?
I do something similar all the time for AutoCAD, they come out with a new version each year so I have to be specific in which version I want to talk to and there may be several versions in use on the one computer. Are you connecting to Access via …
One thing that looks different is line 46: d.Age = (int)r.ReadInt64(); You are reading a 64 bit integer but you have created it on line 35 as a 32 bit integer (int). Change to d.Age = (int)r.ReadInt32();
Hi, On line 25 it looks like you call the image "band3_toa.img" and on line 197 its called "band3_tao.img". Note: tao and toa
The End.
sling blade