Inseting a row between 2 existing rows a Table Layout Panel
Hello,I would like to be able to insert a new row into a table layout panel between 2 existing rows (or above the top row) at runtime. The existing rows contain controls of various types.Any help would...
View ArticleHow to connect a bluetooth mouse to Window 8?
I just got a Toshiba Satellite C875 with Window 8 and was trying to connect my Microsoft Bluetooth Notebook Mouse 5000 but failed. I truned on the bluetooth mouse, held the power button for 5 seconds...
View ArticleEllipse won't show in PictureBox
Hi,I tried to create ellipse in a picturebox, but I don't know why the ellipse won't show.Here is my code private int iMouseX = 0; private int iMouseY = 0; City city; List<City> cities = new...
View ArticleXNA and Winforms -mouse problem
Hi, i have embedded XNA Game in a PictureBox of Winform, but when i Do that detection of mouse in XNA shows diffrent number. What should i do to make mouse work in XNA coordinate system?
View ArticleWhy does a form fit perfectly on dev machine but not fit on runtime machine?
On my 17inch monitor in VS the form fits perfect but on another 19inch it goes off the screen. Mine is wide screen and the other isnt so maybe it has to do with that but I am not sure. How could I make...
View ArticleFailure of second call to dll by the reflection
I have a method "Start" in a dll which is invoked via reflection using the following code:StandAloneInstance.GetMethod("Start", new Type[] { }).Invoke(new object(), null))here StandAloneInstance is an...
View Articlevc++ windows form application threading
Hi ,I need to create a thread which contains an endless loop. During each loop a serialport is read. Here is what I have so far:static void SafeThread1(System::Object ^obj) { char* directory; bool...
View ArticleTextbox control with AutoCompleSource does not work sometimes.
HiI have got a WinForms application written in C# compiled under .NET framework version 4.0. On a form I have one Textbox control with AutoCompleSource property set to AutoCompleteSource.CustomSource....
View ArticleVerify my account so I can post a screen shot
When will you be able to verify my account so I can make an actual post with all the relevant infomation?
View ArticleLocalized form not changing language
I have a Windows forms application that I've configured for localization but it will not change languages either automatically based on the OS install language or by an event in code. Here is a...
View ArticleHow to navigate to a context menu strip item that is not in the visible range...
I have a ContextMenuStip that has many items. The size of the visible item list is short and does not show all the items.For example, I have 26 items lettered A to Z, but I can only see A-J.Pressing...
View ArticleHow do I draw a rotated bitmap (Windows Forms)?
I have car sprites in a game (2-D top down) where I have a single bitmap of the car (24x24 PNG with alpha). I track the location of the car by the midpoint of the sprite (11, 11) and the orientation...
View Articlehow to install hyper-v on windows 8 ?
How to install hyper-v on windows 8 ?I want to install virtual PC but after some research I came to know that windows 8 no longer support virtual pc and it has been replaced by something called...
View ArticleValidating multiple textboxes
I've been searching and reading these forms for a few hours, trying to come up with a solution for this. Being very new to C#, I'm beginning to learn that you can solve a problem many different ways....
View ArticleSplitContainer "Continuous Layout" or "Show Contents During Reizing" Option?
Hello,I am working with the SplitContainer control in VS .NET 2005 July CTP. When sizing a content area on the screen, such as when resizing a form or when moving a splitter bar, there are usually two...
View ArticleI have a problem with Windows 7
I'll make this is short as possible:I had a power outage a few months ago and was sure that all was well when I re installed my games after they had a few hiccups. But GTA 4 was still having issues, so...
View ArticleComboBox displayed item change?
Hi, I have a Windows Dialog (diaCheckInput) screen that contains a ComboBox with a DropDownStyle = DropDownList used to select the name of a Payor. If one can't be found, the last item in the list is...
View ArticlePrint Invoice From Template
Hi,I am working on a order management project and i would like the program to print the packing slip for the order as soon as the order comes in. It searches for new orders every 15min i just need to...
View ArticleCombobox - prevent user input
Can anyone tell me if there is a property of a combobox that prevents the user from manually entering text?I only want the user to be able to select options from the the dropdown list. Thanks!
View Article