Click here to Skip to main content
15,901,122 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: button disable Pin
varshavmane17-Sep-07 23:30
varshavmane17-Sep-07 23:30 
GeneralRe: button disable Pin
ybasha17-Sep-07 23:59
ybasha17-Sep-07 23:59 
GeneralRe: button disable Pin
varshavmane18-Sep-07 0:05
varshavmane18-Sep-07 0:05 
GeneralRe: button disable Pin
ybasha18-Sep-07 17:25
ybasha18-Sep-07 17:25 
GeneralRe: button disable Pin
varshavmane18-Sep-07 19:14
varshavmane18-Sep-07 19:14 
GeneralRe: button disable Pin
Piyush Vardhan Singh18-Sep-07 0:06
Piyush Vardhan Singh18-Sep-07 0:06 
GeneralRe: button disable Pin
ybasha18-Sep-07 15:16
ybasha18-Sep-07 15:16 
Questionhow to get the handle of edit box Pin
kolu17-Sep-07 22:46
kolu17-Sep-07 22:46 
I'm trying to change the color of edit box , i want to get the handle of edit box , is there any other way.
{
m_Brush.DeleteObject();
m_Brush.CreateSolidBrush(m_BackColor);
CDC* pDC = GetDC();
pDC->SetBkMode(OPAQUE);
pDC->SetBkColor(m_BackColor);
pDC->SelectObject(&m_Brush);
CRect rc;
GetClientRect(&rc);
ScreenToClient(&rc);
pDC->Rectangle(0, 0, rc.Width(), rc.Height());
pDC->SetTextColor(RGB(0, 0, 0,));
pDC->TextOut(2, 2, m_Text.GetBuffer(m_Text.GetLength()));
}

Dona

AnswerRe: how to get the handle of edit box Pin
Saksida Bojan17-Sep-07 23:27
Saksida Bojan17-Sep-07 23:27 
QuestionI have managed to output aspx into html I wanna change the Html into Pdf Pin
Big Ralph17-Sep-07 22:25
Big Ralph17-Sep-07 22:25 
QuestionConnection to SQL database Pin
nhatphuong200617-Sep-07 22:23
nhatphuong200617-Sep-07 22:23 
AnswerRe: Connection to SQL database Pin
Big Ralph17-Sep-07 22:26
Big Ralph17-Sep-07 22:26 
AnswerRe: Connection to SQL database Pin
Naik A2Ze17-Sep-07 22:48
Naik A2Ze17-Sep-07 22:48 
Questionhelp in file uploade control plz Pin
ahmed_fci200617-Sep-07 22:07
ahmed_fci200617-Sep-07 22:07 
AnswerRe: help in file uploade control plz Pin
Ballita17-Sep-07 22:45
Ballita17-Sep-07 22:45 
GeneralRe: help in file uploade control plz Pin
ahmed_fci200618-Sep-07 23:05
ahmed_fci200618-Sep-07 23:05 
AnswerRe: help in file uploade control plz Pin
VenkataRamana.Gali17-Sep-07 23:00
VenkataRamana.Gali17-Sep-07 23:00 
GeneralRe: help in file uploade control plz Pin
ahmed_fci200618-Sep-07 23:06
ahmed_fci200618-Sep-07 23:06 
Questionip address of client machine Pin
Sonia Gupta17-Sep-07 21:48
Sonia Gupta17-Sep-07 21:48 
AnswerRe: ip address of client machine Pin
Parwej Ahamad17-Sep-07 22:08
professionalParwej Ahamad17-Sep-07 22:08 
GeneralRe: ip address of client machine Pin
Sonia Gupta17-Sep-07 22:16
Sonia Gupta17-Sep-07 22:16 
Questionhow to set Maximum Length In Multiline Mode of TextBox Pin
Jintal Patel17-Sep-07 21:44
Jintal Patel17-Sep-07 21:44 
AnswerRe: how to set Maximum Length In Multiline Mode of TextBox Pin
Naik A2Ze17-Sep-07 21:51
Naik A2Ze17-Sep-07 21:51 
GeneralRe: how to set Maximum Length In Multiline Mode of TextBox Pin
Sonia Gupta17-Sep-07 22:30
Sonia Gupta17-Sep-07 22:30 
AnswerRe: how to set Maximum Length In Multiline Mode of TextBox Pin
Ballita17-Sep-07 22:27
Ballita17-Sep-07 22:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.