Guest link_21_2004 Posted June 13, 2005 Report Posted June 13, 2005 Hi, I am new at this so I want to know what do I need to start programming applications in .NET Thanks for all.
Guest nausea Posted June 15, 2005 Report Posted June 15, 2005 (edited) Hi, I am new at this so I want to know what do I need to start programming applications in .NET Thanks for all. <{POST_SNAPBACK}> You need Visual Studio .NET and the .NET Compact Framework SDK. Visual Studio .NET you have to buy, and the framework comes in the Smartphone SDK, download from: http://www.microsoft.com/downloads/details...&DisplayLang=en If you want to go the free route, then use embedded Visual C++ and the Smartphone SDK. evc++: http://www.microsoft.com/downloads/details...&displaylang=en sdk: http://www.microsoft.com/downloads/details...&DisplayLang=en Edited June 15, 2005 by nausea
Guest mgama Posted June 15, 2005 Report Posted June 15, 2005 Another inexpensive route to get some Compact .NET Framework experience is to order VS.NET 2005 Beta2. I think you just have to pay the shipping costs (www.getthebetas.com). The down side is the software is time bombed, meaning it will stop working at a certain date. I also think the End User License Agreement prohibits you from selling software developed with the beta version... but if you just want to get a feeling for using the Compact .NET Framework, it may be a good opportunity.
Guest man9uk Posted June 15, 2005 Report Posted June 15, 2005 anyone please help you know with treeView control we normaly get "Bounds" property so we can find out the location/size of each node in treeView. but in smart device application project we don't get "Bounds"property and i need to know the location of each node. :??:How can i get "location" of each node. Please help Thank you soooo so much in advance.
Guest man9uk Posted June 22, 2005 Report Posted June 22, 2005 (edited) hi all, Question 1 how do we read/load image from file (e.g bla\file.jpg) into the image object IN MOBILE APPLICATION??? for example protected override void OnPaint(PaintEventArgs e) { Graphics g = e.graphics; Image picture = new Image(); // here i need to read pic from some location "bla\file.jpg" // how do i load image into object "picture" graphics.DrawImage(pic, x,y) } what code do i need instead of comments?? please help thanks Edited June 22, 2005 by man9uk
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now