Winforms Programming Software Development by Someone123 Hello, i got little confused with the use with some winforms, to switch between them. For example- start from winform1, go to winform2 and go back to winform1. is there any reccomondations where i can find the information about how to control the winforms? thank you very much!!! WinForms app filling textboxes in browser window Programming Software Development by questionary Hi. Is there any way to develop app (WinForms) which will fill out textboxes of web app(Asp.net) … fill every single textbox. What functionality do I want? - My WinForms application after clicking button (or hot_key event) should fill out… Winforms to run on any resolution Programming Software Development by comp_sci11 hi there!! i'm having problem with my winforms. because when i run it at a different computer's … WinForms & OCCI Programming Software Development by 1manik Hi, do you know some good tutorial about WinForms to change data in table, when OCCI is used? I used google already. Thanks you very much WinForms obsolete attribute on partial class Programming Software Development by pritaeas I've got some winforms partial classes marked `[Obsolete]`. Unlike when applying this to methods, … Re: Winforms Programming Software Development by ddanbe Do you mean a Form class? Here is some info about its members: [url]http://msdn.microsoft.com/en-us/library/system.windows.forms.form_members.aspx[/url] Looking for some suggestions on using WinForms or WPF? Programming Software Development by zachattack05 … future direction of development, should the application be written in WinForms (which I am much more familiar with) or WPF (which… that MS is going to slowly pull the plug on WinForms and replace it with WPF or some other technology and… new, long term project, would you go with WPF or WinForms? Re: VC++ Winforms question Programming Software Development by jonsca … dialect of C++ used with the .NET library) but their winforms tutorials lag behind a version or two. It seems to…# but they usually have videos to show you a basic winforms program. If you can figure it out using C# it… AD ^^^^^^^ but there aren't many good ones for the winforms in C++. Re: VC++ Winforms question Programming Software Development by avarionist ….com/UploadFile/jmukharjee/WindowsFormsTutorial111282005011245AM/WindowsFormsTutorial1.aspx"]C# winforms tutorials carry over to c++ winforms[/URL] there is literally almost no difference… in c# and C++ winforms i found they use the same language to manipulate "… Re: Looking for some suggestions on using WinForms or WPF? Programming Software Development by rproffitt … telling me enough. For example, the problem I had with WinForms is what happens when you move from say an old… target, I don't see any issue with going with WinForms for say a decade long deployment. Using Crystal reports in Winforms in Vb.net Programming Software Development by a2believe I have been trying to understand how to use crystal reports in winforms.I know how to use do it in asp.net but i found out it is quite different in winforms. Does anyone have any codes to help? c# winforms Programming Software Development by sam1 hi, I have been used to vb. now I am trying to do c# winforms. in visual basic usually when coding you get a drop down menu at the top which lists all your components and method names. is this possible to get with c# winforms as it would make it alot easier. i am using visual studio 2008. thanks VC++ Winforms question Programming Software Development by avarionist I am trying create a button that when clicked prints hello world in the text box above it. however im a complete noob on winforms. I normally just make console programs any tutorials on winforms ? with C++? WPF and Winforms Own extended textbox control Programming Software Development by sam1 … extend the textbox control in wpf and use it in winforms. so basically i did inherit from TextBox in wpf, and… a usercontrol, but this is where the problem starts. As winforms uses elementhost i cannot see those properties. Is there any… Help with winforms Programming Software Development by nacatak … a postgres database. My first question is if using c#/winforms is an okay way to do this? If not, any…. My second question, is about actually making the application with winforms... well not how to make it, but more on the… Re: VC++ Winforms question Programming Software Development by Ancient Dragon Tutorials??? why -- [URL="http://lmgtfy.com/?q=winforms+tutorials"]yes there are.[/URL] Re: WPF and Winforms Own extended textbox control Programming Software Development by kvprajapati Hi! sam1 Here is a [URL="http://www.switchonthecode.com/tutorials/wpf-tutorial-using-wpf-in-winforms"]tutorial[/URL] and tell me about your progress. Pointers and winforms? Programming Software Development by Natique Hi :) I'm using winforms to try to make a GUI on Visual C++ 2005. … Trying to Login to a Forum via C# Winforms application using HttpWebRequest Programming Software Development by minigweek Hi, I am working on building a C# Winforms application which will allow me to login to a forum … Re: Trying to Login to a Forum via C# Winforms application using HttpWebRequest Programming Software Development by minigweek …. So to do any action on the forum using the Winforms application I would probably need this [icode]securitytoken[/icode] taken… Help: VS2008 Pro + C# Winforms Programming Software Development by Evil Genius Hi, I had a little personal project I made using Winforms in C#. When i published it, it gave me some installing files and stuff.. Is it possible i can make just an exe file out of it? one exe runs it all. its very basic project no db, or anything too big. Thank in Adv. Re: Help: VS2008 Pro + C# Winforms Programming Software Development by avirag …]Hi, I had a little personal project I made using Winforms in C#. When i published it, it gave me some… Re: Trying to Login to a Forum via C# Winforms application using HttpWebRequest Programming Software Development by hohy …. So to do any action on the forum using the Winforms application I would probably need this [icode]securitytoken[/icode] taken… A Windows Form Look like Balloon in Winforms using .net Programming Software Development by hk.daxini I want to create a Windows Form Looks like a Balloon in Winforms using .net Timer for Winforms to refresh form. Programming Software Development by Mattisc Hello, I have created a timer for my Winforms to tick down from 300 to 0 and then refresh … CheckBoxes Winforms Programming Software Development by simagen I am using 2 checkboxes on WinForms. I am trying to say to the program, if the … VS2010 WinForms C# Chart - How to Dynamically Update in Single Iteration Loop? Programming Software Development by madfase … / graph in a single iteration loop in Visual Studio 2010 WinForms C# application? Scenario: I'm doing simulation-based computations where… C# WinForms Paypal button Programming Software Development by Buffalo101 … the best way of integrating a Paypal button in a WinForms application? I can make a tiny WebBrowser and render the… Value in textbox disappearing (C# winforms) Programming Software Development by almuy Hi, I created an application in C# winforms. Sometimes disabled textboxes in my application loose their value (i.e. they become empty valued). Has anyone evre encountered that same problem and has a solution to resolve it ? Thanks in advance for you advice, Alex.M Problem in inherited form (VS.Net 2010, WinForms). Programming Software Development by priyamtheone … the Form class. I added the ClassLibrary to my actual WinForms project. Now when I add an inherited form based on…