Click here to Skip to main content
15,897,187 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: detecting mouse click on a form playing a video Pin
kuku335-May-07 0:42
kuku335-May-07 0:42 
GeneralRe: detecting mouse click on a form playing a video Pin
Dave Kreskowiak5-May-07 3:42
mveDave Kreskowiak5-May-07 3:42 
QuestionBiz talk server and .Net Pin
nitin_ion30-Apr-07 6:01
nitin_ion30-Apr-07 6:01 
AnswerRe: Biz talk server and .Net Pin
Dave Kreskowiak30-Apr-07 9:17
mveDave Kreskowiak30-Apr-07 9:17 
Questionhow to process richtextbox load using backgroundworker Pin
musay30-Apr-07 5:57
musay30-Apr-07 5:57 
AnswerRe: how to process richtextbox load using backgroundworker Pin
Dave Kreskowiak30-Apr-07 9:15
mveDave Kreskowiak30-Apr-07 9:15 
QuestionSpecial Datagrid sort Pin
Dayekh30-Apr-07 4:16
Dayekh30-Apr-07 4:16 
AnswerRe: Special Datagrid sort Pin
kubben30-Apr-07 4:35
kubben30-Apr-07 4:35 
Add a new column to the DataTable in memory and set the value based off the Progress column. That way you can set Pending = 1, work in progress = 2, completed = 3. Then in your code take the dataview and sort it.
dim dv as DataView = dataTable.DefaultView
dv.Sort = "NewSortColumn"

Or you could just add a Sort column to your table in the database as well.
Or you could move the Process column into its own table and just stored the processid in your table you are returning.

Hope that helps.
Ben
AnswerRe: Special Datagrid sort Pin
Arun.Immanuel30-Apr-07 5:07
Arun.Immanuel30-Apr-07 5:07 
GeneralRe: Special Datagrid sort Pin
Dave Kreskowiak30-Apr-07 9:06
mveDave Kreskowiak30-Apr-07 9:06 
GeneralRe: Special Datagrid sort Pin
Arun.Immanuel30-Apr-07 9:40
Arun.Immanuel30-Apr-07 9:40 
AnswerRe: Special Datagrid sort Pin
Dayekh1-May-07 2:18
Dayekh1-May-07 2:18 
QuestionPrinting windows form Pin
johnjsm30-Apr-07 4:03
johnjsm30-Apr-07 4:03 
AnswerRe: Printing windows form Pin
Duncan Edwards Jones30-Apr-07 4:28
professionalDuncan Edwards Jones30-Apr-07 4:28 
GeneralRe: Printing windows form Pin
johnjsm30-Apr-07 5:21
johnjsm30-Apr-07 5:21 
GeneralRe: Printing windows form Pin
Duncan Edwards Jones30-Apr-07 11:27
professionalDuncan Edwards Jones30-Apr-07 11:27 
AnswerRe: Printing windows form Pin
sthotakura30-Apr-07 5:47
sthotakura30-Apr-07 5:47 
QuestionRecording a Phone Call Pin
S.Rajeshwar30-Apr-07 1:55
S.Rajeshwar30-Apr-07 1:55 
AnswerRe: Recording a Phone Call Pin
Ray Cassick30-Apr-07 4:21
Ray Cassick30-Apr-07 4:21 
QuestionRe: Recording a Phone Call Pin
S.Rajeshwar30-Apr-07 19:48
S.Rajeshwar30-Apr-07 19:48 
AnswerRe: Recording a Phone Call Pin
Ray Cassick30-Apr-07 20:07
Ray Cassick30-Apr-07 20:07 
QuestionRe: Recording a Phone Call Pin
S.Rajeshwar30-Apr-07 22:42
S.Rajeshwar30-Apr-07 22:42 
AnswerRe: Recording a Phone Call Pin
Ray Cassick2-May-07 13:52
Ray Cassick2-May-07 13:52 
Questioncopy line from one txt file and place it to another txt file Pin
pankajs3k29-Apr-07 23:45
pankajs3k29-Apr-07 23:45 
AnswerRe: copy line from one txt file and place it to another txt file Pin
Christian Graus30-Apr-07 0:21
protectorChristian Graus30-Apr-07 0:21 

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.