Click here to Skip to main content
15,892,298 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: dynamic deserialization Pin
Ebube27-Nov-09 7:16
Ebube27-Nov-09 7:16 
QuestionPlease help me to solve problem from Component DevExpress for Visual Studio 2008 Pin
tannghia25-Nov-09 2:25
tannghia25-Nov-09 2:25 
AnswerRe: Please help me to solve problem from Component DevExpress for Visual Studio 2008 Pin
Alan N25-Nov-09 4:20
Alan N25-Nov-09 4:20 
GeneralRe: Please help me to solve problem from Component DevExpress for Visual Studio 2008 Pin
tannghia25-Nov-09 4:43
tannghia25-Nov-09 4:43 
QuestionSort column in datatable Pin
helelark12325-Nov-09 1:17
helelark12325-Nov-09 1:17 
AnswerRe: Sort column in datatable Pin
Johan Hakkesteegt25-Nov-09 1:36
Johan Hakkesteegt25-Nov-09 1:36 
GeneralRe: Sort column in datatable Pin
helelark12325-Nov-09 1:57
helelark12325-Nov-09 1:57 
GeneralRe: Sort column in datatable Pin
Johan Hakkesteegt25-Nov-09 2:44
Johan Hakkesteegt25-Nov-09 2:44 
You said that you are allowed to add a new column, so I assume that you are free to adapt the table structure.

If I were you, I would separate the < and > type characters from this column into its own column. Then transform the original column to type int, and simply adapt any queries or code to take both columns into account instead of only the one.

This means that you may have to adapt the query that got the data into this column to begin with, so that it separates the two value types (integers and < / >).

My advice is free, and you may get what you paid for.

AnswerRe: Sort column in datatable Pin
helelark12325-Nov-09 5:26
helelark12325-Nov-09 5:26 
QuestionHow to avoid flickering of tooltip? Pin
Prasadsm25-Nov-09 0:24
Prasadsm25-Nov-09 0:24 
AnswerRe: How to avoid flickering of tooltip? Pin
EliottA25-Nov-09 2:36
EliottA25-Nov-09 2:36 
GeneralRe: How to avoid flickering of tooltip? Pin
Prasadsm25-Nov-09 18:12
Prasadsm25-Nov-09 18:12 
QuestionHow to disable automatic stop on window service ? Pin
manhlinhhmt21824-Nov-09 21:25
manhlinhhmt21824-Nov-09 21:25 
AnswerRe: How to disable automatic stop on window service ? Pin
David Skelly24-Nov-09 22:50
David Skelly24-Nov-09 22:50 
AnswerRe: How to disable automatic stop on window service ? Pin
Shameel24-Nov-09 23:27
professionalShameel24-Nov-09 23:27 
QuestionReportviewer stoped working... [modified] - Solved 11/25/2009 Pin
alexvw24-Nov-09 14:22
alexvw24-Nov-09 14:22 
AnswerRe: Reportviewer stoped working... Pin
Johan Hakkesteegt24-Nov-09 23:27
Johan Hakkesteegt24-Nov-09 23:27 
GeneralRe: Reportviewer stoped working... Pin
alexvw25-Nov-09 11:49
alexvw25-Nov-09 11:49 
QuestionMy VB6 sucks - what is this? Array("hello") Pin
gvanto24-Nov-09 14:04
gvanto24-Nov-09 14:04 
AnswerRe: My VB6 sucks - what is this? Array("hello") Pin
Johan Hakkesteegt24-Nov-09 21:50
Johan Hakkesteegt24-Nov-09 21:50 
AnswerRe: My VB6 sucks - what is this? Array("hello") Pin
Shameel24-Nov-09 23:30
professionalShameel24-Nov-09 23:30 
AnswerRe: My VB6 sucks - what is this? Array("hello") Pin
Dave Doknjas25-Nov-09 11:15
Dave Doknjas25-Nov-09 11:15 
Questiontextbox tab highlight text Pin
PAguilar0924-Nov-09 12:52
PAguilar0924-Nov-09 12:52 
AnswerRe: textbox tab highlight text Pin
Luc Pattyn24-Nov-09 13:48
sitebuilderLuc Pattyn24-Nov-09 13:48 
GeneralRe: textbox tab highlight text Pin
PAguilar0924-Nov-09 14:04
PAguilar0924-Nov-09 14:04 

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.