Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Member Avatar for tintincute

Hi I'm very new to programming and I'm learning C# for the first time with no experience. I just finished designing a program which counts the vowels in a sentence. Now I would like to count the vowels while typing it to the text box. I'm wondering what event/events is/are …

Member Avatar for tintincute
0
292
Member Avatar for tintincute

Hi I made a code where user can guess the number. Now I would like to implement the number of tries and I would like that the user will only guess til 3 times. It seems I'm quite lost here. I tried to declare it as constructors but not sure …

Member Avatar for tintincute
0
112
Member Avatar for tintincute

Hi I'm designing a code where one can guess the Magic Number. In my code I have this part here where I declared the randomNumber after the class Form1. (the green mark below). Can somebody tell me what's the name of this part here? Is it static variable? And what …

Member Avatar for kvprajapati
0
77
Member Avatar for tintincute

Hi I'm very new to C# and I'm working on a project in the office where I can practice. At the office I can open the project ok. But if I tried it at home in my own laptop, I'm getting an error. Yesterday I tried to add the reference …

Member Avatar for tintincute
0
93
Member Avatar for tintincute

Hi I'm new to programming and I'm starting to create a simple notepad, with only 4 buttons (Open, Save, New and Font). If I open or save I'm getting an error: This is my code: [CODE]//Declare save as a new SaveFileDailog SaveFileDialog save = new SaveFileDialog(); //Declare filename as a …

Member Avatar for tintincute
0
128
Member Avatar for tintincute

Hi i set up my mail in outlook using IMAP. And I've noticed, whenever I deleted or moved emails to my other folder, I'm seeing this crashed out in the emails. Is there any way I can avoid it this crash out? Thanks

0
57
Member Avatar for tintincute

hi I would like to make a code where I can move items from listbox1 to other listbox2 using the button1(as moving the item to listbox2) and button2(as moving the item to listbox1). I would like that before I click on the items in my listbox1, the button1 will be …

Member Avatar for Ramy Mahrous
0
204
Member Avatar for tintincute

Hi I created a simple code here just to play C# around. It has 3 buttons and 1 panel. If you click on the 2nd & 3rd button the panel height changes. Is that also possible to change the color? For example : If I click on the 2nd button, …

Member Avatar for Narue
0
126
Member Avatar for tintincute

hi I'm doing an exercise from a book, where I created a project called "Example.cs". When I wrote the code, here are the steps involve: 1. Select New Item. This causes the Add New Item dialog to be displayed. Select Code File and then change the name to Example.cs, 2.Next, …

Member Avatar for Ramy Mahrous
0
113
Member Avatar for tintincute

Hi I have a code here: [CODE]public static StringBuilder sb; private static bool isRecording = false; private static bool isWritingDocument = false;[/CODE] I would like to know what is the role of IsRecording here? I know it's a variable. I would like to understand the meaning here Thanks

Member Avatar for tintincute
0
172
Member Avatar for tintincute

Hi I have a code here composed of Array. I would like to know what does this mean here: (please see last 3 lines) What does it mean? Thanks & regards ArrayList numbers = new ArrayList(); string yourValue; Console.WriteLine("Give the value (b to end)"); Console.WriteLine(); do { Console.WriteLine("Give the value:"); …

Member Avatar for tintincute
0
122
Member Avatar for tintincute

hello I wrote a program where I can add the items and if it's more than 250 Euro, 10% discount will be given. I've used the "if-statement" and I just started only with two numbers. Now, I would like to add as many as I can, is there a way …

Member Avatar for dickersonka
0
110
Member Avatar for tintincute

i = 1; while ( i < 10) { j = i * i - 1; k = 2 * j - 1; } I would like to know what's wrong with this code? Is "i" here the loop variable? I'm also not sure what's the function of "j" and …

Member Avatar for MosaicFuneral
0
128
Member Avatar for tintincute

hi I'm new to C# and I didn't have any programming skills. I'm on my third week now and it seems it's quite complex I would like to design a code, where it can determine the word type in the sentence. So, first one must type a sentence and then …

Member Avatar for LizR
0
261