Click here to Skip to main content
16,005,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to run a application in BackGroup as service? Pin
Tridip Bhattacharjee26-Aug-05 3:25
professionalTridip Bhattacharjee26-Aug-05 3:25 
AnswerRe: How to run a application in BackGroup as service? Pin
Rizwan Bashir26-Aug-05 4:14
Rizwan Bashir26-Aug-05 4:14 
Questioncall a function after every 5 minutes by thread? Pin
Tridip Bhattacharjee26-Aug-05 3:23
professionalTridip Bhattacharjee26-Aug-05 3:23 
AnswerRe: call a function after every 5 minutes by thread? Pin
Rizwan Bashir26-Aug-05 4:06
Rizwan Bashir26-Aug-05 4:06 
GeneralRe: call a function after every 5 minutes by thread? Pin
Steven Amani26-Aug-05 7:11
Steven Amani26-Aug-05 7:11 
GeneralRe: call a function after every 5 minutes by thread? Pin
Rizwan Bashir26-Aug-05 23:23
Rizwan Bashir26-Aug-05 23:23 
Questionshowing parts of the table in datagrid Pin
nirdanon26-Aug-05 2:29
nirdanon26-Aug-05 2:29 
AnswerRe: showing parts of the table in datagrid Pin
Jim Matthews26-Aug-05 4:54
Jim Matthews26-Aug-05 4:54 
Hi Nir,

look into the tablestyles and columnstyles properties of the datagrid. you basically create a tablestyle with a mappingname = your datatable.name property and a columnstyle for each column that you wish to display with a mappingname = your datacolumn.columnname property. this can be done at design time through the designer or through code, whichever is easier for you. find docs on tablestyles here, and here's an article describing how to accomplish exactly what you're looking to do.

good luck.


-jim
GeneralRe: showing parts of the table in datagrid Pin
Anonymous28-Aug-05 3:36
Anonymous28-Aug-05 3:36 
AnswerRe: showing parts of the table in datagrid Pin
_mubashir26-Aug-05 5:19
_mubashir26-Aug-05 5:19 
GeneralRe: showing parts of the table in datagrid Pin
Anonymous28-Aug-05 3:37
Anonymous28-Aug-05 3:37 
QuestionCrystal Report Pin
Jeeva Jose26-Aug-05 2:08
Jeeva Jose26-Aug-05 2:08 
AnswerRe: Crystal Report Pin
Rizwan Bashir26-Aug-05 2:34
Rizwan Bashir26-Aug-05 2:34 
QuestionFTP Class Pin
ADY00726-Aug-05 1:08
ADY00726-Aug-05 1:08 
AnswerRe: FTP Class Pin
Rizwan Bashir26-Aug-05 4:33
Rizwan Bashir26-Aug-05 4:33 
Questionhow to delete a file after processing Pin
Rizwan Bashir26-Aug-05 0:38
Rizwan Bashir26-Aug-05 0:38 
AnswerRe: how to delete a file after processing Pin
Dave Kreskowiak26-Aug-05 1:43
mveDave Kreskowiak26-Aug-05 1:43 
GeneralRe: how to delete a file after processing Pin
Rizwan Bashir26-Aug-05 1:49
Rizwan Bashir26-Aug-05 1:49 
GeneralRe: how to delete a file after processing Pin
Dave Kreskowiak26-Aug-05 5:06
mveDave Kreskowiak26-Aug-05 5:06 
GeneralRe: how to delete a file after processing Pin
Rizwan Bashir26-Aug-05 5:09
Rizwan Bashir26-Aug-05 5:09 
GeneralRe: how to delete a file after processing Pin
Dave Kreskowiak26-Aug-05 6:19
mveDave Kreskowiak26-Aug-05 6:19 
Answer[Msg Deleted] Pin
progload26-Aug-05 5:10
progload26-Aug-05 5:10 
QuestionWindows User Pin
zerokill25-Aug-05 21:40
zerokill25-Aug-05 21:40 
AnswerRe: Windows User Pin
Steven Amani26-Aug-05 7:33
Steven Amani26-Aug-05 7:33 
GeneralRe: Windows User Pin
zerokill28-Aug-05 18:05
zerokill28-Aug-05 18:05 

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.