Object is currently in use elswhere
The following method keeps on generating an exception about the object being currently in use elsewhere.public void testMethod(int imageNum) { imageOne = new Bitmap(50, 50);...
View ArticleApp monitor keyPress outside the app
Hi,I have an application which can be hided on a click of a button. Than user can work to different applications. After a while maybe the user wants to have back the hidden app. So basically I want...
View Articlerandom value without creating object; int i = System::Random::Next(0,2) Why...
error C2275: 'System::Random' : illegal use of this type as an expression Iget this mistake if I try to build smt like thisint Number = System::Random::Next(0,4);do I have to do it like this? Random^...
View ArticleWinForms app runs hot when converted to 64-bit
I'm trying to track down an issue I'm having when converting a WinForms app from 32-bit to 64-bit. Basically what happens after the conversion is that when I run the main operation in the product, the...
View ArticleForm focus lost when clicking on a ToolStripDropDownButton
Hi, I think I have noticed a bug in Windows 8:Have two forms, lets say MAIN and TEST.MAIN will need a ToolStripMenuItem. When clicking on the menu item show form TEST.On form TEST you will need a...
View ArticlejQuery dialog problem in Windows Forms under Visual Studio 2012
I am trying to create a jQuery dialog. The dialog appears, but it has no border or title bar.Here's what I did to re-create the problem:Created a new Windows Forms app with VS 2012 with Update...
View Articlei want to use breadcrumb bar in my task pane to navigate and display the...
http://social.msdn.microsoft.com/Forums/getfile/213486 USE THIS LINK TO SEE THE IMAGE
View ArticleDelete the Selected Row on Datagridview - On the database too !
Hello !I'm trying this for a while and I still can't do it.What I Want is:- Delete Rows on the .mdb database (By the selected row on the datagridview)I tried...
View Articleneed materials for windows form applications
HiI want to learn WFA . please provide ppt or materials . Also tell me good site for this.
View ArticleClose buttons from other form
Hey guys. I have a Form with one button. When I press this button, Form2 appears. Form2 has an event form2_Closing, and I want like when this event is activated, the button from Form1 to be disabled......
View ArticleLabel flcikering when text is updated inside windows.Forms.Timer
I am trying to update label text on a form, from a windows.timer_tick event.But it's flcikering ..If I dont update the label it doesn't flcikerI am updating the label with current time every 1000msIs...
View ArticleLoadEvent problem
Hello guys. I have a Form with one button on it, and when that button is clicked / pressed, this is happening: Form2 Form2 = new Form2(); private void button1_Click(object sender,...
View ArticleVb web and VB Forums
Quick question, I been messing around with Vb web stuff and I seen you can add new forums. Will the forum act like a typical VB forum or a web based forum? Also noticed vb web version does not let you...
View Articlerealtime Charts c#
Hi,my question is (i think) very simple. I have a variable (double voltage) changing every second, and basically i want to show the variations on a chart. I'm using visual studio 2010 and the target is...
View ArticleNeed E-book or book.....site name or ppt for Windows forms application
please guide me regarding WFA. and best material.
View ArticleArray 3D problem
Hello guys. I have declared a 3D Global integer array:namespace Math { public static class GV { public static int[][,] a; public static void InstantiationArray(int[,] a, int n, int m) { for (int i = 0;...
View ArticleTextbox move cursor
Hello guys. I have 5 empty textbox on my form, and I want like when my form is loaded, the cursor ( not the mouse ) to move on textbox3. What code I must write in my Load event?Thanks!
View Articlec# transfer data from class to form textbox
Dear Expert, I had successfull develop class for data collection however its display in command prompt, however how do i display this info in form textbox1, following is my class...
View Articlebring form to the front is 'activated'
This is a late night lack of sleep question(s). If I have a form that goes behind other forms and then gets called back to the front to use, it is 'Activated', not 'Load' correct? Which makes the go...
View ArticlerichTextBox Questions
Hello guys. I have a simple form with a docked richTextBox. I have an text which contains 2 phrases and 2 words Hello. I try to select the words "Hello" and to give them a red color, but he selects...
View Article