Posts
 
Reputation
Joined
Last Seen
Ranked #148
Strength to Increase Rep
+9
Strength to Decrease Rep
-2
98% Quality Score
Upvotes Received
64
Posts with Upvotes
57
Upvoting Members
36
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
41 Commented Posts
9 Endorsements
Ranked #222
Ranked #234
~98.6K People Reached
Interests
music (guitar,piano)
Favorite Tags
Member Avatar for ddanbe

How can I remove the selection triangle in the rowheader of a DataGridView? I looked here, I googled, MSDN etc. Perhaps I overlooked it on how to do it because it is such a huge class. The only thing I have right now is the [B]ShowEditingIcon [/B]property. When set to …

Member Avatar for ddanbe
0
1K
Member Avatar for phephe

Hi, I am having trouble writing the code to work for my C# .Net assignment. I already design the form and now I have to get the code to work for my program. The problem I am having is if I put a number in my design form other than …

Member Avatar for Armen_2
0
2K
Member Avatar for LuaMan

I am working on a folder maze generator, where you press [Generate] and in the folder that the application is in, 2 folders are created, named 1, and 2. In each of those folders is up to 4 folders. This is supposed to continue until there is a max of …

Member Avatar for brady1239
0
536
Member Avatar for perrytje

Hello! I'm trying to code a C# server for flash apps, and I'm currently working on a broadcast function. When flash clients connect to the server they are added to the connClients list (List<TcpClient>), and with the following function I send the stuff to my flash apps: [CODE] public void …

Member Avatar for Ketsuekiame
0
615
Member Avatar for Violet_82

HI all, I was wondering if anybody can help me to understand this exercise: "A small airline has just purchased a computer for its new automated reservation system. Write an application to assign seas on each flight of the airline's only plane (capacity: 10 seats). Your application should display the …

Member Avatar for Violet_82
0
7K
Member Avatar for nova4005

Hello everyone, I am sure the dice game has been discussed numerous times on here. I am hoping to get some feedback on my take of the dice game. This was a homework assignment and I have completed the requirements. I am just wanting to see where I could have …

Member Avatar for JamesCherrill
1
233
Member Avatar for hwoarang69

ok so i kind of know how to restart but the problem is that when ever i restart my animation get faster and faster. so i have main.java and alot of other objects. so one class for player one for player one for background etc... public class main exteds JApplet …

Member Avatar for hwoarang69
0
552
Member Avatar for bobit

I have to: **write a class encapsulating a sports game, which inherits from Game. Where the game has the following additional attributes: whether the game is a team or individual game, and whether the game can end in a tie. ** I am not familiar with inheritance and am wondering …

Member Avatar for JamesCherrill
0
2K
Member Avatar for prnjn

Hi I have to develope video chatting application for my major project. I have 45 days in hand. How can i use applet in dynamic web project of java servelt for displaying video ? How can i make applet to be used on client's browser. what is the way to …

Member Avatar for Antenka
0
296
Member Avatar for glad024

hey guys just need some help here..i don't know how program it in C#.. i need a class file in C# using Microsoft Visual Studio 2008 that will save inputted data to the MySQL database..and also a class file that will transfer data from a table to another table in …

Member Avatar for ChrisHunter
0
377
Member Avatar for john_beginner

hello all how can i clear the DOS screen through java program i hava search so many web site but i can't found the proper ans. thanx in advance [:)]

Member Avatar for stultuske
0
12K
Member Avatar for pilsdumps

Hi, I've a unit test for a protected method that contains a ref parameter. The method to test looks like this: [CODE] protected void Select(ref int? intReturnValue, ModelBase modelbase) { ...some code.... //add the return value SqlParameter paramReturn = new SqlParameter("@ReturnValue", 0); paramReturn.Direction = ParameterDirection.ReturnValue; sqlComm.Parameters.Add(paramReturn); //run the proc sqlConn.Open(); …

Member Avatar for BWPro
0
2K
Member Avatar for D19ERY

write, compile and test a short program to read in a list of 10 positive numbers which also determines and prints out the largest number. here's what i've got so far. but how do i change it in order for it to accept a positive number only? [CODE]using System; using …

Member Avatar for skatamatic
0
138
Member Avatar for nickg21

Hey everyone, my issue is a little strange, I have a form that has checkboxes, and depending on the selection, a textbox might appear for further info. I want to loop through the controls that have been selected, if it's only a checkbox than just add the Value of the …

Member Avatar for DcFreefall
0
348
Member Avatar for laghaterohan

I have 2 Listboxes say ListBox1 and ListBox2. After unzipping the folder the files are listed in the ListBox1 . Then the user can select multiple files using ctrl button and then click on Add button whereby the users can transfer the selected files to ListBox2 . How can i …

Member Avatar for vongkol
0
601
Member Avatar for ZER09

Hello to all I am playing with c# this past week, because i want to learn this language. Now i have a question about my with my program. First i have a 1 MDIparent form and 1 MDIchild form with one text box on it, then in the MDIparent I …

Member Avatar for ZER09
0
684
Member Avatar for Srcee

Hi, I am a beginner (not a total beginner though) in C#. I am writing here because I want someone to give me advice on what to program in my free time in order to learn C# more. For example, I know how to zip/unzip files, read/write from xml files, …

Member Avatar for berniefitz
0
188
Member Avatar for zachattack05

I'm having a problem with using the table adapters to accomplish this and was wondering if someone might know of something I could be doing wrong. The scenario is this: Adding a new record to the underlying SQL database in this case requires that both a record exist in TableA …

Member Avatar for zachattack05
0
169
Member Avatar for tarekwarak

Hi ; can any one help me to find the algorithm written in c# to convert boolean query form post-fix to infix notation like example : infix : Tony and George post-fix : Tong George and example 2 : infix : Tony and George or Lona post-fix : Tong George …

Member Avatar for Antenka
0
81
Member Avatar for rexdon

by default i want to ask the user to enter text in textbox in pattern: _x_____. for example : 0x81A00. User should be able to allow both [B]numeric [/B]and [B]alphabet[/B]. for this i used TextBox.Mask="0x00000"; but this allows user to enter only numeric values..but i need to enter alphabet also.

Member Avatar for Munnazz
0
323
Member Avatar for kavi4u

hi... i started using c # .net now only... i am new t this.... i have a doubt.. can anyone help me ? here is my question i am writing a function in one form to add the values into the combo box from the table, i am using the …

Member Avatar for Munnazz
0
94
Member Avatar for //Gonz

Hello daniweb chums I once again cannot seems to get a simple bit of text box validation working I am trying to detect if a first name entered contains a number by converting the text box text into a char array and then convert each character entered (using a for …

Member Avatar for Antenka
0
258
Member Avatar for jboy1803

Hey everyone, I am in the midst of creating a very basic auction site using C#. Only been learning the language for 3 months so still very much getting used to it and finding out new things everyday. I am using a local database to store my data and want …

Member Avatar for Antenka
0
97
Member Avatar for Enrique Nivasch

Hello, I am trying to invoke a method that sits in an object that is in a different namespace than the namespace that is doing the call. My problem is that the called object name is not known by the caller. I have prepared two examples that show what my …

Member Avatar for Antenka
0
228
Member Avatar for TrueCoding

Hi Im currently a student trying to figure out how to search a 2D Array in C#. The program that Im trying to make is an Address Book. Basically I want to search the array for a keyword such as "First Name", I then want to be able to print …

Member Avatar for Antenka
0
370
Member Avatar for jsmall26

So I know coldfusion, so I'll post it like this... Whats the best ASP.net example of this coldfusion code? [CODE]<cfset mylist="red,blue,yellow,green"> <cfloop list="#mylist#" index="i"> <cfoutput>#i#</cfoutput> <BR> </cfloop>[/CODE] I can't find this example anywhere on the web. Thanks guys!

Member Avatar for Antenka
0
116
Member Avatar for haanjae

hello, i want to show the client's ip and machine name in ListView. Please help, Thank you. i also created code the collection for the listview collection [CODE] class ClientCollection { public string userIpadd { get; set; } public string userPcname { get; set; } public ClientCollection() { } } …

Member Avatar for haanjae
0
1K
Member Avatar for farshadak2004

Hi everyone: I am building a dictionary(translator) . My dictionary is completed, now I want to add some feature to it. I want to add a feature that once the user highlight a word in any application, afte 2 seconds which the mouse is IDLE my dictionary automatically COPY and …

Member Avatar for skatamatic
0
308
Member Avatar for Sumitbhai

Dear Friends, When we goes to menubar of application in focus.The application sends WM_ENTERMENULOOP message to Windows and Menubar is shown to us. When Menubar hides an application sends WM_EXITMENULOOP Message to Windows. Is it possible to detect event when WM_ENTERMENULOOP /WM_EXITMENULOOP message is sent to operating system by an …

Member Avatar for Antenka
0
207
Member Avatar for Jazerix

Hey there :) So, I'm making a small program for my school, and I need to get the names of the printers on the network. If you go to the control panel in windows, it can list the printers on the network, but how would I do that in my …

Member Avatar for Jazerix
0
124