Forum: C++ Feb 5th, 2008 |
| Replies: 1 Views: 457 I know this might be a stupid question. I was trying to make a game with allegro for fun but it getting longer and longer after a while. Now I know I should divide my project to several files instead... |
Forum: C++ Feb 5th, 2008 |
| Replies: 10 Views: 994 Get bloodshed dev c++, its user interface make it easier for beginner, much easier then typing at notepad and compile it with mingw.
Once you install dev c++ you can open their example. Once you... |
Forum: C++ Feb 5th, 2008 |
| Replies: 16 Views: 2,509 I use Bloodshed Dev c++, for its free but work well, I have bit problem when using .dll and such but probably its because I'm new with c++. Beside i can always find the solution from net.
But if... |
Forum: HTML and CSS Oct 10th, 2006 |
| Replies: 8 Views: 3,987 The small editing is not just linking the last page to the next page. But more like linking all previously done page to the new page. Because I want all pages is accesible from any part of the sites.... |
Forum: HTML and CSS Sep 25th, 2006 |
| Replies: 8 Views: 3,987 I want to use frame because with static page whenever I add a new comic page then I need to add a new page and do a small editing to the rest of the other page. So when I reach 6th page I do 5 page... |
Forum: HTML and CSS Sep 25th, 2006 |
| Replies: 8 Views: 3,987 I'm doing a webcomic recently, now I completely idiot with the html so I made several identical html for each page and the navigation between page is just a simple link.
Now I heard about frame,... |
Forum: C++ Sep 25th, 2006 |
| Replies: 10 Views: 1,765 How about this :
len = GetWindowTextLength(GetDlgItem(yourwindowhwnd, yourtextboxtID));
if(len > 0)
{
... |