Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 10 of 10
Search took 0.06 seconds.
Search: Posts Made By: DaZ
Forum: Computer Programming 03-10-2003, 08:36 AM
Replies: 2
Views: 1,100
Posted By DaZ
never done it myself just starting out, but heres...

never done it myself just starting out, but heres a couple of docs ive found.

Heres a page that has a demo of the Icon in the Systray;...
Forum: Computer Programming 02-17-2003, 09:52 AM
Replies: 3
Views: 1,306
Posted By DaZ
nice one thanks. its just that the book ive...

nice one thanks.

its just that the book ive got goes along quite happily, and then it throws something like that in and doesnt explain it..

thanks again for clearing it up for me.
DaZ
Forum: Computer Programming 02-17-2003, 09:34 AM
Replies: 1
for
Views: 1,246
Posted By DaZ
try this for your second for statement ...

try this for your second for statement
-----------------------------------------------

ive just reversed the numbers that it prints out.


for (a = 8; a >= 1; a--)
{ for (b = 1; b <= a; b++)...
Forum: Computer Programming 02-06-2003, 11:41 AM
Replies: 3
Views: 1,306
Posted By DaZ
Can anyone shed some light please...

just starting out basically in C++

ive got a class declared like the following;

-----------------------------------------------------------------
class rectangle
{
public:
...
Forum: Computer Programming 02-04-2003, 01:42 PM
Replies: 3
Views: 1,749
Posted By DaZ
dont know if this helps at all, i know its a bit...

dont know if this helps at all, i know its a bit back-to-front for what your after , but have a look at the VBA for excel.

i had to create something similar to a form in excel.
I found the excel...
Forum: Graphics and Multimedia discussions 01-21-2003, 02:46 PM
Replies: 61
Views: 5,801
Posted By DaZ
2D - Gotta be Flash for me, been using it for a...

2D - Gotta be Flash for me, been using it for a while now.

not really decided on any 3D stuff to part with cash for, so learning OpenGL and C++ from scratch :<
Forum: Computer Programming 01-03-2003, 08:45 AM
Replies: 2
Views: 1,403
Posted By DaZ
theres a vb5 and 6 example here, that might be of...

theres a vb5 and 6 example here, that might be of some help possibly.

http://www.codetoad.com/dirRedir.asp?directory_id=1525

ive only used the getsetting and savesetting commands in VB5, but...
Forum: Computer Programming 01-02-2003, 05:01 PM
Replies: 1
Views: 1,220
Posted By DaZ
you could use a dos command called Xcopy, if you...

you could use a dos command called Xcopy, if you drop to a DOS prompt and type ' xcopy /?' you should be able to see its help file :>


an example of this might be;

xcopy c:\myfolder...
Forum: Computer Programming 12-19-2002, 12:25 PM
Replies: 5
Views: 2,688
Posted By DaZ
yeah its DevC++ ive got as well. you can...

yeah its DevC++ ive got as well.

you can have a look at http://www.informit.com/free_library/index.asp

there are free online books there for C++ learning, you need to sign up for a free account...
Forum: Computer Programming 12-19-2002, 12:23 PM
Replies: 2
Views: 1,578
Posted By DaZ
Post This is what i started with, seems ok. the free...

This is what i started with, seems ok.
the free books online, theyre teack yourself C++ in 21 days.
its on the 2nd page of the book listing.

i think theres a few books there on the subject now....
Showing results 1 to 10 of 10

 
Forum Jump

All times are GMT +1. The time now is 05:22 PM.