Posts
 
Reputation
Joined
Last Seen
Ranked #121
Strength to Increase Rep
+11
Strength to Decrease Rep
-2
84% Quality Score
Upvotes Received
115
Posts with Upvotes
101
Upvoting Members
68
Downvotes Received
18
Posts with Downvotes
14
Downvoting Members
18
55 Commented Posts
~322.42K People Reached
About Me

23 year old software developer from Edmonton, Alberta. Right now I am developing embedded FPGA, PLC, and real time OS systems that integrate with .Net (C# and VB.Net) applications for monitoring,recording, and control.

Interests
Guitar, Weed, and Learning
PC Specs
Hardware changes too fast for me to bother keeping up.
Favorite Tags
Member Avatar for skatamatic

When working with TCP client sockets I often find myself frustrated with the lack of event-driven support. I usually end up writing a whole bunch of code to determine disconnects, reconnecting, etc and I figuired it's time to just write my own class for this stuff. I figuired I'd share …

Member Avatar for Alejandro_8
6
9K
Member Avatar for samaru

Just curious. Hehe, I was thinking about this the other day and now I'm wondering what all you fellow coders out there have done. So what's the HARDEST most complicated program you've written? It doesn't have to be efficient, heck, it can all be spaghetti code. The hardest thing I've …

Member Avatar for Fest3er
0
3K
Member Avatar for chait_anya

hi can somebody tell me how to call dll made in c# project in the vc++ (VC 6.0) project??? the detail example of vc++ code would help me a lot. thanx n regards. chaitanya.

Member Avatar for Sajid_11
0
997
Member Avatar for pseudorandom21

Anyone know of a way to obtain an MD5 checksum of a file (through HTTP) before downloading it through HTTP?

Member Avatar for Reinhard_1
0
6K
Member Avatar for Batch Devil

I was wondering if it is possible to make [I]an online multi-player game server preferably in batch.[/I] I am hoping to make a PowerPoint game that can be multi-player with the help of batch. Also even answers that do not suit my requirements fully will help, because i am 11 …

Member Avatar for Jaxonpoop123
0
2K
Member Avatar for ddanbe

Sometimes you only want to enter numeric data in a textbox. You have two options here : Let a user type whatever he/she wants into a textbox, validate the input and show him or her an annoying message that he/she has done something wrong.:angry: Or: capture the key before input, …

Member Avatar for noface0711
1
3K
Member Avatar for jasminee

The objective of this program is to create a drawing program that allows the user to select colors to use and objects to draw. The user will select a colored object to indicate which colors to use for drawing. A second set of objects will display objects the program will …

Member Avatar for ddanbe
0
285
Member Avatar for Indianblues

Hi , I want to add a new item to combibox at runtime. Actually in my form i am having a textbox,combobox and a button. After entering item name in textbox and then clicking on button, the new item has to added to the combobox items list. Thanks in advance

Member Avatar for Shubhamrs8055
0
1K
Member Avatar for awesomelemonade

here is how it goes, I played it on tnbforum.com ask a stupid question, get a stupid answer for example, why do dinosaurs lay eggs cause they are permanent why don't you lay eggs ...and so on I'll start why is the sky blue?

Member Avatar for Slavi
1
2K
Member Avatar for VIeditorlover

Hi everybody, I'd like to ask you if there are some ways how to protect .NET exe and dlls against decompilation. [B]I am not interested in any form of obfuscation[/B], only methods based on (or equivalent to) compiling traditional compilers to machine language. There doesn't matter if commercial or open …

Member Avatar for JOSheaIV
1
1K
Member Avatar for sknake

Here is a sample code snippet of logging in a user against a user table in an MSSQL database with password encryption. Scott Knake

Member Avatar for pritaeas
10
7K
Member Avatar for Chair

Hi, can someone pls help me. I'm trying to pass the name of the user who logs in from a login form and display his/her name on a Main form. I'm using get{} and set{}. My problem is with the function I'm trying to create to return the name of …

Member Avatar for pritaeas
1
9K
Member Avatar for Doctor Inferno

[b]TEAM A[/b]: includes members whose BC username start with A C E G I K M O Q S U V W [b]TEAM B[/b]: includes members whose BC username start with B D F H J L N P R T X Y Z [b]SCORE Board[/b] Team A: 4 Team …

Member Avatar for cproger
9
45K
Member Avatar for king03

ok so here is what my code does, when you click sign up it will then open a new form wherein you can create your account by putting a username and password, after that it will save your username and password to the debug folder inside bin folder. the saved …

Member Avatar for odai.khateeb
0
3K
Member Avatar for Tortura

Hi, I want to serialze an object. I use the binary formatter because it's a very complex object. I solved a lot of SerializationExceptions, but there are two that I don't understand or know how to handle. It says "The type "Ivi.Visa.Interop.FormattedIO488Class" in assembly "Ivi.Visa.Interop, Version=3.2.0.0, Culture=neutral, PublicKeyToken=a128c98f1d7717c1" is not …

Member Avatar for skatamatic
0
183
Member Avatar for richjohn.bulante

hi, good day . ahmmm, i have a problem in terms of adding a technology which is biometrics in our project, can you please help me on how to code the finger biometric in our online website my front end is asp.net and my back end is sql database. and …

Member Avatar for richjohn.bulante
0
142
Member Avatar for Tim202

Hi, I am working on .Net windows application (UI) which has 8 panels and one big panel where user can drag and drop video cards on to those panels and video will be rendered from the another applicatin(Server Application). when video is rendering on all the panels cpu using toggle …

Member Avatar for skatamatic
0
159
Member Avatar for anisha.silva

Hi can you only tell how can i implement the below part. i created a class for TM(implementing :IComponent interface ) and another class called Process(implementing :IContainer interface) and created P1 and P2 are instances of Process class. and A B A' B' as instances of TM. is this correct? …

Member Avatar for skatamatic
0
153
Member Avatar for Andy90

Hello all, I am learning new stuff in c#! I want to know how to increase computer sound when user hits a button. The user will hit the key only once, the volume should increase from 1% to 100% (the increase in volume should not be sudden, it should be …

Member Avatar for nmaillet
0
143
Member Avatar for RobLockett

I have a class library that is responsible for generating reports. Each report consists of the following: - Header - Body - Footer Some of the reports have the same header / footer. None of the reports have the same body. The body component is generated by taking a parameter …

Member Avatar for Momerath
0
154
Member Avatar for anisha.silva

I have a component TM and it ‘s responsibility is divided to A and B. there is another component query client. Between these component there Is an async communication. I represented the query client and the TM as classes how do I represent the Async communication?

Member Avatar for anisha.silva
0
258
Member Avatar for TIM_M_91

Ok So I have two classes that share the same instance variables, the variables have been declared in 'Dog', however I cannot seem to get the instances to work within my other class 'DogChorus'. Therefore what must I do to get the instances to work within 'DogChorus' constructors? The variables …

Member Avatar for skatamatic
0
244
Member Avatar for silvercats

Let's say connection 1's speed is 1.5Mb/ps and its latency is 100ms,connection 2 is 1.5Mb/ps and latency is 200. what is the direct connection of latency to speed? if we download something using both connections ,speed is same and gaming (counter strike for example) is impossible with higer latency. but …

Member Avatar for goatnetworking
0
267
Member Avatar for LateNightCoder

Hi there, In my program i have given the user the possibillity to add new buttons to the form I then serialize the form to a xml file so it is saved. Any data that is edited while the program is running will be saved (for example user edits the …

Member Avatar for LateNightCoder
0
254
Member Avatar for samsylvestertty

Hi Friends, I have created a small C# program to "SendKeys" to the active application. I use it to automate the cheat code typing for games. I have assigned cheats to some keys in the keyboard. Problem is the `SendKeys.Send()` works with notepad (i've tested) but not working with GTA …

Member Avatar for samsylvestertty
0
371
Member Avatar for Mike Askew

I'm after some advice really. I wish to create an application for myself and a friend using DropBox as a means to store and sync a CSV with data in. Is it possible to programatically search through a computers directory to locate folder called 'Dropbox' without hardcoding its location? If …

Member Avatar for Cap'nKirk
0
145
Member Avatar for VasquezPL

Hi guys, I really don't know how to list the content of that box in AD. Can you give me some hints - I found none so far :( ![security](/attachments/large/3/security.jpg "security") Thx for your help!

Member Avatar for VasquezPL
0
269
Member Avatar for Sciprios

Hello all, I have recently ran into the issue of not knowing how to pass variables between forms. Basically this is what I have: Main_Form which calls Add_New_Student. When a button (btn_Create_User) is pressed on Add_New_Student I want to close Add_New_Student and pass the variable to Main_Form. I have had …

Member Avatar for skatamatic
0
176
Member Avatar for Rubinder singh

I am making a project on Visual Studio 2010 and i want to add some Stylish and Glassy Buttons to it so plz how can i do this ? if i could get some already made Buttons or i can make them myself .............. Thnks :)

Member Avatar for skatamatic
0
313
Member Avatar for TyroneDavis

Can anyone recommend any software that can be used to combat software piracy?

Member Avatar for Techjunkie1900
0
110