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
Ranked #22.5K
Ranked #4K
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for maurya_alld

Hello, I have created a project in C#.net and I want now that created exe run only once on any particular machine after installation. Can any body told us how to do it. Regards Avadhesh

Member Avatar for LizR
0
2K
Member Avatar for ravviz

Im trying to make a sort of menu and im not sure how to do it. I want it too build the structure from a file and/or input and im not sure what kind of data structure i should save it it. I´ve been thinking about a linked list with …

Member Avatar for sweetyssweeto
0
71
Member Avatar for Uros Bregar

Hi I have created a class that creates another thread. That background thread than creates a tcp client, connects to listener and waits for a message that will be send by the listener. When the message is received, it raises an event and waits for new messages. The problem is …

Member Avatar for Uros Bregar
0
111
Member Avatar for harcaype

hi. im having problems with comparing a string and a string array. I know it should be as simple as something like if(str == strn[0]) and if this is true, it will go to that if block statement. I've tried all kinds of test already and it seems that whether …

Member Avatar for maciek
0
109
Member Avatar for lorentz

Hey! I'm having a problem with printing the content of a multiline textbox in a PDF document created with PDFSharp. I've searched on their site but there's nothing there. The user of my program is able to enter text in a multiline textbox that will be shown in either a …

Member Avatar for lorentz
0
226
Member Avatar for one C# Guy

Im in school and need help with my coding. Teacher is no help so was hoping some one can correct my code. I'm trying to develop a simple inheritance hierarchy that has an abstract base class that includes an abstract method. Abtract Class: Code the abstract base class called MusicPlayer …

Member Avatar for sweetyssweeto
0
150
Member Avatar for emilio

my form contains user contrors in a matrix spreading like this: [CODE=syntax]Main_Board = new Virtual_Vertex[9,7]; for (int i = 0; i < 9; i++) for (int j = 0; j < 7; j++) { Main_Board[i, j] = new Virtual_Vertex(); Main_Board[i, j].Location = new Point(8+(i*dist), 30+(j*dist)); Main_Board[i, j].VirtualVertexClicked += new VirtualVertexClickedHandler(CreateNewVertex); …

Member Avatar for emilio
0
117
Member Avatar for komadich

Hello, It's been a couple of days now that I've been searching for how to instantiate a certificate store FROM A FILE. X509Store class doesen't have any suitable members. Is it possible at all? Thank you, komadich

Member Avatar for sweetyssweeto
0
57