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

Visual Basic

 
GeneralRe: error on using arrray...(not a member of the form) ?? Pin
campbells11-Mar-06 20:57
campbells11-Mar-06 20:57 
GeneralRe: error on using arrray...(not a member of the form) ?? Pin
HL_SUB12-Mar-06 0:14
HL_SUB12-Mar-06 0:14 
AnswerRe: error on using arrray...(not a member of the form) ?? Pin
Dave Kreskowiak12-Mar-06 4:04
mveDave Kreskowiak12-Mar-06 4:04 
AnswerRe: error on using arrray...(not a member of the form) ?? Pin
Colin Angus Mackay12-Mar-06 20:14
Colin Angus Mackay12-Mar-06 20:14 
Questionhelp in cut copy .... Pin
zabsmarty11-Mar-06 16:00
zabsmarty11-Mar-06 16:00 
AnswerRe: help in cut copy .... Pin
Chatura Dilan11-Mar-06 23:49
Chatura Dilan11-Mar-06 23:49 
Questionprogress bar Pin
SVb.net11-Mar-06 12:12
SVb.net11-Mar-06 12:12 
AnswerRe: progress bar Pin
Dave Kreskowiak12-Mar-06 4:01
mveDave Kreskowiak12-Mar-06 4:01 
With what?

The ProgressBar works just by setting it's Value property to something between 0 and 100. All you have to do is calculate how much total work you have to do and how much you've done.

As for SQL work, you'll have to read up on the SqlDataAdapter[^], SqlConnection[^], SqlCommandBuilder[^], SqlCommand[^], SqlParameter[^], and DataSet[^] classes.

Basically, you use an SqlDataAdpter with Connection, Command, and CommandBuilder objects, to fill a DataSet object that will hold a copy of your data to be used with whatever controls you want to use to manipulate it. After the modifications are done, you call the DataAdapter's Update method to write the changes back to the database.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: progress bar Pin
SVb.net12-Mar-06 13:15
SVb.net12-Mar-06 13:15 
GeneralRe: progress bar Pin
Steve Pullan12-Mar-06 13:30
Steve Pullan12-Mar-06 13:30 
QuestionConstraints Pin
SVb.net11-Mar-06 12:04
SVb.net11-Mar-06 12:04 
AnswerRe: Constraints Pin
Dave Kreskowiak12-Mar-06 3:43
mveDave Kreskowiak12-Mar-06 3:43 
GeneralRe: Constraints Pin
SVb.net12-Mar-06 4:06
SVb.net12-Mar-06 4:06 
GeneralRe: Constraints Pin
Dave Kreskowiak12-Mar-06 9:20
mveDave Kreskowiak12-Mar-06 9:20 
GeneralRe: Constraints Pin
SVb.net12-Mar-06 13:23
SVb.net12-Mar-06 13:23 
GeneralRe: Constraints Pin
Dave Kreskowiak12-Mar-06 16:03
mveDave Kreskowiak12-Mar-06 16:03 
QuestionADSI VB.Net Get User and Update Pin
japel11-Mar-06 10:02
japel11-Mar-06 10:02 
AnswerTreating CSV file as a DB Pin
HL_SUB12-Mar-06 0:25
HL_SUB12-Mar-06 0:25 
GeneralThanks but NO, LDAP Queries is where I am stuck. Pin
japel12-Mar-06 10:11
japel12-Mar-06 10:11 
QuestionCalling a child form from an MDI Container Pin
Scott341511-Mar-06 9:04
Scott341511-Mar-06 9:04 
AnswerRe: Calling a child form from an MDI Container Pin
Scott341511-Mar-06 9:11
Scott341511-Mar-06 9:11 
Question'sub main not found' bug Pin
formansworld11-Mar-06 7:22
formansworld11-Mar-06 7:22 
AnswerRe: 'sub main not found' bug Pin
Joshua Quick11-Mar-06 8:46
Joshua Quick11-Mar-06 8:46 
QuestionHow can I show a clips of a picture box at runtime? Pin
JUNEYT11-Mar-06 6:40
JUNEYT11-Mar-06 6:40 
AnswerRe: How can I show a clips of a picture box at runtime? Pin
Joshua Quick11-Mar-06 8:41
Joshua Quick11-Mar-06 8:41 

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.