Click here to Skip to main content
16,004,924 members
Home / Discussions / C#
   

C#

 
AnswerRe: select row in Datagridview C# Pin
Rocky#22-Nov-07 0:53
Rocky#22-Nov-07 0:53 
GeneralRe: select row in Datagridview C# Pin
csanda122-Nov-07 1:27
csanda122-Nov-07 1:27 
GeneralRe: select row in Datagridview C# Pin
Rocky#22-Nov-07 1:31
Rocky#22-Nov-07 1:31 
GeneralRe: select row in Datagridview C# Pin
csanda122-Nov-07 1:39
csanda122-Nov-07 1:39 
GeneralRe: select row in Datagridview C# Pin
Andrei Ungureanu22-Nov-07 1:37
Andrei Ungureanu22-Nov-07 1:37 
QuestionGetting Last item in ListBox Pin
phracek22-Nov-07 0:24
phracek22-Nov-07 0:24 
AnswerRe: Getting Last item in ListBox Pin
Andrei Ungureanu22-Nov-07 0:25
Andrei Ungureanu22-Nov-07 0:25 
Questionalgorithms of graphs in c# Pin
Sara Sek22-Nov-07 0:15
Sara Sek22-Nov-07 0:15 
I have a problem with writing algorithm in c#, I don’t know if here is the right place to ask my question, but maybe it indirectly connected to here:
In my program I had to find and display the shortest way from room to room in a building.
I used the djisktra algorithm – an algorithm to find a short way in directed graph.
I had the following problem:
a. many times the user wants to search a room that have been search in the past. I don’t want that each time it will be scanned from the beginning.
Is there a way to save the vertexes that were found in the past? I thought about an idea – to save in a matrix all the vertexes that there was an undirected path between them, with linkedlist to save the way, but it is not always happen to be shortest way – how can I do it anyway?
b. this algorithm is only for directed graphs. In my program most of the cases suits undirected graphs. If there is someone who knows how we doing it usually – I will be happy to get an answer!
For example: room a’ connects to b’, the price between them: 3.
Should I enter to the prices array (source, dest., price) once: a, b, 3 and second b, a, 3 or I can refers it first as source and second as destination?
I will be glad if someone will help me!


thank all!
QuestionCreate a Setup or Deployment of C# 2.0 One Solution [Contains 3 Project] - Pleae Help Me Urgent Pin
Sundarapandian.Balasubramanian22-Nov-07 0:14
Sundarapandian.Balasubramanian22-Nov-07 0:14 
AnswerRe: Create a Setup or Deployment of C# 2.0 One Solution [Contains 3 Project] - Pleae Help Me Urgent Pin
Andrei Ungureanu22-Nov-07 0:21
Andrei Ungureanu22-Nov-07 0:21 
Questionimporting html files to mysql using c# Pin
micasony22-Nov-07 0:10
micasony22-Nov-07 0:10 
AnswerRe: importing html files to mysql using c# Pin
Andrei Ungureanu22-Nov-07 0:24
Andrei Ungureanu22-Nov-07 0:24 
GeneralRe: importing html files to mysql using c# Pin
micasony22-Nov-07 2:30
micasony22-Nov-07 2:30 
GeneralRe: importing html files to mysql using c# Pin
Andrei Ungureanu22-Nov-07 2:41
Andrei Ungureanu22-Nov-07 2:41 
GeneralRe: importing html files to mysql using c# Pin
micasony22-Nov-07 3:28
micasony22-Nov-07 3:28 
GeneralRe: importing html files to mysql using c# Pin
Andrei Ungureanu22-Nov-07 3:36
Andrei Ungureanu22-Nov-07 3:36 
QuestionDatgrid with Image column does not display Image Pin
Rizwan Bashir22-Nov-07 0:06
Rizwan Bashir22-Nov-07 0:06 
Questioncode for creating menus with submenus using c#.net Pin
ayyappa swamy21-Nov-07 23:11
ayyappa swamy21-Nov-07 23:11 
AnswerRe: code for creating menus with submenus using c#.net Pin
duncanmhor21-Nov-07 23:17
duncanmhor21-Nov-07 23:17 
AnswerRe: code for creating menus with submenus using c#.net Pin
Colin Angus Mackay21-Nov-07 23:17
Colin Angus Mackay21-Nov-07 23:17 
AnswerRe: code for creating menus with submenus using c#.net Pin
Andrei Ungureanu22-Nov-07 0:34
Andrei Ungureanu22-Nov-07 0:34 
AnswerRe: code for creating menus with submenus using c#.net Pin
darkelv22-Nov-07 2:13
darkelv22-Nov-07 2:13 
AnswerRe: code for creating menus with submenus using c#.net Pin
Mustafa Ismail Mustafa22-Nov-07 2:26
Mustafa Ismail Mustafa22-Nov-07 2:26 
GeneralRe: code for creating menus with submenus using c#.net Pin
Vikram A Punathambekar22-Nov-07 2:49
Vikram A Punathambekar22-Nov-07 2:49 
GeneralRe: code for creating menus with submenus using c#.net Pin
Mustafa Ismail Mustafa22-Nov-07 3:02
Mustafa Ismail Mustafa22-Nov-07 3:02 

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.