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 #4K
~2K People Reached
Favorite Forums
Member Avatar for terdie

Hi!Good day.this is my first time to post here. Iam using visual c# 2008 and Im new to it.Im developing a system,Ordering/Sales Monitoring and Inventory system as a part of my requirement in school(my thesis). The system that Im working will be used by a company for REAL so Im …

Member Avatar for ddanbe
0
260
Member Avatar for ddanbe

I start a new WindowsApp with Form1 with a Button. Added a form Form2 to my project. In the click event handler of my button I do the following: [CODE=csharp] private void button1_Click(object sender, EventArgs e) { Form2 F = new Form2(); Point P = new Point(500, 500); F.Location = …

Member Avatar for chad701
0
249
Member Avatar for DanyLdon

Hi i will describe my problem. When focus is on TextBox and we press ENTER or ESC then we will hear that sound. I'm trying to disable that. Did any one got that problem before ? I was trying to create my own SilentTextBox which will inherit from TextBox and …

Member Avatar for DdoubleD
0
1K
Member Avatar for Alexar93

hi :) This is my code: [code] public static void ChangeColor(string myObject, string myColor) { myObject.ForeColor = Color.myColor; //This doesnt work, why? } private void button1_Click(object sender, EventArgs e) { ChangeColor("Programming", "PowderBlue"); } [/code] "Programming" is a label I've written many programs in VB but i'm new to C# so …

Member Avatar for serkan sendur
0
96
Member Avatar for jonnytabpni

Hi folks, I'm trying to write an XMLHandler for my epos app. The XML file (which is received by a network stream) will include multiple "operations" which may include updating the product database or opening the cash drawer etc.. My sample XML file looks like this: [CODE]<paypointXML> <op> <command>opendrawer</command> </op> …

Member Avatar for jonnytabpni
0
120
Member Avatar for Delija

I am making a rpg type game. I have stored values inside of an array of class via a textfile. That's all I have done so far... What I need now and have not figured out yet is how to move from one array to the next using my "character". …

Member Avatar for DanyLdon
0
113
Member Avatar for leevs05

I need to create a new form with double combo boxes where listings of the second item combo box depends on the first combo box. The first combo box is CustomerName and the second is Item. I've done the whole dragging of the combo boxes into the form and when …

Member Avatar for lonelyrider
0
104
Member Avatar for sandilian

Hi all. i need help. i have two text boxes in Web application. When i enter data in first textbox second will enable automatically. i have written javascrit of onblur and onchanges and onkeyup event to enable the second textbox, it works fine but the problem is when i copied …

Member Avatar for sandilian
0
104
Member Avatar for leevs05

I have created a new menu that contains individual buttons which is suppose to launch each of the other forms that I had created beforehand. The quotes I've been using to open the new forms after clicking on one of the buttons doesnt seem to work. ANyone got any ideas …

Member Avatar for DanyLdon
0
56