modal popup
i am using this for a modal pop up but how to trigger the popup in code behind just like(this.modalpopup.show();) <a href="#myModal" role="button" class="btn" data-toggle="modal" >Launch demo...
View ArticleHow can i remove datagridview Row border?
How can i remove datagridview Row border?Thankshttp://www.SurdzSoft.com
View ArticleHow do I use the mouse hover option?
I am creating a web browser in VB 2013 and I want to auto hide the menus and the buttons like in IE for windows 8. I mean like when I mouse over the top the menus and buttons pop up and when the mouse...
View ArticleCan I use Windows.Networking.Connectivity Namespace in Desktop Win Form app?
Windows.Networking.Connectivity Namespace seems only support for Windows Store App and Windows Mobile Phone App, can it be use by a Desttop Win Form App?
View ArticleIs it possible to auto increment or change a label value everytime the...
Or is it possible to display the publish version in the label everytime its built/publish?The client wants to display the current build/version on the main page of the application, and so that i or...
View ArticleNeed help, picturebox visualstudio2010
Hi,I'm a begginer in c# and i'd like to create a game 4 in row. I had an idea to use pictureboxes. I created 2 tokens(paint) RED and BLUE, and a whole map how would it look like. So the idea. Use the...
View ArticleContinuous stream of WM_PAINT messages to main Form in Windows 7
Hi,I'm facing a very strange issue in Windows 7 64 bit machine. I have an application(Win Forms) which runs perfectly fine on Windows XP. Recently, I had to port this application to Windows 7 which we...
View ArticleTextbox Character Index
HaiiiIn a textbox i entered one '.' (one dot). now i can enter letters before or after that dot(.) Is there a way to fine out through the coding where i am inserting the new character ,before or...
View ArticleI don't understand the "refresh" structure of GDI+
I want to make a little program that graphically displays data I received from a chiller (flow pressure, temperature). I wrote a little program to get the data via RS-485 which works great, now I just...
View ArticleTextBox.Text += “string”; vs TextBox.AppendText(“string”); Performance
I was working on SO(Stack Overflow) and I found a interesting results about the performance of String concatenation (+=) vs AppendText on Windows form TextBox.It is mentioned in Remarks section of...
View ArticleC++ MoveToStart();
[ENG]If possible, please reply to Russian.I am writing in C + +. And I want to use the "MoveToStart ();" "Private: System :: Void wall_MouseEnter (System :: Object ^ sender, System :: EventArgs e)...
View ArticleA question on windows services
can I use windows services as a layer between front end and data base in c#.... to access data base can i develop functionality in the services
View ArticleProfessional HTML Editor Control(!) for Windows Forms integration?
Currently we are using the standard IE in Editor Mode to enable HTML editing capabilities inside a Windows Forms application (this one, if anyone is interested).Now this editor is for free but is...
View ArticleMshtml/WebBrowser based html editor breaks with IE9
My 32-bit .net 3.5 winforms app hangs if run concurrently with IE9. It uses the System.Windows.Forms.WebBrowser control for editing html along with the IHTMLDocument2 COM interface. The app references...
View ArticleHTML Viewer control
Hello friends,I want to display html contents in a windows forms applicationthese contents should be editable but i dont have any control which can do this. can anybody help me in this matter? Is there...
View ArticleC# - Set Focus on TextBox - Which Event?
I have a Form and a Textbox control, once the Form loads up, and I want to set the cursor FOCUS on the TextBox, however, I cannot do this and I have no reason why, please help~~ private void...
View ArticlePDF viewer Control for winforms
Hello All, How can i view my pdf documents in winforms, is there any free controls are available ? Please let me know, Thank you.Regards, Vik
View ArticleDataGridView - suppressing auto-sort / re-sort
Hello, Hope you guys could help me or give me some tips/hints how to go with it. My SortMode is set to Programmatic and sorting is triggered once header is click. Sorting columns in my DataGridView is...
View ArticleSetting Progressbar values/call from external class file
Using this example on this site: Forums/en-US/csharpgeneral/thread/487f32f5-e016-49c5-8efb-3c51d0d15361Thank you to the Original creator of the example. I used this example for my project to show a...
View ArticleNumericUpDown Error C#
I Have Created Dice Roller Application But When I Use The Custom Option It Does Not Work.Here Is the Code Where I think The Error Is void Button1Click(object sender, EventArgs e) {...
View Article