Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
78% Quality Score
Upvotes Received
3
Posts with Upvotes
2
Upvoting Members
3
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #20.4K
~4K People Reached
Favorite Tags
Member Avatar for fafa70

hi. i have a piece of code that i wanna know that in how many miliseconds it would be run. Public Sub TurnLeft(ByVal speed As Single) Dim timer As Single If Not IsNothing(Me._DriveActor) Then 'command below Me._DriveActor.Turn(speed) End If End Sub i know that we have timer class but you …

Member Avatar for fafa70
0
125
Member Avatar for shajis001

Hello, After a long time am back to coding,Actually i want to create a calculator ,it will work like drag and drop the text file to the RICHTEXTBOX and i want to get the output on the TEXTBOX1. It will come like randomly " 12+13-7+8-23+7 " like this on 123.txt …

Member Avatar for Momerath
0
310
Member Avatar for Thethief92

Can anybody please help me with these questions. I have an upcoming exam, and I'm sure this question will appear. Thank You. (a) What is exception handling? (b) Write a C# code segment that demonstrates how to catch an exception when a String variable cannot be converted to an Integer …

Member Avatar for skatamatic
0
100
Member Avatar for FraidaL

This code is supposed to find the nth prime number (n being input by the user). I have the code to calculate whether a number is prime or not, but I don't know how to get the code to display the nth prime number. #include <iostream> using namespace std; void …

Member Avatar for WaltP
0
1K
Member Avatar for codechrysalis

So I have not generated the event for the picturebox but lets say the picture box is "private void pictureBox2_BeverageItems" followed by curly bracelts . I have been looking all over and couldnt find a correct implementation my guess is to probably use "streamreader" but im still fairly new to …

Member Avatar for CeilingSpy
0
1K
Member Avatar for oldezwe

There are x number of users. Every time a user clicks a button, they give another random user a high-five. They get rewarded for giving the other user a high 5, and there is then an increase in the potential for them to receive a high five from others. Each …

Member Avatar for Philippe.Lahaie
0
153
Member Avatar for Yamadron

Hello.. I am creating Contact Book Application.. and I am now having a problem while writing this information to an XML File... I get "[COLOR="Red"]Root Element is Missing[/COLOR]" that crashes the application while using XmlDocument.Load to load a Stream Simply it should save all the changes when closing the form... …

Member Avatar for CeilingSpy
0
1K
Member Avatar for lxXTaCoXxl

I'm trying to develop a method that resizes the font of a label on the form by 0.25f each time the size changes by 1. I'm thinking create a ratio or do some math about the font size based on the form size like i do with other controls.

Member Avatar for CeilingSpy
0
179
Member Avatar for navi18

I have 2 forms named form1 and form2.In form1 there is a combobox which is popuplated with data using Model view Architecture.In form2,I add new entry in combobox but my form1 does not show the new entry..When i run the project again,it shows the new entry..How to refresh form1?

Member Avatar for CeilingSpy
0
92