User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 402,770 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,614 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 5 of 5
Search took 0.01 seconds.
Posts Made By: freespace
Forum: JavaScript / DHTML / AJAX Apr 3rd, 2006
Replies: 0
Views: 1,668
Posted By freespace
Explorer Blocking Script

Hello all,
I've recently started learning html and have started looking at javascript.

I have read javascript examples online and these download run with-out trouble.

My problem is that when i put...
Forum: C++ Jan 20th, 2006
Replies: 3
Views: 3,951
Posted By freespace
Re: New Lines in Visual C++ Multiline Edit Boxes?

m_ChatText += char(13) + char(10);
might not work as expected.
the compiler sees char(13) + char(10) like 13 + 10 = 23

So its like writing
m_ChatText += char(23);
Forum: C++ Jan 20th, 2006
Replies: 3
Views: 3,951
Posted By freespace
Re: New Lines in Visual C++ Multiline Edit Boxes?

Mdos uses one character to represent a newline ascii character number 10.
Windows app's however use two characters to represent a newline, ascii characters numbers 13 and 10.

In a multline control...
Forum: C++ Dec 23rd, 2005
Replies: 7
Views: 2,009
Posted By freespace
Re: Dev C++

Hello, i persume its a console app your working on. By putting system("pause"); or cin.get(); so you can see what on-screen. Place either one at any point you want your program to stop and wait for...
Forum: Troubleshooting Dead Machines Dec 23rd, 2005
Replies: 15
Views: 6,185
Posted By freespace
Re: Presario 700 Blank Screen - Fix

Thanks asharma,
your advice of changing boot sequence worked a treat with my presario with a like problem.
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 9:08 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC