Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
20% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
3
Downvotes Received
19
Posts with Downvotes
13
Downvoting Members
15
7 Commented Posts
~31.9K People Reached
Favorite Tags
c++ x 20
c x 13
php x 9
java x 7
Member Avatar for maybnxtseasn

[CODE]//--------------------------------------------------------------------------- #include <windows.h> #include <CommCtrl.h> // needed for adding custom toolbar #include "resource.h" #pragma hdrstop //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- LPCTSTR ClsName = L"FundApp"; //LPCTSTR WndName = L"Resources Fundamentals"; const int NUMBUTTONS = 3; TCHAR AppCaption[40]; LRESULT CALLBACK WndProcedure(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); //--------------------------------------------------------------------------- INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, …

Member Avatar for alfgaar
0
820
Member Avatar for Panathinaikos22

Hello, i use geoIP to find location of visitors but seems like theyr database dont support all Citys/Regions well, im looking for a free-good ip to country provider, This is my website: http://dotest.webege.com/ Now i add geoIP script , so many IP's just are setet in NULL

Member Avatar for chrislim2888
0
147
Member Avatar for Panathinaikos22

How i can make player to dont go inside walls An idea i have is to create a class that draw an model, in that constructor i will add also some informations about model like ID-NAME-Position. So i will create an function that will check if if ( Abs(Player.XYZ - …

Member Avatar for sfuo
0
143
Member Avatar for Panathinaikos22

Hello, How cameras works in games? i should add cameras in every object in game? I tryed add camera only in player and follow player but i have problem with other objects, other objects dont change in screen. I mean when i press UP key to move player the player …

0
55
Member Avatar for Mechizedek

Hi peeps, pls i need help on how to hard code my database connect to my application . Example, i want to connect to my application using dim conn as new SqlConnection conn.ConnectionString = " connSring" dim cmd as new SqlCommand cmd.connection = conn cmd.commandType = commandType.text cmd.commandtext = " …

Member Avatar for Mechizedek
0
170
Member Avatar for Panathinaikos22

Hellowp, im new in php language... anyway... I create somehting like small-forum, check it please... [Site](http://codetesting.atwebpages.com/addpost.php) And this is php code do refresh-navigate header( 'Location: http://codetesting.atwebpages.com/forum.php' ); When i press button "Create Thread" then messsage stored to database and load forum.php, in IE it show my new message directly, in …

Member Avatar for Szabi Zsoldos
0
140
Member Avatar for Panathinaikos22

Because UDP is unreliable protocol i want someone to try my code. For someone who have server, run my code and send packets to your server and then monitor to your server bandwidth usage Sender packet size is near to (Server)Receiver packet size ??? Soz for my english. using System; …

Member Avatar for Panathinaikos22
0
129
Member Avatar for Sahil89

HI, I am creating a client server application in VB.NET 3.5 with WPF. I have searched a lot for a week but I didnt find any helpful source to study. After searching everywhere I am not able to move ahead. Can anybody please provide me small example, any link? I …

Member Avatar for Sahil89
0
231
Member Avatar for Panathinaikos22

Hello, i have done a simple TCP Client - Server In my local PC it work but i dont know if i run TCPServer on other pc, it will receive messages from client? i tryed it with my bro but nothing, i also open and ports... maby isp dont allow …

Member Avatar for Panathinaikos22
0
390
Member Avatar for Panathinaikos22

Hello, about online games/programs, can i create a listener wich will catch all datas received from server What i should use? i create a simple TCPClient/TCPListener but i can only make it listen in localhost :/ maby i use wrong classes, i no have idea about theory part... that i …

0
51
Member Avatar for Panathinaikos22

I have 2 files writen in java, if someone can please covert them in C# and give it. The problem is with type of variables and operators, many operators are not overloaded like in java, idk what to say... This one will not work in C# as integer result |= …

Member Avatar for wilen
0
276
Member Avatar for Panathinaikos22

Hello, where is the problem in this code? it seems ok but i get "unresolved external symbol " error" for Server::SetMode() :/ damn // Server.h class Server { public: Server(); static const int MODE_NONE = 1; static int SERVER_MODE; void SetMode(); }; // Server.cpp #include "Server.h" Server::Server() { } void …

Member Avatar for phorce
0
120
Member Avatar for Panathinaikos22

Does try { } catch make program slower? I think only if code on try fail will take a little more timebecause will run catch also... idk what you say;

Member Avatar for sknake
0
6K
Member Avatar for Panathinaikos22

Hello, i want to make this site http://dotest.webege.com/main.php To show datas per pages, how all this work? How i just show 10 recrods per page, how i create dynamic pages? Any link for this, how all that work?

Member Avatar for cjohnweb
0
2K
Member Avatar for Panathinaikos22

Hellow, i want to find location/country of visitors by IP, im looking for any site can do it for me, i want a script from other site to use it in my php file, that script will get location using other server and will return to me location...

Member Avatar for pritaeas
0
103
Member Avatar for Panathinaikos22

Hello guys, well... I want to create an HTML-JScript that will store some values in DB (Like Visitors IP) Because blogspot.com dont give DB, we just can have a html/js gadget, i sayd to use a DB wich is hosted in other server, is that possible? 1) will be 1 …

Member Avatar for aquilax
0
78
Member Avatar for Panathinaikos22

What the hell is wrong with XNA? i use this very simple code and it dont work [CODE]using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework.Media; namespace XNAMenu { public class Game1 : Microsoft.Xna.Framework.Game { GraphicsDeviceManager graphics; SpriteBatch spriteBatch; …

0
72
Member Avatar for Panathinaikos22

Hello, First of all, VC++ use .NET FW? it means is totaly High language... i dont get the point to learn VC++ when i can use C#, both language use .NET FW, so the reason of "speed" doesn't metter. VC++ & C++ are totaly diferent things... well im ok with …

Member Avatar for dioioib
0
168
Member Avatar for Panathinaikos22

Hello em0s, About COMBOBOX, i want to add dynamic items, but new entrys must be saved somewere... what is best way-right method to do that? store new entrys in a simple file? i must use database?

Member Avatar for Mitja Bonca
0
113
Member Avatar for DoubleZ

Hello, so my assignment was to take a text file that contains a properly written C++ program code and to go through that code character by character and output all the comments in that code to another text file. This is what I got so far, basically I`m wondering how …

Member Avatar for Panathinaikos22
0
214
Member Avatar for Onlineshade

Hello everyone. I am very new in Android Application. I have installed JDK 7,Eclipes also. I have read the installation tutorials form the common site <URL SNIPPED>.I have installed AVD from Eclipes. But when I run the simple "Hello world" an initial program, It shows that no AVD is available. …

Member Avatar for peter_budo
0
213
Member Avatar for Panathinaikos22

Hi, im new in Window Programming... i use this book -> (Programming Windows - Charles Petzold) This is my code [CODE]#include <Windows.h> #include <tchar.h> #include <stdio.h> LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam); int WINAPI WinMain(HINSTANCE hinstance, HINSTANCE previnstance, LPSTR szCmdLine, int iCmdShow) { static TCHAR …

Member Avatar for Panathinaikos22
0
143
Member Avatar for Panathinaikos22

Hello, i started learn litle "Game-Developing", i download Tiled QT to create game map, but my question is, (Game will be in java) How i make my character go to specifically positions, i mean, in map are some walls and playrs must not go above the image... An idea is …

Member Avatar for thanatos1
0
122
Member Avatar for Panathinaikos22

Hello, this is my code [CODE]import android.app.ListActivity; import android.os.Bundle; import android.widget.ArrayAdapter; import android.widget.ListView; public class AnimalsActivity extends ListActivity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); String[] Animals = {"Cat","Dog","Horse","Pig"}; ListView lv = (ListView)findViewById(R.id.listv11); ArrayAdapter<String> _adap; _adap = new ArrayAdapter<String>(this,android.R.layout.simple_list_item_1, Animals); lv.setAdapter(_adap); } }[/CODE] The problem is with [COLOR="Red"]ListView …

Member Avatar for Panathinaikos22
0
161
Member Avatar for Panathinaikos22

Hello, i want to know what controls are used in this image [url]http://stackoverflow.com/questions/1521640/standard-android-button-with-a-different-color[/url] For Header, seems like TextView with "steColorFilter()", if someone have any idea how i can draw like this give an example. And the 2nd thing i want is, is this in image ListView? ("San Francisco", All Neigh...") …

Member Avatar for peter_budo
0
103
Member Avatar for Panathinaikos22

Hello, i have made this question again, but is something i really want to learn :/ and never i get an complet answer I know enought good C#/Java Windows programming, i also know C/C++ Console programming but i think is time to learn/play with C/C++ Windows Appis ... How i …

Member Avatar for jbennet
0
344
Member Avatar for Panathinaikos22

Hello, how i can draw text to monitor, i dont want to draw it on program form, i just want to print an text in the screen :) TextOut & DrawText i think draw text on form :/

Member Avatar for dmanw100
0
183
Member Avatar for Panathinaikos22

Hello, i want to create something like this (watch after 30 sec, - character creation) [url]http://www.youtube.com/watch?v=8u9hmTMP3as[/url] is that possible in C#? can i use 3D Models in C#?

Member Avatar for Panathinaikos22
0
115
Member Avatar for MORFIOUS

i got project on student information management system .... i have no idea about the topic and content ... please if you have C# project please share ........ if you have software on student management system do share :) college management or institute management or school management ... any of …

Member Avatar for kamilacbe
0
392
Member Avatar for riahc3

Hey AFAIK, you have to pay for Mono for Android so you cant write C# applications that run on Android. Is there any alternative?

Member Avatar for riahc3
0
180