Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
44% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
3
3 Commented Posts
~83.0K People Reached
About Me

I am new in computer sciences. Love to program but still don't exactly know how to do it :D

Interests
Reading, solving analytical problems, long Drive
PC Specs
Only Windows(XP, 7, Vista),
Favorite Tags
Member Avatar for The Dude

OK -- You take the LAST word of the sentence and make a new sentence. EX: A man lived by the water. The Result: [b]Water[/b] the grass.

Member Avatar for Dani
3
11K
Member Avatar for abelLazm

I found this game on another forum and found it really very interesting lets start it here :) hope everyone will enjoy it Make a wish, and let the next poster give you some bizarre result based upon your wish. Example: I wish I had a million dollars. Reply: "You …

Member Avatar for James_40
8
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 SgtMe

Say something about the avatar of the person above you!!! I'll start...

Member Avatar for cproger
4
2K
Member Avatar for tayspen

This is an on going story, each post adds 3 words to continue the story (no more than three words). Try not to post two times in a row ;) ill start I like this...

Member Avatar for avishek12345
1
4K
Member Avatar for ddanbe

I wanted to draw a 5 pointed star in C# and here is how I finally did it. I leave it as an exercise (some hints are given in the code) to work out how I did this. It was fun to do (but a bit hard, my trig is …

Member Avatar for ddanbe
1
4K
Member Avatar for abelLazm

Simple game.... Every one will make a sentence containing the word given in the upper post and give a new word to the community. [B]Rules *-NO one post consecutively. *-Words can be repeated after a gap of one month. *-Sentences can't be repeated. *-Sentence should contain at least 4 words. …

Member Avatar for vinnitro
6
1K
Member Avatar for abelLazm

Simple game just give a funny answer of the question in above post and then ask another question [B]Question:[/B] What do you think when you look up in the sky?

Member Avatar for <M/>
2
1K
Member Avatar for gulbano

Hey all, can any one tell me the c# code to detect country from an IP address. Thanks in advance

Member Avatar for mwatson81
0
134
Member Avatar for codeorder

[B]Rules: [LIST] [*] A sentence must contain any 2 words from the previous post. [*] A sentence can only be 5, 6, or 7 words in length. No more, no less. [*] No posting twice in a row. [/LIST][/B] Let's start... [B]In the beginning there was light[/B]

Member Avatar for vinnitro
0
1K
Member Avatar for abelLazm

Lets Start a new game rules are really very simple... every one has to ask a question and others will try to answer. Right answer will get an UpVote... everyone will try until the puzzle gets an answer or gets more than 3 hrs old..... are you ready????? Lets start: …

Member Avatar for Puzzlite
2
852
Member Avatar for abelLazm
Member Avatar for DeanMSands3
0
260
Member Avatar for linux

01010100 01100001 01101100 01101011 00100000 01101001 01101110 00100000 01000010 01101001 01101110 01100001 01110010 01111001 00100001 AKA: Talk in Binary! Don't post the translation of your binary text unless someone asks you too :cheesy:.

Member Avatar for vinnitro
2
1K
Member Avatar for prvnkmr194

Hello Genius I want develop a software which user can download from my website and that software must me use less after specified period, Can any one guide me in right direction what's the logic I have implement to accomplish this task. Thanks

Member Avatar for ddanbe
0
142
Member Avatar for pseudorandom21

Hello all, a lot of times I see C# code written without the use of #region and #endregion, I'm just wondering if there is any reason not to use it, and what are your thoughts on using it. I think it's an amazing feature that lets you clearly identify groups …

Member Avatar for ChrisHunter
1
170
Member Avatar for sourav_kings

Hi experts, I am trying to figure out code working for an auto testing as follows: (in C# code, SQL database used) 1. Check whether database (having credentials) is working fine or down? 2. If working, run a select query in it & check for succesful execution. 3. In any …

Member Avatar for jfarrugia
0
145
Member Avatar for adi.shoukat

Hi, How can I setBounds of a component in percentage of screen size so that the interface looks same on different resolutions. I am using Visual Studio 2008. When I click on a button in designer view it shows me button's properties on right side. There I can set Location …

Member Avatar for adi.shoukat
0
331
Member Avatar for abelLazm

Hey all.... A new game is in with following rules 1-Add your current post count in it 2-A Single person should not post consecutively 3-Next Time you come just add new post which youy haven't added yet. Mean i have added my 291 posts and when i will come back …

Member Avatar for sergent
0
169
Member Avatar for jmurph333

I created a .txt file with 20 lines of text. I need to read a random line. This code works for the most part: [CODE] Random r = new Random(); rand = r.Next(0,20); //rand is a predefined variable StreamReader reader = new StreamReader("Answers.txt"); answer = reader.ReadLine(); string strAllFile = reader.ReadToEnd().Replace("\r\n", …

Member Avatar for abelLazm
0
158
Member Avatar for gulbano

Hey all, I have an assignment which has a part in which i have to reverse a given string. Can any one tell me any code snippets which will reverse the string automatically or refer any built-in function. Thanks in advance

Member Avatar for abelLazm
0
109
Member Avatar for gulbano

Hi I have two forms MainForm and DisplayForm. From MainForm i get the file name on button click and load the form in picturebox placed on display form... Can any one tell me how to do that??? Thanks in advance

Member Avatar for abelLazm
0
125
Member Avatar for gulbano

Hey all Can any one tell me what is the basic difference between events and delegates :) Thanks

Member Avatar for gulbano
0
112
Member Avatar for gulbano

Hey all I have to make a audio player in C# can any one tell me how to play an audio in c# form application ? Thanks in advance

Member Avatar for gulbano
0
88
Member Avatar for gulbano

Hey all, Can anybody tell me what is a stored procedure an what is the difference between a stored procedure and trigger? Thanks In Advance

Member Avatar for gulbano
0
92
Member Avatar for gulbano

Hey all, Is there any way to check the time of insertion of a record. Means if i inserted a record in table on 03/21/2011 14:05:45 00:00 then is there any way to get this time after-wards

Member Avatar for debasisdas
0
110
Member Avatar for abelLazm

Hi, I have a table on two different database servers on server-1 it contains almost 2090 records and on server-2 it is empty i want to copy all the records from server-1 to server-2 both the database servers are identical but on different location and have no relation with each …

Member Avatar for abelLazm
0
130
Member Avatar for gulbano

Hey all, I have two tables one of which contains information about users (id, name ,department, team) and the other table is of team(is, name, leader) i joined users with team and aome other tables to display[B] |team name|Team Leader| Supervisor|department|[/B] etc now i want to add one more column …

Member Avatar for smantscheff
0
72
Member Avatar for gulbano

Hey All, Can any one tell me how two remove duplicate records from a table?

Member Avatar for debasisdas
0
76
Member Avatar for gulbano

Hey all, I am new in SQL my problem is that I have to select one by one to perform certain function can any one tell me how to loop through the records of a table. I have googled it a lot but still not able to sort out this …

Member Avatar for gulbano
0
108