Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

9 Posted Topics

Member Avatar for sling blade

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 …

0
61
Member Avatar for sling blade

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 …

Member Avatar for ddanbe
0
212
Member Avatar for DoctorGiraffe

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 …

Member Avatar for ghimangi
0
191
Member Avatar for sling blade

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 …

Member Avatar for ddanbe
0
116
Member Avatar for MaddTechwf

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 …

Member Avatar for sling blade
0
847
Member Avatar for Doublse Six

"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?

Member Avatar for Doublse Six
0
261
Member Avatar for Waldek

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 …

Member Avatar for Waldek
0
223
Member Avatar for NewOrder

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();

Member Avatar for NewOrder
0
957
Member Avatar for cs_tx_usa

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

Member Avatar for cs_tx_usa
0
110

The End.