FolderBrowserDialog does not show network drives on Windows 8
Hi,On Windows 8 when we use FolderBrowserDialog, the network drives are not displayed. It works fine if we run the same program on Windows 7. Do you know if it's a Windows 8 restriction?Thanks.Olivier
View ArticleRefresh datagridview after insert using Dataset Fill
I have tried to do this using the suggested links and none of the mentioned methods seems to work. I'm using a Data binding source as my datasource. How do I make this work? I'm trying to refresh my...
View ArticleAutomatically change to a new parent when control is moved over it
I will try to explain this as best as I can.I made my own custom groupBox Control. How do I make it so when I add a button or anything to it that it will be on top so it's visible and move when I move...
View ArticleLoad testing of a desktop application having client server architecture
I need to do load testing of a desktop application. Requirement is that: Application is installed at various clients. All client have a common DB server. Data submitted by one client is visible to...
View Articleproject code Protection
How I can Protect my project form decompiler program like Reflector
View ArticleBefore handle created, insert a Item to a combobox causes its SelectedItem...
Create a form with a combobox, and in its constructor:public Form1() { InitializeComponent(); comboBox1.Items.Add("aaa"); comboBox1.Items.Add("bbb"); comboBox1.SelectedItem...
View ArticleCould not load file or assembly 'BusinessLogic' or one of its dependencies....
Hi,I am trying to host WCF service in IIS that I will consume for mobile app. I am trying to host it in IIS and when I check it in Browser i am getting below shown...
View ArticleCustom GridControl
I am developing my own GridControl. For the beginning I am creating several columns and rows. Consequently the number of cells will be ColumnsCount*RowsCount. When columns and rows are not a lot the...
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 Articlehow can i capture my user control value on button click using a method ????
Hii have created winforms project using the MVC concept in C#.. i created a model which include the method to insert user control captured value from text box and i created a class to set and get the...
View ArticleForm behind the form
I have one application which has main form and data entry form.Data entry form goes to behind main form when user click on other Windows application and come back the application.Are there any solution...
View ArticleMultiple Forms and Disable Keyboard shortcut
Hi All,1. How I can disable the Alt+Tab using Visual Studio 2010?2. I need to disable the Alt+F4 on all the forms that I have in my project. Following code worked fine on a single Form, it didn't...
View Articlehow to fade out picturebox
Hi guys, I would like to be able to fade out the picture in a picture box, like a fade to black deal. It should be completed in about 6 seconds. How I could do that?? I did a forum search and I...
View ArticleC# - ListView control in VirtualMode and View set to Tile
Why ListView does not VirtualMode with View set to Tile?Why was it limited this way?I have a ListView with 6k+ thumbnails, and I cannot use VirtualMode for *unknown* reason...
View ArticleUser Text On GDI Object
My focus is to draw rectangle and other shapes types object from GDI on form and allow user to enter some text on it. I have idea about to create or draw rectangle and other shapes through GDI and I...
View ArticleCommunicate with existing instance
HiI am creating win forms project. Which is launched by an another third party application.I want to make it a single instance application. And when user launch the application second time, I need to...
View ArticleFile Upload control in Windows Form
Hello Friends,I need to upload a file from my personal computer C:/mydocument to Network folder \\fileserver\ITwhat tools i can use in Visual Studio for file upload ?Any sample code or Guidance would...
View Articleinsert row at particular position in Table Layout Panel
Hello,I want to insert row in table layout panel (at middle) and want all the next rows to be shifted down.How to achieve this,I have a row with controls such as textbox,checkbox etc.Any help would be...
View Article