Copy past in MDIParent c#
Hi, I am having the following problem."I have a program with an MDIParent and child forms....I can not seem to copy and paste using keyboard shortcuts (ctrl+C, ctrl+V) to the MDIchild forms...I can...
View ArticleWindows Forms
Hi,What would be the justification for using XAML over conventionalOOPS paradigm with C# .XAML may not be easily portable for other languages and noteasy for programmers from other languages to...
View ArticleWhy must I click twice (not double click) on a ToolStrip Save icon to...
On my WinForm applications, I prefer using the ToolStrip's Save button to trigger the final edits on a dialog's screen before returning control to its caller. On all of them, a single click works,...
View ArticleWindows Forms Vs XAML
Hi,What is the advantage of using and learning XAMLwhich is not really impressive for me? It simply raised the number of operations and tags to be considered.Why shouldn't one stick to a more portable...
View ArticleHow to create a form always ontop?
I'm trying to make a form always on top but not have focus like the find/replace dialog. I can make a child form that’s always on top but it’s also the active form or has focus. I want to have the...
View Articlevertical display of listview columns headers in winforms vs 2010 vb.net
Hi, I want to use a listview to display data vertically instead of the default horizontal style as described below. Please give me vb.net code to accomplish thisName : RajeshAge :...
View Article3 tier programming in windows form applications?
Hi,I'm kind of new to 3 tier programming. I want to ask you guys does it mean anything to use the 3 tier architecture in windows form applications or it's just something which suites the web...
View ArticleAutomatically Changing of Control Positions--DevExpress
Hi Everybody:I am new in C# and I met one problem when writing an window form application, I am using DevExpress. I was trying to add a new text editor to an existing form but the location of all other...
View ArticleTextbox Reference between forms
I have 2 forms form 1 calls form 2 with a showdialog() callin form 2 I need to see textbox 1 value to be used in form2
View ArticleCan't resize ToolStripTextBox
I'm trying to make a ToolStripTextBox that will take up all available space (like the address bar in IE). I tried to translate the C# code found in another thread to C++. Here is what I came up...
View ArticleLeaving function too early
Here is a function that I have written:public DataSet GetMyData() { // Note that a Fill() does not require a Connection Open/Close. The Fill() leaves the connection // in the state it was found (leaves...
View Articlemy laptop keeps running of memory when it has more than required
please help i'm not very tech savvy my son plays minecraft on a accer lap top it has windows 8 a 4 gb ddr3 and a 320 gb hdd and a intel b960 processor, The only reason i know this much is there is a...
View ArticleSatellite assembly generated using AL.exe won't work
I have a project which contains an english resources file, and it's french couterpart. Both files exist in the \Properties folder, and when I build through Visual Studio, everything works correctly....
View Articleseeking opinions and other thoughts for file upload
Seeking opinions regarding uploading files. I've worked with asp.net and the upload control which placed the uploaded filed into a special directory on the server. In this case the db table recorded...
View ArticleUsing WMPLib in WinForm app and cached file appears to be used...
Setup - I'm using VS 2010 to create a C# Win Forms app that is making use of the WMPLib.Detail - I'm using the WMPLib in a WinForm app to load an MP3 using a URL to reference the MP3. The URL points...
View ArticleC# - Closing and Disposing Form Does not Result in Released Memory
Hi there.I'm about ready to tear my hair out trying to figure out what's going on with my forms.I have a form called View that is my main form. The View class has a member called Form1 View2, where...
View ArticleToolStripTextBox+ToolStripTextBoxControl Static event hook not releasing
So,As the subjects suggests I am noticing a problem with the ToolStripTextBox. The Class, through .Net Reflector, is shown to contain a private class ToolStripTextBoxControl which is a wrapper for the...
View Articlemy laptop keeps running of memory when it has more than required
please help i'm not very tech savvy my son plays minecraft on a accer lap top it has windows 8 a 4 gb ddr3 and a 320 gb hdd and a intel b960 processor, The only reason i know this much is there is a...
View ArticleNeed Shift and Control to adjust size of step in numericupdown control.
Working in C++.NET 2008.I need my numericUpDown to have fine-tuneing capability. That is, it should change by 1 normally, by 10 if shift is pressed, by 100 if control is pressed, and by 1000 if...
View Articlereset scrollbar position in chart
when i first time lode chart and zoom it . then move scrollbar. after second time load chart that time scrollbar go to last position how to reset or fix his possition first.
View Article