Click here to Skip to main content
Page 1 of 3
Page Size: 10 · 25 · 50


Author filtered by: Member 8454009 [x]
Question 23 Apr 2013   license: CPOL
I need to get read a deselect text from a full text in a combobox where some text are selected. Suppose the searching text is emergency where emer is not highlighted but gency is highlighted. So I need to read this deselect text emer to perform operation. Help me plz.Thanks in advance.
Question 11 Apr 2013   license: CPOL
I made an application using C#, Access database and .Net framework 3.5. I created my setup file. But when I want to setup my application to another PC, then I got problem. It always requires .net framework 3.5 to be install. But this is too big file to download for a user. Suppose my app...
C#
Question 11 Feb 2013   license: CPOL
I am using a TextBox on a windows form.I need to modify the distance between lines regardless of font size on this textbox.Is it possible to change line spacing?Thanks in advance.
Question 9 Feb 2013   license: CPOL
I want to load multiple images in a pictureBox with a sepecific directory.The width and height of this pictureBox is fixed, but I want to see my all images in this pictureBox sequentially with a scrollbar.Please help me out. I spent many time on this.
Question 12 Jan 2013   license: CPOL
I am working on a textbox. I used a keydown event for handling pressed key. Now I need to do in my keydown event to interrupt the first char from 0. Suppose in my textbox I pressed 779. Now if I press 0 before 779, then I want to disable 0 that means e.handled=true. I could solved it if I will...
Question 11 Jan 2013   license: CPOL
I am working on a textbox using WPF where I want to press only A,B,C,D,E,F and 0-9 that means hexadecimal number. But in my keydown event I can't disable lower char a,b,c,d,e,f. My code is belown:private void txtHex_KeyDown(object sender, KeyEventArgs e) { if (e.Key >= Key.A &&...
Question 12 Dec 2012   license: CPOL
I have worked on a windows form using C# & Sql Server in visual studio 2012. Now I am working on same job using ASP.Net & Sql Server in visual studio 2012. But I don't know how I will publish this application in my website. Please tell me details, I am new in this idea.Thanks in advance.
Question 26 Nov 2012   license: CPOL
I want to setup my application(.msi file) with sql server 2008 express. But it is so tough for a new user to install sql server 2008 express. Bcause There have may option to install this sql server. Is there any easy way to do this? Suppose it's installed with only next button.Thanks in advance.
C#
Answer 9 Nov 2012   license: CPOL
Wow! solution 3 is greatly helped me. But there e is mistake in number_handler().private void txtSerial_KeyPress(object sender, KeyPressEventArgs e){ number_handler(e);}private void txtID_KeyPress(object sender, KeyPressEventArgs e){ number_handler(e);}private...
C#
Question 9 Nov 2012   license: CPOL
I used two textbox like name txtSerial and txtID where I want to type only number 0 to 9. This is ok. But I want to use same code in keypress in a other private function. But there e handler doesn't exist. Now how can I solve this problem? I need to use e handler in others private function....
C#

Page 1 of 3
1 2 3


Advertise | Privacy | Mobile
Web01 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid