Need Help in Windows form inC# Programming Software Development by gopan … the label control.. I hav some script written in label contols text field part and in that scripts there are some… Mic doesn't work but the mic jack does Hardware and Software Hardware by Richw007 … jack. I've checked the playback section in Audio/Volume contols and have tried muting and unmuting the mic check box… google map or image on form along zoomin zoomout Programming Software Development by bcm I want to create a program in [COLOR="Red"]VB.NET2005 [/COLOR]windows application which will show google map on the form along with its contols of zoom. OR Also an image on form having zoomin and zoomout buttons. Please Help!!!! :icon_cry: Accessing Controls / User Controls / Tab Controls Programming Software Development by San24 … Tab Control > Sub Tab Page > User Control > Contols/Text Box. Form - The main form Main Tab Control - This… How to create Web Forms like User Control in ASP.NET MVC? Programming Web Development by Nirvin M I am new to ASP.NET MVC. I love and heavily used ASP.NET Web Form's User Controls. But I couldn't find anything to help me in developing MVC User Contols. Please tell me about User Controls in ASP.NET MVC. calendar Programming Web Development by jinu227 hi, i have implemented a calendar in php and added contols to display the previous and next months. How will I … validation controls Programming Web Development by HunainHafeez i knwo that validation controls actually validates asp:net contols but the thing that confuses me is that "Wheter it validates at server side or client side " ? i heard that it validates at client side so what does it have an attribute "Runat=server" ? plz elaborate Dynamic Drop Down List Programming Web Development by coder91 … me any information on how the process drop down list contols the second one and how i could get this working… how to access repeater controls values through ajax Programming Web Development by Mian Sahib Jan … is the repeater control i think i not access these contols properly but me not any idea how to access these… Re: How to get a selected index from checklistbox Programming Web Development by hollystyles … selected index too early in the page lifecycle, before the contols have been re-built server-side and populated from the… Re: How to get a selected index from checklistbox Programming Web Development by Raju5725 … selected index too early in the page lifecycle, before the contols have been re-built server-side and populated from the… Re: C++ Community Center by WaltP … coding base. There is no way you can write system contols in Java, and microprocessing and .net will never be compatable… Re: loadin a form Programming Software Development by AV Manoharan … data from the database. Fill the data on the different contols in the form and set focus to any control in… Re: is it possible to save a visual basic form in jpeg format??? pls help... urgently... Programming Software Development by hkdani … the form with the picture on it. There are other contols that you can use on the form to hold the… Re: Virus changed background and disabled the option to change background and screensaver Hardware and Software Information Security by jholland1964 … profiles for both AC power and Battery Power on laptops. Contols CPU speed, Monitor Shut Off, Hard Drive Shut-Off, Monitor… Re: Copy Container Programming Software Development by vb5prgrmr Okay, loading a frame based upon a frame with controls placed on it will not instantiate those contols. You also have to load those controls and set their container property as I previously said/wrote/typed. Good Luck Re: Passing Parameter from one user control to another user control? Programming Web Development by Pari13 …(suppose Home.aspx) and I am using all the custom contols in this page. there are 13 user controls.which are… Re: using System.Windows.Forms... Programming Software Development by Mitja Bonca … you dont need to write the whole path of the contols every time. Re: How to search database and display results in a list box Programming Software Development by Mitja Bonca … how to use parameters - pass them between methods and populate contols with them. [CODE] private void button1_Click(object sender, EventArgs e… Re: How to test classes Programming Software Development by Mitja Bonca ….Count > 0) { //use data from dataTable to populate some contols, or dataGridView. //1. if controls, like textboxes foreach(DataRow dr… Re: How to test classes Programming Software Development by johnt68 ….Count > 0) { //use data from dataTable to populate some contols, or dataGridView. //1. if controls, like textboxes foreach(DataRow dr… Re: Hide panel not working properly Programming Software Development by nick.crane … panel! E.g. at line 86 use [iCODE]this.PlatinumPanel.Contols.Add(seat);[/iCODE] Additionally, each of the three Add...seats… Re: Hide panel not working properly Programming Software Development by tapandesai007 … panel! E.g. at line 86 use [iCODE]this.PlatinumPanel.Contols.Add(seat);[/iCODE] Additionally, each of the three Add...seats… Re: Excel code to add Button that writes a code to that button Programming Software Development by davesexcel You can add a button from the activeX Contols, then write a code for that button in the worksheet … krypton form v4.3.2.0 plus contols how to make app fast in speed Programming Software Development by VB 2012 okay hi people and merry Christmas everyone :) so im using krypton free toolkit :D and we all know the speed is not good so if anybody have suggestions please reply ive done a little thinking of myself , i should try and code in diffrent ways using more apps to do small stuff taking more load of app but just an idea Re: krypton form v4.3.2.0 plus contols how to make app fast in speed Programming Software Development by VB 2012 or use less uneeded code mmmmmm :? how to keep all contols in same position by using function and calling them Programming Software Development by sushilsth Grpnursery.Top = 38 Grpnursery.Left = 20 grpone.Top = 38 grpone.Left = 20 i have 15 groupbox in my form and i want them all to be in same position in form. How to make a function of position and all call to all the controls.. function position() dim grp as groupbox grp.top=20 grp.left=40 end … Re: how to keep all contols in same position by using function and calling them Programming Software Development by ddanbe Loop through all Form.Controls. Check if the control is a GroupBox. If so, set top and left. how to assign the repeater contols value to a session and gets that session Programming Web Development by Mian Sahib Jan i have a repeater in one page to which me load the data from database now i want to click a button and i get the value of a repeater specific row data and kept data in session and access that data an another page.plz help me any one have any idea or any simple code. i will be very thank full for yours this kindness. YOur sinser Regard Mian sahib … Re: Need Help in Windows form inC# Programming Software Development by Inanna If I understand what you want to do, it's actually pretty easy. But you need to play some string parsing tricks: [code] using System; using System.Windows.Forms; namespace InannaRocks { public class MyProgram { public static void Main() { Application.Run(new MyForm()); } } class MyForm:…