Issue: After SetParent - Child Window Messages Processing Question
Hello,I have a simple windows form app, written in (I have a version in c# and vb.net).What I want:I want to be able to use PostMessage / SendMessage to send messages to windows that I have used...
View ArticleRadio buttons not binding correctly
Hello there I've encountered a strange problem in my application that involves the binding of radio buttons. I thought maybe the problem was unique to my application so I created a dumbed down version...
View Articlecopyright issues?
hiI am new to visual c++I have written a simple windows forms application using some visual c++ code which targets .net framework 4I wonder perhaps naively whether the application has a commercial...
View ArticleWindows form Appilcation in c#
Hello everyone,I'm new to C#. Can you tell me how to code for the following scenario in C#.I have two forms (say Form1 & Form2). When I move from Form1 to Form2 on clicking botton1 in Form1, the...
View ArticleIs it possible to populate ComboBox AutoComplete suggestions box using call...
Hi,I am trying populate AutoComplete box using a call to remote server that return JSON list with suggestions. I've tried to put some code into "TextChanged" event handler, but either box does not...
View ArticleActive Directory
Using Active Directory 5.2 and would like to list all the Computers that have Windows 2000 Service Pack 2 or earlier still installed. If I go into each computer's properties tab, then into Operating...
View ArticleC# and SQL confusion
As the title suggests I'm quite confused about using mySQL in Visual Studio to produce a winforms app in C#.I've saw many video tutorials where it shows you creating databases and tables etc and then...
View ArticleDisplaying Sharepoint objects in PropertyGrid - low performance
Hi,I would like to know if theres a better way to load sharepoint objects like SPFarm, SPWebApplication, SPSite, SPWeb e.g. into Windows Forms PropertyGrid. Im askin because simple...
View ArticleClick a ComboBox to display a particular line from the .txt file
I am still a novice at Visual Studio so if you're going to give me some help, please explain it in full detail. Thanks!I am creating a shopping cart using .txt files, but before I start calculating, I...
View ArticleHow do i set in the program to frames per second ?
I have a class and im doing the calculation if the user move the mouse wheel up make the frames per second higher.If the user move the mouse wheel down lower. Up i mean 20,30,40 fps....Down...
View ArticleDisplay Unicode characters(i.e chinese characters) in Richtextbox control
Hi,I have a Richtextbox control & want to display chinese characters present in a label upon a button click, which displays "?" question marks instead within that richtextbox control.i am using the...
View ArticleHI can anybody help?
Recently, my antivirus maybe deleted some of my HKEY files . That makes all my video and games stop working . i tried to reinstall them but it did'nt work. can anyone help me to solve this problem ?...
View ArticleDataGridViewComboBoxColumn doesn't work with AutoSizeRowsMode AllCells
I created a test app where I simply added DataGridView. Added one DataGridViewComboBoxColumn and on DataGridViewTextBoxColumn.I set AutoSizeRowsMode = AllCells and I also set WrapMode = True for box...
View ArticleHow To Set the Row Height of a TableLayoutPanel Row
I don't seem to be able to adjust the row height of a single row TableLayoutPanel whose RowStyle is set to SizeType.Absolute with an explicit height value . See the demo code below. It doesn't seem...
View ArticleListbox.selectedIndex returns value of -1
I am creating a delete button for a project I am working on, but when I try to delete the selected value from a database it gives me an error of index out of range. And the value return is -1.The code...
View ArticleAutomatically Wrap Text in Label
I have the following scenario: I have a TableLayoutPanel in my form. In one of the cells I want to place a Label control to display some text. The label might have just a few words. It might have a...
View ArticleDrag and Drop multiple user controls
I hesitate to Drag and Drop collection of User Controls from one FlowLayoutPanel to another. I can do this for single user control, but I need to select a few user controls from source panel and drop...
View ArticleRemove child forms icon from MDI menustrip
Hello, I have MDI container form with a menustrip and when any children are displayed in it the child forms icon displays in the menu strip along with the min, max, and close buttons. What I want is...
View ArticleAbout Arabic font issue in Windows form Application
Hi EveryoneI am using Windows Form with Arabic Conversion....Reading from resource fileIn some form arabic letter supported but in some forms it's comming small small box instead of arabic word.PLz...
View Article