Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K
~12.6K People Reached
Member Avatar for thijscream

can someone explain to me how to put the current time into a tekstbox... i'm totaly new with this language and need to finish a program before school starts again. it should be like this: if i push button "BtnStart" then current time should be inputted in "textbox1" if i …

Member Avatar for HaxNain
0
7K
Member Avatar for charlie81

My assignment is to write a C# program that computes weekly pay for an employee. Input the number of hours worked. The employee receives 7.50 per hour for the first 40 hours worked and 11.25 per hour for each additional hour. Create Test data before coding and running the program. …

Member Avatar for derea.tadea
0
1K
Member Avatar for hollystyles

I'm playing around with c# cos I was bored and I wanted to have a go at making a simple windows service that spits out a quote of the day if you telnet on a certain port. I have it working but I'm not sure of the best way to …

Member Avatar for AlanJay
0
1K
Member Avatar for ronicasingh

Hello guys, I hope someone can assist me here. I got an interview with a company that develops software for casino games and such. Any one has any tips, ideas, advice, for someone to be interviewed as a potential entry-level quality assurer/software tester. RS

Member Avatar for Akill10
0
172
Member Avatar for chsarp_vijay

Hi, I am having an small application which is running in a thread and it is waiting for an event initially. As soon as if i clicked the START button, event will be enabled. From then onwards my entire application is running in WHILE (TRUE) loop. That means that i …

Member Avatar for kataraja5
0
197
Member Avatar for aminit

Hello : How can I by programming, change the encoding of the text file,, I want to open a text file but I couldn't because it's encode in ANSI I want to change it to another encoding type??? Thanks

Member Avatar for GenyPOP
0
187
Member Avatar for chbailey

Very simple question but this has been annoying me for a few days. I have tried quite a few different things to get this working but its starting to piss me off. So basically I am trying to get a simple WPF app to run through a folder, copy some …

Member Avatar for LizR
0
171
Member Avatar for loken

Greetings everyone, Just would like to know, is there such thing as a computer or IT related urban legend and has there been any truth about it. Do mind, it up to you if you believe in such things...As for me, I'm still wandering. ;P

Member Avatar for GrimJack
0
102
Member Avatar for Acidburn

Hey guys, I'm hoping you could explain why this doesnt work: main file [code] using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TemplateApplication { class Program { static void Main(string[] args) { Class1<int> cl = new Class1<int>(); } } } [/code] another template class [code] using System; using System.Collections.Generic; …

Member Avatar for Acidburn
0
72
Member Avatar for alexutza_r_m

Hi, everybody! I am new to this forum. I have a problem with an oriented weighted graph, more precisely, I have to find the shortest path between 2 nodes, but this path should pass through a given intermediary node. For example, I have a graph with 5 nodes, namely A, …

Member Avatar for alexutza_r_m
0
109
Member Avatar for zguidon

Hi everybody, I have a DataBase defined in Access. One column is auto incremented. I am trying to insert a row through a code in C#. I don't include data in the auto incremented column, because it is auto incremented..., but the computer returns that the number of columns does …

Member Avatar for Ken Sharpe
0
396
Member Avatar for gouki2005

So I want to make a calcullator rpn with arralist so Read the comments in the code thas I want to do......Or can you give some advice for the rpn calculator..really I need some help.. [code=csharp] using System; using System.Collections.Generic; using System.Text; using System.Collections; namespace ConsoleApplication9 { class Program { …

Member Avatar for Ken Sharpe
0
93
Member Avatar for dskumar_85

Hai to every one Hai friend's i am new to window;s aplication upto now i had worked in web application , ok now i want to creat a video chatting by using window's application like yahoo messenger , can any one have the idea to create video chat ... if …

Member Avatar for $dunk$
0
76
Member Avatar for coppersony

Hi World! I'd like to get out some data (voice) from WAV files in C#. I have to use the data as a double. I searched for the solution for hours, but I haven't found any useful stuff. :( Could anyone give me any idea how to do that? Is …

Member Avatar for coppersony
0
111
Member Avatar for SelArom

when working with strings, I can check if it has a value by doing something like if (s == "") but how do I accomplish this with integers? I thought maybe initializing to a dummy value like 0 or -1, but what if those values might be valid? should I …

Member Avatar for SelArom
0
266
Member Avatar for sidharthrshah

Hi, I have a legacy application in vc++ 6.0 which communicates to a server. The server follows c++ data types. I want to convert my legacy application to c#. Now I am facing some conversion issues. The server accepts data in binary format. But when I declare a char data …

Member Avatar for alc6379
0
251
Member Avatar for isiebe

Hey, I've made a nice class Tween, and any control on the form can call it like this: Tween tw = new Tween(btn_generate, "height", 40, 0.4, "easeOut"); BUT, would it be possible to call the tween function like this: btn_generate.Tween("height", 40, 0.4, "easeOut"); That would be a huge improvement tnx

Member Avatar for $dunk$
0
72
Member Avatar for it2051229

I'm reading a text file using a stream read and my code goes like this [ICODE] FileStream file = new FileStream("c:/data/theData.txt", FileMode.Open, FileAccess.Read); StreamReader streamReader = new StreamReader(file); // read the content of the first line of the data text file String line = streamReader.ReadLine(); while (line != "") { …

Member Avatar for $dunk$
0
103
Member Avatar for dmkp

Hi I have a quick question, I tried asking on the MSDN forums and they were no help. I am wondering how I may protect my DLL files from being used by other people. By "used" I mean, referenced/imported or whatever into projects and the functions and variables inside used. …

Member Avatar for dmkp
0
83
Member Avatar for bhavna_816

I have a function which have return type DataRow and the parameters for the fucntion are the parameters for the stored procedure. I have to execute the Stored Procedure with given parameters and populate the datarow so that the return will be the populated DataRow with the output of the …

Member Avatar for razool
0
331
Member Avatar for weasel7711

I am writing a program for a class (group project) that is a math quiz game for students. Each form is a new question so I have forms named Question1.cs, Question2.cs, etc. There are three choices and if the user selects the right choice, its easy enough to close/hide the …

Member Avatar for $dunk$
0
118