Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
7 Endorsements
Ranked #260
Ranked #2K
~19.7K People Reached
About Me

IT Proffesional

PC Specs
Home Brew AMD
Favorite Tags
Member Avatar for hxn xfir
Re: Help

Using loop print the following output on console. 1 121 12321 1234321 123454321 1234321 12321 121 1

Member Avatar for JOSheaIV
0
798
Member Avatar for angel06

Hello would someone please help me with my program, I'm stuck all day with this thing. The program runs, but I think the problem is a logical error. The fraction 1/4 + 2 1/2 should be equal to 2 3/4 but the program's result is 2 3/8. Another thing is …

Member Avatar for Venjense
0
220
Member Avatar for serkan sendur
Member Avatar for alokgolu
0
281
Member Avatar for kent5244

Hi, I have some basic knowledge in programming however it is not enough to solve the problem I faced currently. So I would like to ask for the pros for guild and help. I have attached the print screen of my program's GUI 1)From the GUI, the combobox next to …

Member Avatar for kent5244
0
2K
Member Avatar for CrazyProgrammer

Hi, how does one end a thread when it is done eg i have a program the when u press a button it starts a thread, this thread performs a set of instructions and then when it is done it it finished how do you end a thread then when …

Member Avatar for Venjense
0
90
Member Avatar for jonnod123

Hi All, Just a quick question to see what others think is the best preactise... You have an Windows application that connects to a SQL Server DB. You use a dataset to represent the database locally. Is it better to write queries locally in your dataset, or in SQL Server …

Member Avatar for jonnod123
0
91
Member Avatar for JannuBl22t

Hello! I have this code: [CODE] Thread[] array = new Thread[size]; Checker[] myclass = new Checker[size]; ThreadStart[] startth = new ThreadStart[size]; int limit = totalitem / size; for (int k = 0; k < size; k++) { myclass[k] = new Checker(this); myclass[k].pattern = pattern; startth[k] = delegate { myclass[k].DoChecking(limit * …

Member Avatar for Venjense
0
88
Member Avatar for Drakarus

I am having problems finding out how to remove everything from a List. [CODE=C#] //Creating new List List<Number> ThisList = new List<Number>(); [/CODE] Once it is populated and I have got it to display how do i remove all the contents within the list so i can use it to …

Member Avatar for Drakarus
0
5K
Member Avatar for james6754

Hi all...could anyone please tell me how when working with arrays you could use a forach loop to output the number of a certain item... for instance...if i wanted to find out the number of 5's in an array...could i use a foreach loop to find that out? Thanks

Member Avatar for Venjense
0
117
Member Avatar for SeekAnswers

Good day, I have been trying to add a new record to the Access Database that has already been connected to the Visual Basic Application (Using Visual Studio 2005) that I have been developing, using the DataSource and the DataAdapter objects, though I'm able to add an Insert query and …

Member Avatar for kei1412
0
530
Member Avatar for johndoe444

Hi, I came across this code snippet: [CODE]new { genre = genreName }[/CODE] I am not sure what is the name of this thing and how this thing works? Thanks

Member Avatar for kvprajapati
0
96
Member Avatar for moist

hi there ... i need some help .. i m doing a windows service ... it involve capturing pic for the user using the computer every 60 sec interval... i have create a timer and allow it to take every 60 sec and save into the folder... beside tt .. …

Member Avatar for Venjense
0
171
Member Avatar for c12345n

I have a solution with many projects (assembled sepparetely), all works fine, but I want merge all because i want make only one project (I want it more secure without reflection to make obfuscation process). In process of integration anything appear not be assigned correctly. - I want run unified …

Member Avatar for Venjense
0
170
Member Avatar for magsaleh

Dear all, I have something very weird, never experienced it before with c# express edition - i have a piece of selection query that selects all the records within a specific month. - this query works very fine in msaccess, but doesnt work in the run time in c#. so …

Member Avatar for Venjense
0
150
Member Avatar for SebFr

Hi, I want to be able to call a Javascript file from a C# Windows Application. This is just a stand alone C# application. What I want to be able to do is to execute this JavaScript file, think of it as a function, and be able to pass parameters …

Member Avatar for kvprajapati
0
2K
Member Avatar for scorpio222

hi. i am creating a new csv file pro grammatically in C# where i am going to take values from a csv file that is already present with me. consisder this csv file, firstname,lastname,middle,company,email xxxxxx,xxxxxxx,xxxxx,xxxxxxx,xxxxx yyyyyy,yyyyyy,yyyyyy,yyyyyy,yyyyyy zzzzzz,zzzzzz,zzzzzz,zzzzzz,zzzzzz I need to read certain values from each row of this file and …

Member Avatar for scorpio222
0
193
Member Avatar for farsen

Hi. I have this kind of common problem, but cant find a solution for it after many google searches. What i want is this: [CODE] ArrayList items = new ArrayList(); items.add(item1); //the item object contains several properties items.add(item2); items.add(item3); foreach (item i in items) { Create and edit a new …

Member Avatar for Venjense
0
183
Member Avatar for datk0m

Hi to everyone here! I'm a newbie! I just wanna ask help from you especially from the administrator regarding my machine problem..... I am asked by my proffesor to create a slot machine program. This is how it goes... The simulation starts by presenting the player with a menu of …

Member Avatar for whgeiger
0
1K
Member Avatar for mirage00

I am trying to make my home machine a webserver for a project I am working on. Here is my configuration Windows XP Professional Linksys Router I set up my IIS server 5.1 to listen the default web browser on port 200. I have also tried 1000 8000 9000 2333 …

Member Avatar for vicepre
0
3K
Member Avatar for joywena

im a newbie in c# well, our professor asked us to: Write a program in c# to print a triangle composed of a symbol. The number of of lines in the triangle and the symbol should be entered as an input from a user. Example: [CODE]Enter the number of lines: …

Member Avatar for Venjense
0
98
Member Avatar for vishwanatha

Hi all, Can anyone help me how detect USB using ASP.NET with C#. I need this one specifically in ASP.Net

Member Avatar for brijesh mehta
0
81
Member Avatar for Toulinwoek

Does anyone know if this is possible, and if so, how to do it? I want to open a child form within an MDI parent. If I close that form, then open it again, it's position is offset (as if cascading). Is there some way to preset (or reset) the …

Member Avatar for Venjense
0
354
Member Avatar for DoubleShot

HELP! I am trying to write a database app with three tables. I have figured out how to connect to my database with oledbconnect. From there I am confused as to how to get a select command to work. I have found plenty of info on selecting data from one …

Member Avatar for Venjense
0
137
Member Avatar for khusani

Hey all, I got this problem regarding storing array of bytes (Length=589824) inside an XML document. i tried using a memory stream and it did not work. i also tried the following lines of code: System.Text.Encoding.UTF8.GetString(Memory Stream.ToArray()); System.Text.Encoding.UTF8.GetString(byte[]); the result was an empty string resulting inside the XML. NOTE: i …

Member Avatar for Venjense
0
110
Member Avatar for PascalRookie

This is due tomorrow, and i am absoltuly lost, can anyone help with some examples or point in the right direction, MANY THANKS for any help Mathematician Stanislav Ulam proposed that any positive integer would reduce to 1 if the following algorithm was repeated a sufficient number of times. If …

Member Avatar for ediehm
0
324
Member Avatar for kitakits

Hey there can anybody help me look for a copy or program a simulation of a Round Robin Algorithm... The program should accept the following from the user... 1) Quantum Time 2) Burst Time 3) Arrival Time 4) The number of Jobs.. If you can... please help everyone else avail …

Member Avatar for alc6379
0
730
Member Avatar for CoderWannaBe

Hi all -- I'm so glad to have found this site. I hope I'm able to learn and (once I get some experience) help those on this board. My question..... I'm a stay at home mom currently and started going to school for computer (Information Technology). When I worked in …

Member Avatar for CoderWannaBe
0
134
Member Avatar for BeyerCorpuz

I am starting out in programmming. I want to be a programmer as a career. I want to learn both Visual basic and Web Development(i.e. javascript and Html). Which language would be the best intial language to learn to get the most education as a programmer. I also want to …

Member Avatar for pAiNtBaLlEr06
-1
344
Member Avatar for Kimmi

Hi, it's been quite a while since my last post ;) I know the user would be prompted to key in the new time and date if "time" and "date" are keyed in via DOS command prompt. Hm, just wondering, is it possible that I can have a .bat file …

Member Avatar for Venjense
0
99
Member Avatar for MGM

Most of you reading this are probably going like "damnit! agaian!?!" Sorry, but to tell you the truth ive already read about 6-8 threads on this exact topic, but they were kinda old. I decided to make a new thread to see if you guys have changed your minds in …

Member Avatar for samaru
0
703