How 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 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 Article'How to get the location of menu?
I try to develop a program to test my another application automatically. So One of features I want to do is how get the location of menu of my application. Then my program can simulate mouse operation...
View ArticleUpdate UI from Async service in class file
I have a winform application with a listview control and a button. This is contained in one project in visual studio, I have another project with a class file and a reference to a web service.In this...
View ArticleRow grouping in DataGridView using winforms
Can any one provide some info on the way to group the rows of datagridView in Winforms
View ArticleCant find the corresponding reference ?
Hi , I am having excel package class from codeplex for an excel requirement in web app. When using the excel package class , I am not able to add reference for the following namespaces .using...
View ArticleMake same app compatible for Net3.5 & 4.0
Hello Friends, I have a set of applications as a single Project developed in C# using .NET3.5. The app doesn't work in PC with NET4, I migrated and testing to see all functionality is working in NET4...
View ArticleSearch Box
Hi to all,I have build One windows application using C#.i need to get the record if i give primary key id in text box.I need get record 2 way.My Query:1(first way),Record should assign in that...
View ArticleWFA: gui wait pop-up
I have a gui. When I press "button1" my gui starts serial comm. I send some commands and receive some data. Once I press "button1" I am in the other thread (other than GUI thread) for 3,4 sec untill...
View ArticleLogic to caluculate a values according to chec box selection
Hi All,I have 5 check boxes. Also I have 2 text boxes, when user clicks on each check box the 2 text boxes are get filled with relevant values.The scenario as follows.check box - chxtext box - Txtchx1...
View ArticleI have a problem with painting controls in a contained Windows Form control.
The situation is this - I have a tabbed page control on a main Windows Form which is used as the main workspace for my application. Each tabbed page, which represents an open file, is created from a...
View ArticleHow to hide this radio button ..??
Hello; may I ask you How to hide this radio button Note that the length of the button isn't fixed .. -----------------privateRadioButton[] button;button =newRadioButton[TestData.numanswers];for ( m =...
View ArticleSearch box like google
Hi to all,I have build One windows application using C#.i need to get the record if i give primary key id in text box.I need get record 2 way.My Query:1(first way),Record should assign in that...
View ArticleClearType + Transparency = Messy Repaint :(
Hey there,I'm stuck here and would appreciate any help.Below is a simple class that demonstrates a problem that I have not been able to find a nice workaround for that is acceptable to me. Obviously...
View ArticleReading all child nodes in parent node XML VB.NET
I have an XML code:<?xml version="1.0" encoding="UTF-8"?><update><name update="QuickPad" version="12.0.0.0" size="13.0MB"...
View Articlehow do i refresh the form?
the following code is in frmMain which is display only.frmPerson is the add/edit form that sets the values of the PER class.everything works fine in frmPerson, but i need to know what code...
View ArticleCreateUniqueMethodName - capture double click or value change in eventname
Hi, I am developing a designer at runtime. In designer I have a PropertyGrid with the properties and events. When I double click an event, it generates the method name automatically. I need to open...
View ArticleAutomatically write checkbox checked state to dabase table
I am trying to automatically update a table when a checkbox is clicked. The code below works, but only after the second time it is run. What am I doing wrong? private void...
View Articlecontact your network administrator to make sure the proxy server is working
This webpage is not availableGoogle Chrome could not load the webpage because server41.first-server.in took too long to respond. The website may be down, or you may be experiencing issues with your...
View ArticleDatagridview new cell not working
Datagridview new cell not workingThis is a DESKTOP Visual Studio 2010 App, NOT ASP.NETI have a Datagridview displaying an editable dataset.It has been working well for a year but lately I have sinned...
View Article