Jump to content

Help to begin programming


Guest link_21_2004

Recommended Posts

Guest nausea
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 by nausea
Link to comment
Share on other sites

Guest mgama

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.

Link to comment
Share on other sites

Guest man9uk

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.

Link to comment
Share on other sites

Guest man9uk

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 by man9uk
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.