set one picturebox image on another picturebox image on location 480,380 by...
I want set one picturebox image on another picturebox image on location 480,380 by clicking on the image.i dont know how to set and where to write the code.its like neckels will add on customer image...
View ArticleNullReferenceException while changing display
Hi,We have a Windows.Forms application.When we change the physical display of the computer while the application is running we get an NullReferenceException.StackTrace...
View ArticlePhysical Disk Performance Duplicate instances when MPIO used for managing...
Hi,Windows 2008 Server performance data provider publish duplicate instances of Physical Disk when MPIO manager software has been installed/used. MS hot-fix available for this but problem statement is...
View ArticleMenu shortcut properties using Shell32.
HiI am trying to change properties of a ShortCut in my Windows Menu using following C# code .Code Snippetstring path = Environment.GetFolderPath(Environment.SpecialFolder.Programs); path =...
View ArticleNeed resources to help me learn how
We have a Microsoft Excel Workbook, with 6 worksheets. The worksheets contain rows of data, each representing a service task. Although the worksheets are slightly different, each contains not more than...
View ArticleHow can I delete a file after uninstalling application?
Hi,My application is designed using C# winforms .net 4.0.My application creates a log file of its own and this is programmatically created. The folder structure is...
View ArticleWindows Froms Licensing.
Hello,I want to know about the licensing cost of Windows Forms deployment.But the problem is that I when searched about this I am getting the licensing cost with the developer license but all I want...
View ArticleReport Viewer control for SSRS reports.
Hi,Does anybody know:1. What's new in the VS 2010 version of the control vs VS 2008 version? For winforms and webforms.2. We have a webpage, which accepts parameters for an SSRS report and then shows...
View Articlehow to bind my report rdlc?
hi there i have a problem to bind my reporthere you can have a little project example, that better explains my problemhttp://www.dotnethell.it/users/files/1903_report.zipi want just filter the data,...
View ArticleChanging border color of GroupBox
Is there any way to change the border color of GroupBox ?Thnx!
View ArticleDataChange notification from DB to Desktop Application
I'm displaying a value from a database table on the UI . Say for example : Current Temperature. Now if this changes in the DB "Temperature" Table, How do I notify the UI to change it's value there?Is...
View ArticleA problem about create a keyword highlighted linkedlabel.
Hello!I have a bug when paint string in a winforms custom control, and I cannot fix it.the control is a custom linklabel control and highlight the keyword with a different color.there are 3 add...
View ArticleWindow and Windowless Activex Controls
Hi, can anyone tell me the main difference between window and windowless Activex controls...? Please tell me how to host a windowless activex control on a c# windows form application... what could be...
View ArticleFirst time rdlc is not showing data
hi,I am using rdlc report in c# windows forms i have successfully passed the parameters and filtered data on rdlc report but the problem is first time when i run the report it only shows table header...
View ArticleDate parameter in rdlc report using datetimepicker
Hi,I have a rdlc report in c# with only one parameter "StudentTime". I want to filter my data using datetimepicker in reportviewer. parms[0] = new ReportParameter("stdTime_toDate",...
View ArticleConvert from html file to pdf
Hi all, I have an HTML file that has images that are found on a central server so when they are emailed out the images do not show up. To get around this problem i am attempting to convert the html...
View ArticleTextbox with float value input and dispay thousand separate, decimal point
Hi ! I'm newbie and using VS2005 , i using C# ! How could make a textbox as : When user press 1234 -->> it will display 1,234 when user user 1234.12 -->> it will display 1,234.12 Please...
View ArticleCursor in text Boxes
Hello I have simple question ,In my app i have 4 text boxes and i want when the first is full,the user will be prompt to the second (i mean that the second will be selected) When the app is...
View ArticleDataGridView Column Header AutoSize
Why does the column header show all text on one computer but chops part of it off on another computer both using Win7 64-bit with the columnheaderheightsizemode set to AutoSize and wrapmode set to true?
View ArticleMultiple selection checkbox
Is there a control that list checkbox and support multiple selection? I checked CheckedListBox and it doesn't support the multiple selection. How can i do to support it ? Is there any article out there...
View Article