Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Forums

10 Posted Topics

Member Avatar for yeeitsneo

I have never coded in VB. But In C# and C++ I have created a chat server that does the following: For every accepted connection I start a new thread(because I need to listen for incoming messages, unless you make a thread that listen on everyone) on it and creates …

Member Avatar for yeeitsneo
0
269
Member Avatar for jaimin4829
Member Avatar for shadyreal
0
2K
Member Avatar for liveland

Google will guide you. As facebook, twitter and all the other have support and information how to. http://stackoverflow.com/questions/4361561/how-can-i-use-the-facebook-c-sharp-sdk-to-post-on-facebook-pages http://www.codeproject.com/Articles/380635/Csharp-Application-Integration-with-Facebook-Twitt An example of google search.

Member Avatar for shadyreal
0
165
Member Avatar for shadyreal

A bit of background information: Im running Windows Server 2008 R2 Standard, on a virtual server. The program is a service with a service installer. The service has a couple of performance counters to show the data performance. To be able to do this I need to create a category(I …

0
85
Member Avatar for shadyreal

I need help with the usage of Perfromance Monitor, but the code that I tried to go with did not work. I ended up with this Sysmon( System Monitor ) and added it in a Windows Form Application. I need to learn how to track performance. Does anyone know how …

Member Avatar for shadyreal
0
278
Member Avatar for shadyreal

Is it possible to have a auto-tracking event or something similar to track the database when it changes? For an example: If the database gets a new insert value from another application that I currently have: then My other application will notice it and fetch that data instead of getting …

Member Avatar for shadyreal
0
462
Member Avatar for shadyreal

Hi Im a student and just started 3D programming 2 weeks ago. I have this problem: I got a working collision detection against models created in Maya. But: The collision is only inside the model, with the normals on the model pointing out as it should be. If I revers …

Member Avatar for shadyreal
0
281
Member Avatar for shadyreal

Hi. I have this problem with a Windows Form Application. I'm working with the Client, the server is already working and tested. If you look at this code: void WaitForMessage() { bool dropserver = false; while(dropserver == false) { char inputmessage[250]; int bytes = recv(sConnect, inputmessage, sizeof(inputmessage), 0); if(bytes <= …

Member Avatar for thines01
0
187
Member Avatar for meme meme

Why not just use if? [CODE] int a; if( a > 0 ) { positive }else if( a < 0) { negative } [/CODE]

Member Avatar for Tygawr
0
150
Member Avatar for shadyreal

Hello! I have created a ChatClient in Visual C++ 2010 Express, cmd console only. Now I want to make it in Windows Form Application. I have come a long way but the thread function to start a new thread is a bit of a problem.. I get these errors: error …

Member Avatar for raptr_dflo
0
379

The End.