What is the best source of windows form applications? - windows

I want to learn windows form applications but ı didnt find a source.I need help.Yesterday ı found some sentence which one textbox1->text=.... or x=converto.Int32 something like theese.Also my knowledge of win app is 0.Can anybody suggest a source please?
Thanks.

For Windows Form Application Development your best source for information would be MSDN. Here's another link for Getting Started with Windows Forms
Hope that helps.

Related

How to detect the presence of app in universal Windows plateform

I try to find a way to detect dynamically if an app is installed on a computer inside of another UWP. Is there a way to access user app list or is there a workaround ?
You can use the other app's URI to detect it.
Here's an article I found from 2015 that discusses it.
http://www.c-sharpcorner.com/UploadFile/6f0898/inter-app-communications-in-windows-10-uwp535/
Let me know if that doesn't work for some reason or if you need newer info, then I do some more digging to provide more info.
All the best!

Reading PDF in windows phone

In windows phone I have installed adobe reader its very nice but I am not able to jump to particular page I need to start from the starting . Its very difficult if we are reading book please any one have any solution for that.
(reposting my comment as an answer for your approval so this question can get marked as answered):
There is not a good way to do this out of the box. Are you willing to look at using a third party app to accomplish this? Unfortunately I see it as your only option right now. Downside is that you cannot install an app to be used as the "default" PDF reader other than the one adobe provides. I would encourage you to reach out to the Adobe folks and ask for the feature you want to be included in the next release of the app.
The latest adobe reader version released for the windows phone is working fine. We can go to particular pages also many advancement. SO the problem no more exist.
Maybe you could try and ebook reader for windows phone 7:
http://www.mobiletechworld.com/2011/03/20/samsung-ebook-reader-for-windows-phone-7-hands-on-video-review/
If it isnt what youre looking for just google for ebook reader,
cheers :)

How to use ncalc in a wp7 app?

i am new to wp7 programming and c# and i want to use a mathematical parser for my app.
I found ncalc that everyone says it works great for windows phone,
but i don't know how to use it inside my app.I have downloaded the binaries and i added them in my app but when i use a simple expression like this:
Expression e = new Expression("2 + 3 * 5");
Debug.Assert(17 == e.Evaluate());
it gives me a bunch of errors.Someone who have used ncalc could tell me how he made it work?
I searched the internet but i couldn't find something.Please help me...
I'm actually having a similar issue (trying ncalc) and basically it seems like you can't use a .Net runtime with the windows phone/silver light project. You'll need to get the source code and recompile under a windows phone class library project.
Unfortunately, I haven't been able to get this working yet since ncalc source code uses another dll antlr3.runtime with the same issue. Running in circles. If i find another way or anyone has any ideas or links please post.
stack overflow link on the same issue by someone else

Windows Phone 7 Development guideline

Guys I am new to Windows Phone Development in .Net
Can any one guide me the correct path to start from scratch.
Any links to understand the architecture?
You could start with Windows Phone 7 in 7 Minutes to get a quick overview, then move onto the Windows Phone 7 Jumpstart series on Channel9 for more depth on individual subject areas.
there are many sites and this is the link which u can go thru and u'll find many resources available in this.
https://stackoverflow.com/tags/windows-phone-7/info
for understanding the architecture, I think pluralsight is the best one.
There is a lot of information on the Create site, see http://bit.ly/tpwnyK
I have a Lumia 710 and found a good guide with code snippets that helped me to build an own app for Windows Phone. You might also find it useful. Have a look at it:
http://voip-sip-sdk.com/p_511-windows-phone-platform-voip.html
I believe you will need the .NET framewok http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=65.
The windows mobile development center is always good to get started. http://msdn.microsoft.com/en-us/windowsmobile/bb264318
Check this:
http://mobile.tutsplus.com/tutorials/windows/introduction-to-windows-mobile-7-development/
Also: http://www.delicious.com/mjfusa/wp7%20gettingstarted
I suggests that you may go through the MSDN pages first:
http://create.msdn.com/en-US/education/quickstarts
If you're an experienced Silverlight, WPF, you'll find the following link might be more useful.
http://wp7dev.wikispaces.com/
Thanks

Trying to get excel 2003 into already made windows form

What my problem is is that I have a project that is in full design mode swing right now. I built it using the Windows form..
Anyways, on one of my forms..that I already started building (very painstakingly)..
Minds have changed and now what needs to be on that form is either a full excel 2003 workbook..or at the very least..excel worksheet.
The problem is that I have not been using studio 2008 for long..and coding experience shows the same.
Can someone please tell me how the heck I can put a worksheet or a workbook on that form without starting my whole project over using office forms?
Please..go slow with this newbie because i really don't know anything and Jargon is confusing me even more :(
I think you're looking for this:
http://www.codeproject.com/kb/office/Embedding_Excel.aspx

Resources