Regarding Progress Bar in Windows Application
Hi this is anil working as a software engineer at bangalore the task is i am collecting data from the Energy Meters by using Socket Programming by Windows Application, but it is done when once i click...
View ArticleHow do I know when a date has been selected from a DateTimePicker?
My question is misleading. What I want is a suggestion to solve the following:I want to be able to activate a series of validations on a date selected in DTP without having to click a button to...
View Articlefind and replace text in C# notepad
can someone tell me that where to find the "FIND AND REPLACE " CODE.in my eariler post some user tell me a one or two source but it can't help please any one know then send it.thank's
View ArticleCreate Buttons like Outlook
Hi,How do I create buttons like those in MS Outlook? I want to create ones with 3 states.Thanks!
View ArticleHow to get application ".exe" as system tray icon in Windows XP
HiI am using Windows XP application.I have created windows application in C#. I want to get application ".exe" as system tray icon in Windows XP .( after windows XP is fully loaded ).I am not...
View ArticleHow to show a card derived from button class?
Hi!I have a card class,derived from Button class. I made a list of the cards, with all 52 cards in it. How do I view them on the screen?Let's say, like a button.
View ArticleEvent for clicking on a rectangle
Hi!I'm working on a card game project. I wrote a class called MyCard that represents a card. I want to write an event for it, so every time I click on a card, it flips. I have the function that flips...
View Articlerotated windows grid control C# Using Windows Project
I have a Windows project using Visual Studio 2010; I have grid control on report that I want to rotate 90 degreesFPENA
View ArticlePropertyGrid, not sending its DoubleClick event
Hey all, I am trying to get the PropertyGrid.DoubleClick (or the PropertyGrid.MouseDoubleClick) event to work. It is a simple event handler, I just need to access the event. Unfortunately it does not...
View Articledelimited string to datagridview column n rows
I WANT TO 2 GRID ON ONE FORM GridA with a terms col with String like {{+,5.00,127.50,Vat 5%,0,N,Y},{+,1.00,25.50,Packing,0,N,Y},{-,2.00,51.00,Discount,0,N,Y}}I WANT to copy above string in another grid...
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 ArticleRichTextBox Scrollbar Flicker
I'm having an issue with a RichTextBox inside of a windows form. I have enabled vertical scrolling and everything works fine, except when I use the mouse to drag the scrollbar. When I do this, the...
View Articlebug? MouseLeave + ShowInTaskbar (false)
Hey there, I think I have come across a bug, or at least an odd behavior. Can anybody explain this? Any ideas of a workaround?If a control is being hovered (MouseEnter has fired) when form is...
View ArticleCreating a button in another form of another pc!?
Hi!I have food ordering system with two applications. Server and Client. At Client side, I have all food items upon buttons like: button for tomato soup, etc.At Server I have its management. Now my...
View ArticleClosing Winform(C#) MenuStrip when mouse leaves the container
I´m have been dealing with this issue all day. I have a menustrip with several menu items. Each item, also have many items. Now, if I click the parent menu item, a container(similar to contextmenu)...
View Articleproblem in e.cancel
how to enable mouse click after the line e.cancel=true in cell validation in datagridview
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 ArticleGenerating "Quantity" of items in list view.?
Hi!I can populate list view items with buttons. On every click same item gets added. like for btn Soup, Soup and its price gets populated multiple times, depending how much times I click. So my...
View ArticleSend Email Reminder via c# and sql server 2005. Help!
Send an email to customer a week prior to his birthdate. Input of his birthdate is taken from textbox and stored in sql server 2005 table.Any help with codings??
View ArticleWindows Application Always Detect Key Event's
I am developing a small application ,Using C# 4.0 Visual Studio 2012I am making my Windows Form Hidden on Form_Load but now I want even it is in hidden state it should always detect certain key...
View Article