Click here to Skip to main content
15,914,323 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Anyone know how to convert from string to time? Pin
gemnet26-May-05 21:30
gemnet26-May-05 21:30 
AnswerRe: Anyone know how to convert from string to time? Pin
toxcct27-May-05 7:20
toxcct27-May-05 7:20 
Generalmulti level menus Pin
Manik Nath26-May-05 4:39
Manik Nath26-May-05 4:39 
GeneralRe: multi level menus Pin
Dave Kreskowiak26-May-05 5:23
mveDave Kreskowiak26-May-05 5:23 
GeneralRe: multi level menus Pin
Christian Graus26-May-05 16:06
protectorChristian Graus26-May-05 16:06 
GeneralRe: multi level menus Pin
Dave Kreskowiak26-May-05 18:35
mveDave Kreskowiak26-May-05 18:35 
GeneralDisplay data from a database Pin
NewbieDave26-May-05 3:25
NewbieDave26-May-05 3:25 
GeneralRe: Display data from a database Pin
Christian Graus26-May-05 12:30
protectorChristian Graus26-May-05 12:30 
NewbieDave wrote:
What is the best way to show info from a database in a grid style format that can update/refresh every 5 to 10 minutes.

A datagrid and a timer.

NewbieDave wrote:
I played with datagrids but that seems like overkill.

OK, then use a ListView. They are harder to set up tho.

NewbieDave wrote:
If this program can be done through asp.net more efficiently then I will go down that road also.

Use ASP.NET only if you need online connectivity, otherwise it's just too limiting compared to what you can do with WinForms.

NewbieDave wrote:
I also need to format the output of the data based on specfic criteria.

You should really use a DataGrid. You can specify a number of views on a datagrid, and the views will automatically be used based on table name, then rename your table to reflect the view required.


Christian Graus - Microsoft MVP - C++
GeneralAnyone can Help to make A E-DTR using VB 6 and Access. Pin
Ramon Gonzales26-May-05 3:00
sussRamon Gonzales26-May-05 3:00 
GeneralRe: Anyone can Help to make A E-DTR using VB 6 and Access. Pin
Dave Kreskowiak26-May-05 3:56
mveDave Kreskowiak26-May-05 3:56 
GeneralRe: Anyone can Help to make A E-DTR using VB 6 and Access. Pin
Christian Graus26-May-05 12:32
protectorChristian Graus26-May-05 12:32 
GeneralRe: Anyone can Help to make A E-DTR using VB 6 and Access. Pin
Anonymous27-May-05 15:31
Anonymous27-May-05 15:31 
GeneralRe: Anyone can Help to make A E-DTR using VB 6 and Access. Pin
Dave Kreskowiak30-May-05 14:30
mveDave Kreskowiak30-May-05 14:30 
GeneralRe: Anyone can Help to make A E-DTR using VB 6 and Access. Pin
Christian Graus26-May-05 12:34
protectorChristian Graus26-May-05 12:34 
Questioncalling a form of vb.net project in other vb.net project is it possible , how? Pin
Member 182399226-May-05 1:43
Member 182399226-May-05 1:43 
AnswerRe: calling a form of vb.net project in other vb.net project is it possible , how? Pin
toxcct26-May-05 2:11
toxcct26-May-05 2:11 
Questioncolulmn based selection in multi-line text box? Pin
madfiddlerchris26-May-05 0:45
madfiddlerchris26-May-05 0:45 
AnswerRe: colulmn based selection in multi-line text box? Pin
Christian Graus26-May-05 16:07
protectorChristian Graus26-May-05 16:07 
GeneralRe: colulmn based selection in multi-line text box? Pin
madfiddlerchris1-Jul-05 2:29
madfiddlerchris1-Jul-05 2:29 
GeneralRe: colulmn based selection in multi-line text box? Pin
Christian Graus1-Jul-05 20:10
protectorChristian Graus1-Jul-05 20:10 
GeneralRe: colulmn based selection in multi-line text box? Pin
madfiddlerchris4-Jul-05 1:07
madfiddlerchris4-Jul-05 1:07 
GeneralRe: colulmn based selection in multi-line text box? Pin
Christian Graus4-Jul-05 13:14
protectorChristian Graus4-Jul-05 13:14 
GeneralRe: colulmn based selection in multi-line text box? Pin
madfiddlerchris5-Jul-05 2:04
madfiddlerchris5-Jul-05 2:04 
GeneralRe: colulmn based selection in multi-line text box? Pin
madfiddlerchris15-Jul-05 3:23
madfiddlerchris15-Jul-05 3:23 
GeneralRe: colulmn based selection in multi-line text box? Pin
madfiddlerchris24-Jul-05 23:18
madfiddlerchris24-Jul-05 23:18 

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.