Child Form not Centering Programming Software Development by bcheath_1 … form.[/b] This caused a bit of confusion in the WindowsForms forum. [b]My parent form is named frmMDI.[/b] I… Enabling checkbox functioanlity in datagrid Programming Software Development by bhavna_816 … in it.I have tried this link [URL]http://www.windowsforms.net/FAQs/default.aspx?PageID=2&ItemID=537&… to make checkboxes visible in datagrid C# windows application Programming Software Development by bhavna_816 … datagrid with the help of this link [URL]http://www.windowsforms.net/FAQs/default.aspx?PageID=2&ItemID=537&… Useful links information tips for .net newbie Programming Software Development by rak4u … FAQ of window form [url]http://www.syncfusion.com/faq/windowsforms/default.aspx[/url] [url]http://windowsclient.net/blogs/faqs/default… Cannot add a Control?? Programming Software Development by Joshua Kidd Hello all, I have been trying to use the Gmap.Net.Windowsforms Control I do have it in my Components tab but When I try to add it to my Form it Does Absolutely NOTHING. I dont know why, But it will add every other component I try. Can someone please help? Thanks. :) Help with printing issue Programming Software Development by johmolan … with datagridviews and textboxes. But when it comes to printing windowsforms the sollution is just not good enough, and of course… Using threading for filling a datatable Programming Software Development by danimischiu Hy all, I'm developing a windowsforms app and I'm trying to use threads. public void … Re: New to VB.NET Programming Software Development by Dani VB.NET should come with some sample code, no? The microsoft.com website is very useful for stuff of the sort, as well. (Since .NET is proprietary to microsoft, they want to do all they can to influence programmers to use their language). Also try here: http://www.windowsforms.com/ I found this site in the LINKS section here at TechTalk Re: The Move.....Visual Basic 6, Visual Basic .NET ? Programming Software Development by Tekmaven Check out [url]www.asp.net[/url] and [url]www.windowsforms.com[/url] - they are Microsoft websites with lots of information about .NET. They have links to all types of guides. Re: Windows form programming tutorials? Programming Software Development by Paladine [url]http://www.windowsforms.net/[/url] Fast Track C# Published by Wrox Visual C# Programming Published by Sybex [QUOTE=Dark_Omen]Does anyone know of any good tutorials online that teach windows forms in c#? Also does anyone know any good books that dicusses this topic? Thanks[/QUOTE] Re: Manipulating A Database Programming Software Development by Paladine …/Feb/DataSetsIn.NET1.asp]LINK #1[/URL] [URL=http://www.windowsforms.net/Articles/default.aspx?PageID=1&Cat=Data&… Re: database problem Programming Software Development by Paladine … Windows Forms and skim sites like [url="http://www.windowsforms.net/Articles/default.aspx?PageID=1&Cat=Data&… Re: Datagrid to draw a table Programming Software Development by daidaiboyboy … numbers. I read a website (http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx#q896q), it said the following code is able… Re: Select Right Tab Programming Software Development by Neco I solved that problem. In fact, that was vary simple! ;-) [code=C#] this.tabControl1.SelectedIndex = 3; [/code] or [code=C#]this.tabControl1.SelectedTab = this.tabPage3; [/code] Veeeeery useful site: [url]http://www.syncfusion.com/FAQ/WindowsForms/Default.aspx#44[/url] Re: From database to a datagrid Programming Software Development by Hamrick … not possible to switch, [url=http://www.syncfusion.com/FAQ/WindowsForms/Default.aspx#44]this[/url] is a good FAQ for… Re: how to change values of particular column in datagrid... Programming Software Development by Hamrick Is item 5.14 on [url=http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx#q745q]this FAQ[/url] what you want? Re: retrieve a dynamic dropdownlist value in a asp table Programming Software Development by nukewarm …. [url]http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework.windowsforms/topic59930.aspx[/url] Give us some more detail for a… Re: can someone tell me how i can post a graphic on a website in vb.net? Programming Software Development by cassie_sanford … control. the concept is similar to the PictureBox control on WindowsForms. but the graphic file is connected differently due to the… Re: displaying a crystal report in asp.net, using c# Programming Web Development by sierrainfo [url]http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework.windowsforms/topic60802.aspx[/url] [url]http://www.codeproject.com/KB/aspnet/crCode.aspx[/url] Re: How I use IsMdiConteiner Programming Software Development by rapture Does this help you? [url]http://www.syncfusion.com/faq/windowsforms/faq_c4c.aspx[/url] Re: DataGridView selection triangle issue Programming Software Development by Antenka Hello, ddanbe. I hope this will help to solve your problem: [url=http://www.tech-archive.net/Archive/DotNet/microsoft.public.dotnet.framework.windowsforms.controls/2007-04/msg00018.html]Remove current record triangle from DataGridView RowHeader??[/url] :) Re: Is it possible to retrieve the VBcode from EXE file? Programming Software Development by vb5prgrmr …; <FileAlignment>512</FileAlignment> <MyType>WindowsForms</MyType> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion… Re: C# windows service problem Programming Software Development by sknake That doesn't make any sense. Can you post code demonstrating the problem? Actually it might make sense, look at this thread: [url]http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework.windowsforms/topic15625.aspx[/url] Re: C# windows service problem Programming Software Development by sknake …: [url]http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework.windowsforms/topic15625.aspx[/url] Re: C# windows service problem Programming Software Development by sknake …="http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework.windowsforms/topic15625.aspx"]article I posted earlier[/URL] they offered… Re: Adv Tab Selection Programming Software Development by GoS-ExiGo Thanks. It was very helpful but it does not work for combobox.. Any help? Else I found something interesting but I cannot use it well, or find these methods on other sites for me read a bit about their use: [url]http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework.windowsforms/topic36379.aspx[/url] Re: problem read in a text file into a string Programming Software Development by jonsca … it fails. Are you using a console program or a WindowsForms one? (it shouldn't matter but there's got to… Re: problem read in a text file into a string Programming Software Development by chipbu … it fails. Are you using a console program or a WindowsForms one? (it shouldn't matter but there's got to… Re: Undo problem in Rich tex box. Programming Software Development by Diamonddrake …;http://www.codedblog.com/2007/09/17/owner-drawing-a-windowsforms-textbox/"]Owner Drawing a Text Box[/URL]. But those… Re: need help Programming Software Development by macvere …; <OutputType>WinExe</OutputType> <MyType>WindowsForms</MyType> <RootNamespace>Assign1s11073920</RootNamespace>…