- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 13
- Posts with Downvotes
- 7
- Downvoting Members
- 7
19 Posted Topics
This is a tutorial, not a program. [b]Step 1[/B] First, create a file for your website, and name it "admin.html". [b]Step 2[/b] Now on it, say, "You must log in to view admin, blah,blah,blah. Click here to launch our client." [b]Step 3[/b] Link "Click here" with the C++ .exe file … | |
Re: The Android policies rule. The UI rules. The SDK Eclipse plug-in sucks ba__s. | |
Re: I believe this thread is resolved, then. Please mark it as solved at the end of a thread. | |
Okay, you know when on like an alert window, or a form, one of the buttons automatically gets executed when you press enter, such as shown. [I]See Picture #1[/I] [i]So I was wondering[/i] how I could do this in Java for a both a JFrame and a JOptionPane. Thanks. arithehun … | |
Re: Just use the JPanel to paint. Use the JFrame for interface. Don't cram it all into a JFrame just because you can only extend that class. Extend the JFrame, but create a JPanel and paint on it. | |
I have joined our local high school's FIRST robotics club, but their programmer graduated last year, so who got selected? The wimpy freshman: me! I am an intermediate programmer (PLEASE don't look at my previous posts, I now know two languages, and am better). So I downloaded an instruction booklet. … | |
Re: Why can't you do this? An error? If so, please post it! Btw, if you could post your files on a site, it would be extremely helpful. | |
Re: This application is obviously developed with the native iOS SDK, as you probably know. To develop an application like that in Flash, well, just develop it. Then use the included packager for iPhone to turn it into an application. Learn how here: [URL="http://labs.adobe.com/technologies/packagerforiphone/"]Adobe CS5's Packager for iPhone[/URL] . [B]However, I … | |
Anyone that develops GUI applications in C++ will definitely be familiar with the C++ <windows.h> class. However, I am wondering who wrote this vast class? | |
Re: [b][U]Return-Type Methods or functions[/U][/b] Okay, so think of functions as an ATM. You input a bunch of values, and they output one. The same is with a method or function. It must "spit-out" a number that fits its return type. It is usually used for variables. [CODE]public double multiply(int firstVar, … | |
I want a forum for a website, and I like this system best. Is this forum open source? If so, where can I download it? | |
Re: (a) 1/3 (b)0 (one is almost done) (c)$0.00 (d)There is a very good amount of support on the subject. It's just that the iPhone programming guide is more of a resource; it can't be followed as a guide. | |
Re: You should check out DreamInCode.net for more help! I hope this reply came fast enough! | |
I have a question: Is there any tutorial or way I could create a batch file that scans the folder that it's in, and then prompts you with an option of whether to delete any (C++, for example) files that don't begin with a command line, e.i. doesn't start with … | |
| |
Hello, I have a somewhat basic question about Dark GDK. I am taking Dark Basic courses, and converting the code to Dark GDK (not a difficult task), because I am unwilling to spend $60 on an inferior compiler. I am taking a complete FPS tutorial. It went fine for a … | |
I am trying to create an expression evaluator to expand my C++ knowledge. It is supposed to evaluate 5(x+7)-2. Here is the code: [code=c] #include <iostream> #include <stdio.h> #include <time.h> using namespace std; time_t now, later; void sleep(int delay) { now=time(NULL); later=now+delay; while(now<=later)now=time(NULL); } int main(void){ //It finds an error … | |
I am trying to create a dictionary program, just for fun. I doubt I will ever get past twenty words. But this program has a problem. It always goes to the word, no matter what I type in, or press. Here is the source code: [code=c++] #include <iostream> using namespace … |
The End.