- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
48 Posted Topics
Re: Hey it worked when I put messagebox after that code, but else it won't work as I modified it abit to work with my command line program heres the start code: [code]HWND Handle = GetConsoleWindow(); HINSTANCE hInstance = (HINSTANCE)GetWindowLong( Handle, GWL_HINSTANCE ); HHOOK KeyboardHook = SetWindowsHookEx(WH_KEYBOARD_LL, keyboardHookProc, hInstance, 0); [/code] … | |
Hey all! I am interested in learning to use sockets. make client and server program. Where should I begin? Thanks! | |
Hey! I am making little map editor for my game, I got a textbox where I from the map with numbers and program writes them to bytes so my game can read them, but my problem is how can I read character by character from the textbox? | |
What do you think is the best, I've heard that wxwidgets isn't really the best one? Give ideas please, thanks in advance! | |
Hey, I have recently noticed that some of my games run ratter poorly, specially the new ones. For example the dragon age origins 2 demo runs on low graphics :S Processor: Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz (Overclocked to 3,2 GHz) Ram: 3GB DDR2 RAM Motherboard: MSI P35 Neo(MS-7360) … | |
Hey! Is it possible to make RSS feed of a site what requires login before you can see the contents of it? Thanks in advance! I remade this topic here in the php section as I was told, also if you know how to do that give me some thoughs … | |
Hey! Is it possible to make RSS feed of a site what requires login before you can see the contents of it? Thanks in advance! | |
Hey, this might be a stupid question, but I just looked into the code of one thing which I can't tell what it is, but you get the idea here: [code] static ChatCommand unbanCommandTable[] = { { "ip", 'm', &ChatHandler::HandleIPUnBanCommand, "Deletes an address from the IP ban table: <address>", NULL, … | |
Re: I emailed him once asking some things and got a reply :) Good luck, looking forward to some answers! | |
Hey I was thinking of making a safari extension that puts a bar and updates your RSS news there. Extensions are coded by using JSS, HTML5, and CSS so I need a JS library with those capabilities to parse RSS :) Thanks! | |
Hey, I got a little problem with the jQuery AJAX thing, the function(data) part doesn't seem to get called I don't have idea why I've been trying to solve this, but with not luck.. Here is my checklogin function [code] function checkLogin() { var username = $('#name').attr('value'); var password = … | |
Re: Like the poster up there says, you could make own class called cell and put there a value like bool hasShip; Then you could implement all the usefull functions into that class, like how much ship has health left, the position of the cell, etc. It's not that hard. | |
Re: If you got windows you can download the visual studio 2008 or 2010 express edition, it's very easy IDE, and for C++ I would recommend a decent book like priciples and practises using C++ by the inventor of C++. :-) | |
Hey! I got a little login script, like when user presses the button it sends the form and does the php code to check the account, what I want to do is if the password or username is wrong, that the user will be redirected to loginpage and I want … | |
Hey! I got a little problem with my websites login page what I started making when I try to run a function in onClick section of button I have to click it two times that the effect comes? If I put the code straight into the onClick it works properly … | |
Can I possibly download .exe file from my server with winAPI? like [url]www.google.com/test.exe[/url], as I got exe in my webserver what I want to download. | |
Hey, I am making a small network game and I suddenly got some problems with my player class, specially when trying to call the getName function and using the second constructor I get this error: [code] 1>------ Build started: Project: RPG, Configuration: Release Win32 ------ 2>------ Build started: Project: Server, … | |
Hey! I am making a program that keeps track of users so the program has to update the number in the database how do I actually do it? I know how to select things and such, but have no idea how the update works.. I didn't really find anything for … | |
Hey, I am doing a little program that is connected to the database and keeps track of users using the program also, for example when someone opens the program it adds one to the users number in the database, what I need to do is to see when user presses … | |
I followed a tutorial on [url]http://www.phpeasystep.com/workshopview.php?id=6[/url] and I think it's not working properly for me. When I try to start the session in my sidebar thing it won't actually start somehow :S [code]<div id="sidebar"> <h2>[<a href="?page=home">Samppa's page</a>]</h2> <h3> Main menu</h3> <ul class="menu"> <li><a href="?page=about"> >> About</a></li> <li><a href="?page=projects"> >> Projects</a></li> <li><a … | |
Hey all! I got a little problem, well actually not so little when I try to go play something the graphic card crashes I get a notice on bottom right that it crashed and restored and sometimes I might get a bsod. It has worked well before, but it suddenly … | |
Hey guys! I want to make a simple login system with PHP, I am pretty noob with php, but have done C++ for like year so understanding the code shouldn't be a problem. Things are done a bit different in the web than in simple program so.. I found this … | |
I got 10mb connection with 1mb upload, it started few days ago getting VERY slow on evenings, night and morning but its normal on day Upload speed is usually around 800 but then its like 10 somehow. It is really hard to play with that, this morning I checked upload … | |
I got 10mb connection with 1mb upload, it started few days ago getting VERY slow on evenings, night and morning but its normal on day :S Upload speed is usually around 800 but then its like 10 somehow. It is really hard to play with that, this morning I checked … | |
Hey I got 16gb usb drive which is somehow only 6gb now! I tried to format with windows formatting thing. I hope my stick isn't broken I don't want lose my 16gb! [URL=http://img716.imageshack.us/i/sieppaa.png/][IMG]http://img716.imageshack.us/img716/2213/sieppaa.png[/IMG][/URL] There it says 7,7gb + 987kb is unreserved how I reserve I can't click them with mouse … | |
Hey! On my laptop(runs winxp, Acer laptop) I installed nokia pcsuite and tried to start computer again, I was forced to select which way I boot windows because it didn't shutdown correctly it said. I pressed normal then it stucks on the black screen. I tried safe also, stucks on … | |
Hey! Recently my mozilla has got very slow, specially when I download something I can't even browse, its so slow. When I try to download many files same time it only downloads one at a time and other 0 kb/s. I tried internet explorer it worked very fast. I don't … | |
Ok, straight to the point here's the code: [code=cpp]#define UWM_KEYBOARDHOOK_MSG \ _T("UMW_KEYBOARDHOOK-" \ "{B30856F0-D3DD-11d4-A00B-006067718D04}") UWM_KEYBOARDHOOK = RegisterWindowMessage(UWM_KEYBOARDHOOK_MSG); [/code] I put only 2 lines which makes the error Compiler output [code]1>.\DLLMain.cpp(25) : error C3861: '_T': identifier not found[/code] I tried to insert the _T to different places and search internet and … | |
Hey! I've been looking into game development recently and decided to start learning, I have good base on C++ so language isn't problem. I came across these 2 libraries, SFML and SDL, they break opinions so I would like to hear which you guys suggest! Thanks | |
Re: The values there will be constant when put in, like read only, you can't modify them after. | |
I've written a DLL with keyboard hook inside, how do I load the dll in my code and like activate it, the hook function inside dll writes keyboard presses to a file, I would like to activate it from my exe. | |
Is there any way to hide the command line window where the program runs on? I got a little program and I want to it to go hidden if user writes hide. Is there any way? | |
How do I see what key user presses I suppose I have to do it with winapi? I want my program to write to text file what key user presses, like when he presses M it writes M to text file. I looked and I found one function but it … | |
Re: [code] #define CurrentYear 2009 int CountAge(int Year) { int AgesOld = CurrentYear - Year; return AgesOld; } [/code] Thats the simplest way, you can also get system date and calculate it that way and be more accurate :) | |
Hey! I was wondering should I learn assembly as I know C++ pretty good now and I look forward to new things to learn. I remember someone said that you should learn assembly then you know really how to program. So what help assembly could provide to me, is it … | |
Hey I read one tutorial and tried to edit a code a little bit now I can send messages from server to client. Im wanting to shutdown process on the client computer if the buffer matches kill and it won't work. Heres code: Client: [code]#include <iostream> #include <winsock2.h> #pragma comment(lib,"ws2_32.lib") … | |
Hello I got a little problem with winapi programming I can edut dialogs graphically with resource editor but is there any way to edit mainform in similar way? Writing on iPod so there may be typos | |
I got a plenty of free time now and interested in GUI developement, I got expirience in C++, thats not the problem. I've done apps in wxWidgets before which I got bored to. Would it be learning to learn winApi or do you guys got better suggestions, as I said … | |
Hey all! I started to code php yesterday in need to create good dynamic websites to our server project for one game. I got c++ expirience of like 7 months soon, so the syntax is known to me excluding some differences. I've wondered how do I make a page like … | |
I got a little, well maybe stupid problem and I have had this before but I don't remember how to fix it link is [URL="http://breakpointer.servegame.org/Php/"]here[/URL]. When you press the login button idiotic red borders show up :S Here is code: Index .php [code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> … | |
Well I think title says it very well, how do you think, is it good option to make program with GUI? | |
I got a problem when using mysql connector with wxWidgets my program crashes right when I start debugging, but it gives no compiler errors. Main.h [code]#ifndef __MAIN_H #define __MAIN_H #include <wx/frame.h> #include <wx/textctrl.h> #include <wx/button.h> // Mysql #include "mysql_connection.h" #include <cppconn/driver.h> #include <cppconn/exception.h> #include <cppconn/resultset.h> #include <cppconn/statement.h> class MainApp: public … | |
Hey all! I've been learning C++ like about over one month actively now and I am keen on the language. I am considering to buy a book, suitable for beginner, as criteria I want writer to know what about he/she writes and explain all clearly and understandably by beginners. I … | |
Hello, I've made registering system to my little test program, It works well until you try to create two accounts with same name, It shouldn't allow it but it still does it. I have tried to solve this problem all day now by trying diffrent methods but sadly nothing helped. … | |
I got a little problem I am making a little admin tool for my server that you can edit player stats and things with it. Problem is if I like make string Test and assign value "Hi" to it. How can I use the string inside my IMPORT INTO statement. … | |
Is there any good 2d game making library for kinda noobs? I've tried alegro but it doesn't work good somehow. If you know any tell please! Thanks | |
Hey, I have read windows API tutorial now but I am wondering how I can add things to main window itself, I know how to add things to dialogs and such but I just wonder how to add to main window, For example add button to main window? Sorry this … | |
I think I master the basics of C++ that good I can move, not all though there are many things still I don't know of course. I've made applications with mysql and made my own little roleplaying game and some calculator like things. Basically noobie like programs with no graphics … |
The End.