Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gplusplus
  • Content: Threads
  • Order by date
  1. gplusplus

    XML Serializer and Deserialize

    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...
  2. gplusplus

    Remote SQL

    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...
  3. gplusplus

    SerialPort

    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...
  4. gplusplus

    Slow Repaint

    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...
  5. gplusplus

    Double Buffer Compact Framework

    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...
  6. gplusplus

    Redistribute Framework

    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...
  7. gplusplus

    Setup Project for C# App to Windows Mobile

    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...
  8. gplusplus

    Database question C# w/VS2005

    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...

Part and Inventory Search

Back
Top