Accessing Files on Remote Computer using C#
I have a remote server.I have valid credentials to connect to it. (My local credentials are valid for remote server also.)From a windows forms application in running in my pc I want to connect to the...
View ArticleHow can i get from a string not only match cases?
publicstaticvoidColorListBox(List<string> data,DrawItemEventArgs e,string word) { int keywords=0; string keyword=null; string url=...
View Articlelinear Programming in C# using Cplex solver
Does any one know how should I solve this problem in Windows FormProject in C#?
View ArticleHow to get a 64bit ActiveX control to work in Visual Studio 2012?
We create ActiveX controls in Embarcadero Delphi for resale to clients to work in dozens of development environments. Our OCX file works in every development environment we tested, including 64 bit...
View ArticleSkinning Windows Forms
I have been looking into the best way of skinning windows forms, recently looked into the office communicator skin which was not applied due to some rendering issue. How was the skinning done to it ? I...
View ArticleListviewItem Tag property & performance (storing obejcts in Tag vs Ids)
Hi I have a performance issue question and hopefully someone could share their opinion.I am returning static list of objects to show (only certain properties will show in columns) in a winforms...
View ArticleHow to detect the request being sent inside the WebBrowser control
Hi,I have added a WebBrowser control inside my Windows Forms application. I'm trying to achieve a functionality where I can show to the user the request that is sent by the browser when he performs an...
View ArticleCustom style button on titlebar (Firefox's titlebar no menu)
Can you do it, Firefoxers? (in VB.NET preferred - or C#, ok)Have a look at orange Mimefield button on the titlebar. I need that.Call me Zenocoding
View Articlehow i can clear the active/current tabcontrol text of richtextbox in c#
hy i have a tabecontrol and a richtextbox added in it's control. when i click the the button it will open a new tab with richtextbox, now i want to clear the text of current tab text which i am...
View ArticleApplicationSettings PropertyBinding to SplitContainer's Panel1Collapsed...
Hello,Using Visual Studio 2010 in a VB.Net Winforms application, with 'Save My.Settings on Shutdown' = True:I've created a PropertyBinding in ApplicationSettings to a SplitContainer's Panel1Collapsed...
View ArticleRemoving Control Causes Another Control to Gain Focus For a Brief Moment
Hello,My issue is this: I have a SpreadsheetGear WorkbookView below several DevExpress TextEdits on a particular page. The TextEdits are inherited from the base page, but the WorkbookView "lives" on...
View ArticleRemoving Control Causes Another Control to Gain Focus For a Brief Moment
Hello,My issue is this: I have a SpreadsheetGear WorkbookView below several DevExpress TextEdits on a particular page. The TextEdits are inherited from the base page, but the WorkbookView "lives" on...
View ArticleExecute Command in Remote Server
Hi All,My Remote Server Name: MyServerName Operating System: Windows Server 2008 R2 with SP1 DomainName: MyDomainName UserName: MyUserName Password: MyPassWordIam using Remote Desktop Connection...
View ArticleDefault printer error
Hi, I have the following problem. Operating System: Windows 7 Professional 64-bit. A printer HP Laser Jet 1020 is installed (it is the default printer). There is a virtual printer Microsoft XPS...
View ArticleHow to keep the tree node sort order when adding/inserting node to a treeview...
Recently I was working on a treeview, which has a customized TreeViewNodeSorter. I found I could not keep the original tree node order if the TreeViewNodeSorter presented. I'm wondering how I code this...
View ArticledateTimePicker1 Showing only date by selection from monthCalendar1
I have a Windows forms app. and my problem is when i select the date from the calendar and set the date to dateTimePicker it only shows the date.dateTimePicker1.Value =...
View ArticleHow to play video not after complete download but play while buffering
Hi i am using playerframework tool to play video and giving http link as the source to the playerframework to play.But what happens video firstly get downloaded and then played.But i want to play while...
View ArticleHow to read out whole static text present on external application's Input...
Hello friend!!I will required the whole static text present on external application's input box or message box.For example consider Microsoft word as external application which is password...
View ArticleHiding Rows in Data Table
Hello All,Can anyone give me the solution for how to hide the rows in the data table just as we hide the columns in the data table using ColumnMapping.Is there any way to hide the rows in data...
View ArticleHow can we save the custom Color setting in VB.NET?
Hi All,I have a seen a different behaviour when compared to the VB6 in VB.NET . In Vb6 project when the custom colors selected in the CommonDialog window are present even when close application and run...
View Article