Click here to Skip to main content
15,895,423 members
Home / Discussions / C#
   

C#

 
AnswerRe: Sql Problem!! Pin
Abhijit Jana30-Apr-09 22:51
professionalAbhijit Jana30-Apr-09 22:51 
AnswerRe: Sql Problem!! Pin
fly90430-Apr-09 23:21
fly90430-Apr-09 23:21 
QuestionString to Dataset? Pin
nabilg30-Apr-09 21:28
nabilg30-Apr-09 21:28 
AnswerRe: String to Dataset? Pin
HuntingWabbits30-Apr-09 23:28
HuntingWabbits30-Apr-09 23:28 
AnswerRe: String to Dataset? Pin
Mycroft Holmes1-May-09 2:21
professionalMycroft Holmes1-May-09 2:21 
QuestionGreat NMS tool Pin
gvgohome30-Apr-09 16:50
gvgohome30-Apr-09 16:50 
AnswerRe: Great NMS tool Pin
Christian Graus30-Apr-09 19:14
protectorChristian Graus30-Apr-09 19:14 
QuestionAsk about table in C#? Pin
Johnscorta30-Apr-09 15:58
Johnscorta30-Apr-09 15:58 
I'm making a small game, but because I'm new to VS C# .NET, so I need help Smile | :) please look at this form:
http://picasaweb.google.com/lh/photo/49JsG9IIMP9ByRsjSrxZFg?feat=directlink
There's a table with rows, and columns. Two ( 2) button: Add Row and Add Column. How to do( how to code?): - when user click Add Row button, my program add one( 1) row, with the same height with other rows. - when user click Add Column button, add one column, with the same width. - In my program has an Array: a[r][c], r: number of row, c: number of column. Of course that r and c can not be greater than 500( or somethings like that, because I do not intend to show more than 200s rows or columns). When click on Cell at position row 10, column 4, that Cell will change color to black. And If user press a number-key, a[9][3]= that number. For example, in that pic I showed, it's 9. Should I use TableLayoutPanel, or other Control? Thanks!
AnswerRe: Ask about table in C#? Pin
_Maxxx_30-Apr-09 16:33
professional_Maxxx_30-Apr-09 16:33 
GeneralRe: Ask about table in C#? Pin
Johnscorta30-Apr-09 18:00
Johnscorta30-Apr-09 18:00 
GeneralRe: Ask about table in C#? Pin
Johnscorta30-Apr-09 18:18
Johnscorta30-Apr-09 18:18 
GeneralRe: Ask about table in C#? Pin
_Maxxx_30-Apr-09 19:47
professional_Maxxx_30-Apr-09 19:47 
QuestionHashtable problem in VisualStudio 08 C# Pin
msheekhah30-Apr-09 14:43
msheekhah30-Apr-09 14:43 
AnswerRe: Hashtable problem in VisualStudio 08 C# Pin
Member 103390730-Apr-09 22:35
Member 103390730-Apr-09 22:35 
GeneralRe: Hashtable problem in VisualStudio 08 C# Pin
msheekhah30-Apr-09 22:43
msheekhah30-Apr-09 22:43 
GeneralRe: Hashtable problem in VisualStudio 08 C# Pin
Member 103390730-Apr-09 23:05
Member 103390730-Apr-09 23:05 
GeneralRe: Hashtable problem in VisualStudio 08 C# Pin
msheekhah30-Apr-09 23:05
msheekhah30-Apr-09 23:05 
GeneralRe: Hashtable problem in VisualStudio 08 C# Pin
Henry Minute1-May-09 1:12
Henry Minute1-May-09 1:12 
QuestionExcluding Activeds and ADODB from the setup project creating problem while installing the application on other machine Pin
prateeksj30-Apr-09 14:13
prateeksj30-Apr-09 14:13 
AnswerRe: Excluding Activeds and ADODB from the setup project creating problem while installing the application on other machine Pin
Mycroft Holmes30-Apr-09 15:27
professionalMycroft Holmes30-Apr-09 15:27 
QuestionWeird Security Error when shelling out to managed exe Pin
snakewine30-Apr-09 14:00
snakewine30-Apr-09 14:00 
QuestionSingleton Pattern : Using a single dataSet in all over of application. Pin
hdv21230-Apr-09 12:07
hdv21230-Apr-09 12:07 
GeneralRe: Singleton Pattern : Using a single dataSet in all over of application. Pin
Rolando CC30-Apr-09 12:47
professionalRolando CC30-Apr-09 12:47 
AnswerRe: Singleton Pattern : Using a single dataSet in all over of application. Pin
PIEBALDconsult30-Apr-09 13:00
mvePIEBALDconsult30-Apr-09 13:00 
GeneralRe: Singleton Pattern : Using a single dataSet in all over of application. Pin
Mycroft Holmes30-Apr-09 15:32
professionalMycroft Holmes30-Apr-09 15:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.