Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 10
1
2
3
>
Last
»
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
Assembly Noob
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
Reverse Engineering Anyone?
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
Reverse Engineering Anyone?
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
novice coder seeking help for reading from program
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
Google Chrome incompatible with CodingForums?
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
Open Gl problem
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
Reverse Engineering Anyone?
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
Reverse Engineering Anyone?
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
Reverse Engineering Anyone?
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
Reverse Engineering Anyone?
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
Evolution-Every one post here
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
Reverse Engineering Anyone?
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
C# Frequency Detection
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
List.Sort(compare_function) - term does not evaluate to a function taking 2 arguments
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
Retrieving the COM class factory for component with CLSID...failed
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
Install Script Tutorial
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
Is C+ a language?
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
Program idea/request: change opacity of another running process to 0%?
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
What language should I learn for audio/video?
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
Copy the selected text to clipboard automatically
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
Math & Physics
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
Visual Basic List Box Glitch?
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
Best book on C++?
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
Where to start with game development
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
Where to start with game development
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
Page 1 of 10
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
10:27 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.