Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 245
Search took 0.48 seconds.
Search: Posts Made By: Dunna
Forum: Computer Programming 09-22-2011, 03:12 AM
Replies: 2
Views: 642
Posted By Dunna
Need more info. Show us code? I can't predict...

Need more info. Show us code? I can't predict what your software is doing like some magician. That's like saying, "My computer starts Firefox when I boot. Why does that happen?". There's no way to...
Forum: Computer Programming 08-03-2009, 05:10 PM
Replies: 11
Views: 1,345
Posted By Dunna
Update: Text color corrected. New tutorial will...

Update: Text color corrected. New tutorial will be posted on more feedback from this one. I need to know what I did right, wrong, and suggestions for improvement.

Tutorials are here:...
Forum: Computer Programming 07-27-2009, 03:26 PM
Replies: 11
Views: 1,345
Posted By Dunna
A few notes: I will be changing the...

A few notes: I will be changing the font/background color. Some minor text changes soon. More links coming, and a tutorial on packers is planned along with a keygen tutorial in the works.

Throw me...
Forum: Computer Programming 07-27-2009, 03:24 PM
Replies: 3
Views: 729
Posted By Dunna
C++, use FindWindow technique and I believe...

C++, use FindWindow technique and I believe FindDialog if it's a dialog box. SendMessage will allow you to send the info you want back. Otherwise you could take screenshots and make a program to...
Forum: Computer/PC discussions 07-26-2009, 05:57 PM
Replies: 1
Views: 749
Posted By Dunna
Google Chrome incompatible with CodingForums?

Does anyone else encounter garbled text and unreadable threads in Google Chrome? I'm stickin with Firefox for now, but I really like Google's browser and wish it would work here.
Forum: Computer Programming 07-26-2009, 04:16 PM
Replies: 2
Views: 745
Posted By Dunna
Sounds like the same thing is being included...

Sounds like the same thing is being included twice, but the include inside of glut.h probably uses #if and #else directives. For example:

#ifndef IOSTREAM_H
#include <iostream>
#endif

Of...
Forum: Computer Programming 07-26-2009, 04:14 PM
Replies: 11
Views: 1,345
Posted By Dunna
Well, I've completed the tutorial and uploaded...

Well, I've completed the tutorial and uploaded it, here it is:
http://purelogic.awardspace.info

Let me know what you think.

(Already spotted a few typos and I just noticed that my version of...
Forum: Computer Programming 07-25-2009, 04:12 PM
Replies: 11
Views: 1,345
Posted By Dunna
Update: The tutorial is nearing completion and I...

Update: The tutorial is nearing completion and I think it's pretty good. Filling it with pictures and in-depth explanations, will be up most likely by tonight.
Forum: Computer Programming 07-22-2009, 06:04 PM
Replies: 11
Views: 1,345
Posted By Dunna
Will do soon, setting up a website and very busy...

Will do soon, setting up a website and very busy today, will have it up stay posted.
Forum: Computer Programming 07-20-2009, 07:13 PM
Replies: 11
Views: 1,345
Posted By Dunna
Oh, I'm fully aware. There are even program which...

Oh, I'm fully aware. There are even program which can decompile portions of the assembly back into the original code. But that's actually not a good starting point at all, because you have to...
Forum: Computer Programming 07-20-2009, 07:10 PM
Replies: 4
Views: 848
Posted By Dunna
I don't see the major languages disappearing...

I don't see the major languages disappearing simply because they can adapt to new conditions via libraries and resources. It would also take a mammoth amount of work to little gain to create a new...
Forum: Computer Programming 07-20-2009, 02:15 AM
Replies: 11
Views: 1,345
Posted By Dunna
Reverse Engineering Anyone?

I'm just wondering, is there anyone out there who would be interested in a bare-bones intro to RE? There are plenty of tutorials out there but most use outdated software and outdated methods. There...
Forum: Computer Programming 07-20-2009, 02:08 AM
Replies: 3
Views: 2,040
Posted By Dunna
You will need programming experience before...

You will need programming experience before tackling such an immense task, scottk is correct. Detecting the frequency and sound info is no straightforward task. Do you know how to program? If so, I...
Forum: Computer Programming 07-20-2009, 02:06 AM
Replies: 2
Views: 842
Posted By Dunna
Can I see your sort function (if oracleguy wasn't...

Can I see your sort function (if oracleguy wasn't right)? Also, is compareId a function, a variable, or both?
Forum: Computer Programming 07-20-2009, 02:04 AM
Replies: 1
Views: 1,625
Posted By Dunna
Remove the reference to SQLDMO.dll. What do you...

Remove the reference to SQLDMO.dll. What do you need it for exactly anyway, and how are you including it? Code please.
Forum: Computer Programming 07-20-2009, 02:03 AM
Replies: 1
Views: 4,548
Posted By Dunna
Tutorial of basics: ...

Tutorial of basics:
http://aok.heavengames.com/cgi-bin/aokcgi/display.cgi?action=ct&f=4,37140,0,10
Forum: Computer Programming 07-20-2009, 02:00 AM
Replies: 16
Views: 6,368
Posted By Dunna
No such thing, completely fictional. If you know...

No such thing, completely fictional. If you know anything about programming you should recognize the syntax:

int i = 1;
i++;
// i Now = 2, as ++ is the post-fix increment operator
if (i == 2)
...
Forum: Computer Programming 07-19-2009, 11:04 PM
Replies: 13
Views: 2,518
Posted By Dunna
Use the caption to find the program's PID, then...

Use the caption to find the program's PID, then store that as it won't change but the caption could. Then use ShowWindow(SW_HIDE) like a previous user said. That will also remove it from the taskbar....
Forum: Computer Programming 07-19-2009, 11:02 PM
Replies: 2
Views: 728
Posted By Dunna
C++ will help as most audio/video programs are...

C++ will help as most audio/video programs are written in it. I'd learn the syntax first, then right a plugin for something like Audacity or Adobe Premiere Pro CS3/CS4. Then move onto your own...
Forum: Computer Programming 07-16-2009, 05:26 PM
Replies: 3
Views: 818
Posted By Dunna
If you know how to program then simply create an...

If you know how to program then simply create an executable that detects when the left-click is held down, and when it is released have it automatically press Ctrl+C. Actually not that difficult at...
Forum: Computer Programming 07-16-2009, 12:53 AM
Replies: 1
Views: 679
Posted By Dunna
When you say that "the collisions do not seem to...

When you say that "the collisions do not seem to resolve energies the way they should", in what way exactly?
Forum: Computer Programming 07-15-2009, 09:33 PM
Replies: 0
Views: 608
Posted By Dunna
Visual Basic List Box Glitch?

Problem: A list box control refuses to visually add items to its list. Within the form which contains it, it works fine. However, the following code form a module claims to successfully execute by...
Forum: Computer Programming 06-08-2009, 03:11 AM
Replies: 8
Views: 5,112
Posted By Dunna
I used Sam's Teach Yourself in 24 Hours, thought...

I used Sam's Teach Yourself in 24 Hours, thought it was great. You have the entire internet at your disposal, just Google....there are plenty of free tutorials with source code and entire pdfs. Of...
Forum: Computer Programming 06-03-2009, 11:55 PM
Replies: 14
Views: 1,878
Posted By Dunna
Start off with Visual Basic. It's the easiest...

Start off with Visual Basic. It's the easiest language to learn and it's - well - very visual. There are tutorials everywhere and it will help introduce you to programming. And C++ doesn't...
Forum: Computer Programming 06-03-2009, 05:33 PM
Replies: 14
Views: 1,878
Posted By Dunna
Well the truth is that you need to know C++ to...

Well the truth is that you need to know C++ to make games. Everything is based on C++ these days, even Java. If you want to use DirectX or OpenGL, you will want to know C++. I'm surprised that nobody...
Showing results 1 to 25 of 245

 
Forum Jump

All times are GMT +1. The time now is 10:27 PM.