Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
41% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
2
3 Commented Posts
~12.8K People Reached
Favorite Tags
Member Avatar for NargalaX

Hey, I would like to be able to send html requests to cleverbot, and if you've ever been there before, you would know that it is probably the most intelligent chat bot AI that can be publically used. If you don't know what it is, just go to [url]http://www.cleverbot.com/[/url] and …

Member Avatar for bennett2213
0
185
Member Avatar for NargalaX

I've tried this in the past, but never got it to work. How would I set specific keys to run functions, whether I am on the current form or not? Thanks!

Member Avatar for Greatis
0
695
Member Avatar for NargalaX

Hey, Most of you who help in this forum have probably read my posts, and this is another one for my math bot. :) I am using string arrays to assign to math operands, for example I would have an array such as this for a basic math equation: 5 …

Member Avatar for ephraim21
0
101
Member Avatar for NargalaX

I've been looking around for some good DLL Injection tutorials, because I would like to create a DLL Injector, mainly for educational purposes. I've looked around on google for the past 20 minutes and the only things I've come up with are debates on whether its possible or not. I …

Member Avatar for jonmcc
0
251
Member Avatar for NargalaX

I'm making a game board style program (Basically a modified monopoly with automated pieces and questions) and it is currently in the very early stages. Right now I am making the gameboard pieces move properly etc., but once I'm finished that I will need to know how to check if …

0
59
Member Avatar for reyarita

hey guys! do you have idea how to print a * and in a square symbol like this ***** * * * * * * ***** i have my code in here but it didnt follow like that

Member Avatar for jonsca
0
146
Member Avatar for NargalaX

Hey, I am using a messenging system to do math, and I am in need of help for my string splitting. What I need it to do, is basically see if there is a '/' '*' '+' or '-' and split it from that charectar, and ALSO split it in …

Member Avatar for farooqaaa
0
165
Member Avatar for NargalaX

Hey, I'm making a math bot, and when you type in your equation it converts the numbers to doubles right away. Except, when doing any equation with a decimal, the decimal is ignored. Example 2 + 2 = 4 (No decimals, it works fine.) 2.2 + 2 = 24 (Decimal …

Member Avatar for NargalaX
0
281
Member Avatar for NargalaX

Hey, I'm making a little program that will talk to you using fixed sentences etc., and I want to make it able to do math. How would I be able to check if a string contains + - * / and also contains numbers? and then furthermore, once I have …

Member Avatar for sknake
0
103
Member Avatar for NargalaX

Hey everyone, How would I go about creating a simple chat bot? I have finally just recently got an API running for a chat application called Steam, and I can send and receive messages with this program and moderate everything that goes through, too. So, I was hoping on getting …

Member Avatar for Geschickte
0
255
Member Avatar for NargalaX

I'm trying to make custom panels, but I can't even set the styles without getting errors [CODE]MainForm.SetStyle(System.Windows.Forms.ControlStyles.DoubleBuffer, true); MainForm.SetStyle(System.Windows.Forms.ControlStyles.AllPaintingInWmPaint, false); MainForm.SetStyle(System.Windows.Forms.ControlStyles.ResizeRedraw, true); MainForm.SetStyle(System.Windows.Forms.ControlStyles.UserPaint, true); MainForm.SetStyle(System.Windows.Forms.ControlStyles.SupportsTransparentBackColor, true); [/CODE] Throws errors saying [CODE] An object reference is required for the non-static field, method, or property 'System.Windows.Forms.Control.SetStyle(System.Windows.Forms.ControlStyles, bool)' (CS0120) [/CODE]

Member Avatar for DdoubleD
0
142
Member Avatar for NargalaX

How would I make the background of a form (which is usually one boring color) a dynamic gradient, measuring by size of the form and creating the gradient from there? Thanks

Member Avatar for papanyquiL
0
107
Member Avatar for NargalaX
Member Avatar for DdoubleD
0
84
Member Avatar for NargalaX

I know you can make a Web Browser without using the default one .NET comes with, but how would I go about doing this? Any tutorials or tips for this project? Thank you!

Member Avatar for NargalaX
0
216
Member Avatar for pilipino93

Hi there. I was wondering how I would add another form to my Form1 in a WFA project. And then when I click on a button on Form1, Form2 pops up. I have no idea on how to do this and I was wondering if anyone knew =] Thanks for …

Member Avatar for pilipino93
0
98
Member Avatar for NargalaX

Hey guys, I was just fiddling around with PixelSearch again, and found that theres a little problem. I'll explain it with an example. I had my C# custom window open with the PixelSearch function on it, and whenever it searches for a pixel rgb, it returns the results and then …

Member Avatar for sknake
0
71
Member Avatar for NargalaX

I need a timer that checks every x ammount of seconds if the mousebutton is down. How would I do this? Oh, and it must be global. Not just on the form.

Member Avatar for sknake
0
125
Member Avatar for NargalaX

Hey, I would like to call a few functions from a static method, but it seems I can't. More specifically, I would like to start or stop a timer from a static hook, called when you click your left mouse button. Here is the code [code] //When you click... public …

Member Avatar for NargalaX
0
122
Member Avatar for NargalaX

Is there a way to detect a variable change, and then fire an event for it? I read the article on events tutorial in C# [url]http://msdn.microsoft.com/en-us/library/aa645739(VS.71).aspx[/url] But I couldn't make sense of it, since I tried putting it in my program and it didn't work. I was trying it with …

Member Avatar for sknake
0
2K
Member Avatar for NargalaX

Hey, I found a cool class online for finding certain colors in a designated rectangle around your mouse position. Its optimised for speed, and supposedly works, but when I try compiling it I get around 32 errors. Heres the code [code] public static Point PixelSearch(Rectangle rect, int PixelColor, int Shade_Variation) …

Member Avatar for NargalaX
0
951
Member Avatar for NargalaX

How would I be able to find a certain pixel on any screen under a certain RGB, and then get its x y coordinants? Thank you!

Member Avatar for sknake
0
5K
Member Avatar for ajijacobm

hi, how to use custom made photoshop buttons in c# windows form...please show me how to do it. anyway thanks in advance.

Member Avatar for kvprajapati
0
67
Member Avatar for arunkumars

Hi, well, this 1 is driving me crazy, my recent project in which i need to show a display unit in my windows form. Am not getting how exactly i can put this forward, but, let me try.. i need make a seperate panel, n in that i shud draw …

Member Avatar for arunkumars
0
123
Member Avatar for NargalaX

How would I get an IP address? Not the local ip, but the one people would use to connect to say a TCP IP program? :P Thanks

Member Avatar for sknake
0
116
Member Avatar for NargalaX
Member Avatar for sknake
0
72
Member Avatar for NargalaX

Hi all, I was wondering how I would use a single text box for multiple things eg. In one text box I would type 'createfile file.txt' or something like 'stopprocess process' etc. How would I do that? Thanks

Member Avatar for sknake
0
109
Member Avatar for NargalaX
Member Avatar for serkan sendur
0
292
Member Avatar for NargalaX

Cross-thread operation not valid: Control 'txtIn' accessed from a thread other than the thread it was created on. I am trying to make a TCP IP Client control and when I receive a message, or basically when the receiver text box is updated, it crashes my client due to cross …

Member Avatar for sknake
0
168
Member Avatar for NargalaX

I know you can delete the file DW20.exe to remove Microsoft Error Reporting's core executable, but is there a system command to kill it? Thanks

Member Avatar for sknake
-1
334
Member Avatar for NargalaX

How would I write if x is lower than y then do this?? Like if(x == 50 or lower){ y = 5; } else{ y = 2; }

Member Avatar for sknake
0
105