not capturing "Ctrl+Shift+D0" issue is only with key 0 in combination with...
Hi,In application, i can configure shortcut keys in combination with "Shift+Control", When configure key '0' in combination with Shift + Control, Dot net is capturing it. this issue is only with key 0,...
View ArticleScrollbar, Scrolling across a form.
Hi People,I'm probably just being really dumb. I can't seem to find anywhere a simple way of making a scrollbar scroll across a C# VS2012 form.The current form is rather large as it's a tournament...
View ArticleHow to extract ListBox items and int from arguments in:...
Hi all,I found a bunch of examples on how to extract multiple arguments from RunWorkerAsync(arguments) but I can not extract the arguments I'm sending. I'm sending the contents of a multiline listbox...
View ArticleLive data Chart component for c# desktop application
Hi, my question is (i think) very simple. I have a variable (double voltage) changing every 4 m second, and basically i want to show the variations on a chart. I'm using visual studio 2010 and the...
View ArticleWindows server DNSCache failed to resolve a domain name
Hi, We have a recurring Live site issue with possible DNSCache related issue. Every now and then, we saw some of our servers, (we have mixed Windows 2008 R2 and Windows 2012), failed to...
View ArticleHow to Dockable Windows in c# ( two or more Forms)
Hi.. .I want to make Dockable Window Just like Visual Studio.. Wjere i can Dock my forms in MDI container.Where user can undock it and Dock it..explain me with a sample codes..thank u
View ArticlePDF to JPEG
is there anyway that I can convert pdf to jpeg within the microsoft office, and if so, is there an addin that I can download???
View ArticlePrintDocument print doesn't find any printer attached.
Hi,I would like to print simple text as part of a bigger C# Windows Forms project.Unfortunately something goes wrong and the command print throws an exception.This is the code attached to the OnClick...
View ArticleApps don't close
when I open an app on "windows 8.1 perview" and I try to close it by catching it and draging into down it hides but when I open the "Task manager" I see that app still opening so I have to click on...
View ArticleC# code broken after adding panel to form
Hi people,added a Panel to a windows form and was told to simply cut and paste the textboxes into the panel and everything would work. This hasn't happened and now my code won't work. Do I need to...
View ArticleQuick way of naming LOTS of text boxes etc Visual Studio 2012
Hi People,I'm creating a form that has hundreds of textboxes and numericalUpDowns is there a quick and easy way of selecting say, 50 and renaming them?kind regardsCRFC11
View ArticleUsing HTML Agility Pack
I have been looking for a couple of days for code but have been unable to find what I'm needing. I have a form with HTML code (a web page). I need to clean/format/(whatever verb you'd like goes here),...
View ArticleC# remote load the plugin(dll with modeless form) by non-default...
i have submit another...
View ArticleExtremely bizar visible behaviour
Hello all,I have an application where in a window, on the left there is a tabcontrol, filling 2/3 of the width, and on the left a panel filling the other 1/3.When the user browses the tabcontrol, I...
View ArticleAccessing RTD server from a windows application
Hi ,I have created an RTD server dll and set its "start external program" to Excel.exe.When i m using F5 it is working fine .Now my question is that how can i call it in a different windows form.My dll...
View ArticleApplication Freezing on ALT-TAB
Hi,I have windows application written in C# and I am calling 2 popups on main form.e.g. Form1 calling Popup1 and Popup1 calling Popup2 using showdialog().however, if on Form1 , if hit button call...
View Articleremote BAT file execution
Respected Community Members,I have requirement to execute the create & Execute BAT file on remote Server from client PC using windows application.How can i perform, what different ways that and...
View ArticleCheck if one charter is in a string
is there to to see if a charter is is string so that it it does one thing but if there is not it does another thingthis is in C#
View ArticleShell Extension Context Menu in C# strange error.
Hi, i'm writing a shell extension in c# that will add two menu's to the right-click menu of explorer. Here is the problem. If i select one file and use the standard OPEN context menu all is well, but...
View Article