I have written a editor program but its not accepting more than 100 characters although I have declared the array size to be of 500. The scroll bar does not move beyond 100 characters in the 1st line of text.
const MAX_LINES = 500;
class CEditor5Doc : public CDocument
{
protected: // create...
I am trying to select a Font from CFontDialog but its not working. Can somebody plz help me ?
I am using following code:
CFontDialog dlgChooseFont;
if( dlgChooseFont.DoModal() == IDOK)
{
if(!ptrlogfont) ptrlogfont = new LOGFONT;
memcpy(ptrlogfont, &(dlgChooseFont.m_lf)...
I have installed JWS on Win 2000 & I am using IE as the browser. I have created the following JSP file:
<HTML>
<BODY>
out.println("Hello World");
</BODY>
</HTML>
but when I say
http://localhost:8080/hello.jsp
I dont see any thing on the browser. Can somebody help me plz.
Zulfi.
Hi,
I have installed JWS on Win NT server 4 but when I am trying to type http://localhost:8080/ in my browser I am not able to see the index page. Can somebody plz help me.
Zulfi.
I have created an Overdrawn class and an Account class. The Account class is generating an
exception of Overdrawn type when the amount to debit becomes greater than the current balance,
Can some body please look into my code & find out the error. The project has three files:
Account.h...
Hi, I have hard coded the value but its still not working.<br><br>Please help me.<br><br>My problem not solved.<br><br>Zulfi.
I have tried with the following code but its not working. <br><br>m_MultiList.AddString("One Two Three HHHHHHHHHH");<br> m_MultiList.AddString("Four Five Six");<br> m_MultiList.AddString("Seven Eight...
I have created two list boxes: single line & multiline . The vertical scroll bar becomes enabled when the<br> limit crosses but horizontal scroll bar is not enabled in both the list boxes despite the fact that length of<br> text is greater than the size of list box.<br><br><br> Zulfi.
I want to change the cursor when I click the radio button on my dlg. The cursor should be changed to an icon. Should I call OnSetCursor ( ) through my radio button handler??<br><br>Zulfi
I have created an icon using the bitmap editor. How I can load the icon as the cursor? I am doing the<br> following things in my dialog's implementation file:<br><br> m_Cursor=3;<br> hCursor = AfxGetApp()->LoadCursor(IDI_ICON3);<br> ::SetCursor(hCursor);<br><br> And...
The following program works fine with OpenURL but does not read file when worked with CHttpConnection. It catches the exception & does not come in the read part.<br>Can somebody please help me?<br>Zulfi.<br><br><br>void CQueryDlg::OnOK() <br>{<br> // TODO: Add extra validation...
In my view.h, I have created an instance of my modeless dlg class<br>CMyModeless* m_pdlgModeless;<br><br>& in view .cpp I am doing the following thing:<br><br>m_pdlgModeless = new CMyModeless;<br>m_pdlgModeless->Create(IDD_MODELESS, this);<br><br>Can somebodey please help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.