Click here to Skip to main content
15,917,862 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: SaveFileDialog help needed! Pin
Mitch F.31-Mar-08 14:27
Mitch F.31-Mar-08 14:27 
GeneralRe: SaveFileDialog help needed! Pin
Luc Pattyn31-Mar-08 14:46
sitebuilderLuc Pattyn31-Mar-08 14:46 
Questionget handlers from existing events in vb in an easy way Pin
christoph3331-Mar-08 3:49
christoph3331-Mar-08 3:49 
GeneralRe: get handlers from existing events in vb in an easy way Pin
MidwestLimey31-Mar-08 7:39
professionalMidwestLimey31-Mar-08 7:39 
AnswerRe: get handlers from existing events in vb in an easy way Pin
christoph3331-Mar-08 20:34
christoph3331-Mar-08 20:34 
GeneralRe: get handlers from existing events in vb in an easy way Pin
christoph3331-Mar-08 23:29
christoph3331-Mar-08 23:29 
GeneralRe: get handlers from existing events in vb in an easy way Pin
MidwestLimey1-Apr-08 5:32
professionalMidwestLimey1-Apr-08 5:32 
GeneralRe: get handlers from existing events in vb in an easy way Pin
christoph331-Apr-08 5:52
christoph331-Apr-08 5:52 
GeneralRe: get handlers from existing events in vb in an easy way Pin
MidwestLimey1-Apr-08 12:00
professionalMidwestLimey1-Apr-08 12:00 
GeneralRe: get handlers from existing events in vb in an easy way Pin
christoph331-Apr-08 20:54
christoph331-Apr-08 20:54 
QuestionExcel VBA for each non-empty row? Pin
devvvy31-Mar-08 3:30
devvvy31-Mar-08 3:30 
AnswerRe: Excel VBA for each non-empty row? Pin
Dave Kreskowiak1-Apr-08 2:59
mveDave Kreskowiak1-Apr-08 2:59 
GeneralActiveCell.Row --- Re: Excel VBA for each non-empty row? Pin
devvvy1-Apr-08 5:28
devvvy1-Apr-08 5:28 
GeneralFound it! =) Re: Excel VBA for each non-empty row? Pin
devvvy1-Apr-08 5:56
devvvy1-Apr-08 5:56 
Questionhow to store time and date into database... [modified] Pin
Member 444291631-Mar-08 2:47
Member 444291631-Mar-08 2:47 
GeneralRe: how to store time and date into database... Pin
Mitch F.31-Mar-08 9:46
Mitch F.31-Mar-08 9:46 
If you want to put data into an SQL database, you'll want to look at the INSERT command and it's uses. If you want to select data from an SQL database, you'll want to look at the SELECT command as well.

Whenever you insert a row into an SQL database, it will remain there unless you delete it, so running SELECT commands in order to handle data will not remove anything.

Here's a helpful link that explains a lot about SQL queries.
http://www.w3schools.com/sql/[^]
GeneralProblem reading from excel Pin
AHeavey31-Mar-08 2:33
AHeavey31-Mar-08 2:33 
GeneralRe: Problem reading from excel Pin
Dave Kreskowiak2-Apr-08 3:10
mveDave Kreskowiak2-Apr-08 3:10 
GeneralInline images for emails Pin
yaronbo31-Mar-08 1:45
yaronbo31-Mar-08 1:45 
GeneralRe: Inline images for emails Pin
Dave Kreskowiak2-Apr-08 2:53
mveDave Kreskowiak2-Apr-08 2:53 
GeneralDatagridview Column header allignment Pin
Guru_yogi31-Mar-08 1:08
Guru_yogi31-Mar-08 1:08 
GeneralRe: Datagridview Column header allignment Pin
Rupesh Kumar Swami31-Mar-08 1:14
Rupesh Kumar Swami31-Mar-08 1:14 
GeneralRe: Datagridview Column header allignment Pin
Guru_yogi31-Mar-08 1:27
Guru_yogi31-Mar-08 1:27 
GeneralRe: Datagridview Column header allignment Pin
Xmen Real 31-Mar-08 1:38
professional Xmen Real 31-Mar-08 1:38 
GeneralRe: Datagridview Column header allignment Pin
Guru_yogi31-Mar-08 2:13
Guru_yogi31-Mar-08 2:13 

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.