I have wrote a program that can serialize and deserialize from xml to a class obj and vice versa. It works most of the time but every once in a while it bombs out giving me an exception that is "TypeLoadException" on this line...
XmlSerializer xml_serializer = new...
Basically all i want to do it connect remotely to a SQL server on my
personal webpage that is hosted by bluehost.com
I have added a sql db on the site with a user name and password. I have also
added my IP to the white list and access host list for sql in cpanel.
Then I wrote a very small app...
I have a serial port connection... The serial port has the data received event registered with it.
I have an array of data. This data is to be written to a serial port.
When the user hits the start button a new thread is created and this loops through each index of the array and on each...
Anyone know why a form repaints so slow when scrolling ?
I just have a panel and some basic controls on it. And when i scroll the screen is repaints but its slow. I am building a smart device application so if theres any suggestions i would appreciate it even on some of the pc apps i have made...
I have a windows mobile form that contains textboxs, panels, checkboxes etc. When i scroll the form flickers. I know that you can use setstyle in pc apps but this is not available in compact framework.
Anyone know how to double buffer an entire form so it doesnt flicker when scrolling on .net...
I have created a setup msi that installs a program onto my smartdevice. The setup file is ran from the desktop and installs via active sync to the pda. This is working no problem.
I just wanted to know how to add a check to see if they have framework 2.0 installed on the handheld and if not...
I want to create a setup exe that will run on the users pc and will install a smartdevice app on the users smart device that is connected via active sync. I also want it to resdistribute compact framework 2.0 upon install to the smart device upon install if not present on the smart device. Can...
I wanted to created a simple windows application for learning purpose. The objective was to simply have A database containing one Table, named "Table". The table would have a primary key called "id" and would be automatically incremented. Then the other field would be "name" of varchar type. I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.