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

Visual Basic

 
QuestionVB6 and C# Interaction Pin
TimNaber3-Oct-07 12:49
TimNaber3-Oct-07 12:49 
AnswerRe: VB6 and C# Interaction Pin
Dave Kreskowiak4-Oct-07 3:44
mveDave Kreskowiak4-Oct-07 3:44 
QuestionList View - Selected Row Pin
Tess_Mc3-Oct-07 12:34
Tess_Mc3-Oct-07 12:34 
AnswerRe: List View - Selected Row Pin
nlarson113-Oct-07 15:06
nlarson113-Oct-07 15:06 
QuestionURL Normalization ? Pin
AliAmjad3-Oct-07 11:25
AliAmjad3-Oct-07 11:25 
AnswerRe: URL Normalization ? Pin
Scott Dorman3-Oct-07 12:10
professionalScott Dorman3-Oct-07 12:10 
AnswerRe: URL Normalization ? Pin
pmarfleet3-Oct-07 12:11
pmarfleet3-Oct-07 12:11 
QuestionUpdating access database Pin
Mr Oizo3-Oct-07 8:58
Mr Oizo3-Oct-07 8:58 
Hi... I have 2 Questions 1.) I have a button which selects mp3 files and then stores their information into a datagrid and then records changes to the database. The problem is that if I look for files outside of the solution folder and select them to be added to the datagridview an error message appears saying that the database could not be found at the specified location(the location they give in the error isn't where the database is supposed to be located in the first place). It works when adding files within the solution folder and any underlying folders within the solution folder but just not outside of this folder. Any ideas why this could be?
My 2nd question is that I have various textboxes on a form that when the user selects a row in the datagridview and enters information into these textboxes then the datagridview should be updated. My textboxes are binded directly to the dataset tables columns and my datagridview to the dataset table. It was throwing a concurrency violation error earlier because i called datgridview.update() in the row leave event for the datagridview as well as a call to a sub called saveChanges which is a standard save procedure which checks if there are changes and updates database if there are. Now that I have removed the saveChanges() call from the rowLeave event for the datagridview..... the final row isn't saving changes. My datasets and table adapters are all generated so as far as I know this shoud all be fine? Can Anyone help? Its an access database by the way...my code works fine that I made to add files to the dataset and create a new row etc. Its just the editing that isn't working?

Mr Oizo
AnswerRe: Updating access database Pin
Guffa3-Oct-07 9:09
Guffa3-Oct-07 9:09 
GeneralRe: Updating access database Pin
Mr Oizo3-Oct-07 10:20
Mr Oizo3-Oct-07 10:20 
AnswerRe: Updating access database Pin
Guffa3-Oct-07 10:43
Guffa3-Oct-07 10:43 
Questionhow to check new mail from gmail server ?? Pin
edmond10023-Oct-07 7:52
edmond10023-Oct-07 7:52 
QuestionParameter Pin
naal_1234563-Oct-07 7:14
naal_1234563-Oct-07 7:14 
AnswerRe: Parameter Pin
cstrader2323-Oct-07 8:55
cstrader2323-Oct-07 8:55 
QuestionChenge top and left properties of textbox Pin
Naderrafiee3-Oct-07 5:55
Naderrafiee3-Oct-07 5:55 
AnswerRe: Chenge top and left properties of textbox Pin
cstrader2323-Oct-07 8:57
cstrader2323-Oct-07 8:57 
Questionhi Pin
newbie@vb3-Oct-07 4:38
newbie@vb3-Oct-07 4:38 
AnswerRe: hi Pin
DanB19833-Oct-07 9:19
DanB19833-Oct-07 9:19 
GeneralRe: hi Pin
newbie@vb4-Oct-07 2:19
newbie@vb4-Oct-07 2:19 
GeneralRe: hi Pin
DanB19833-Oct-07 11:06
DanB19833-Oct-07 11:06 
GeneralRe: hi Pin
GuyThiebaut3-Oct-07 11:09
professionalGuyThiebaut3-Oct-07 11:09 
AnswerRe: hi Pin
Christian Graus3-Oct-07 12:33
protectorChristian Graus3-Oct-07 12:33 
QuestionPassing a variable to another form Pin
Zaegra3-Oct-07 4:05
Zaegra3-Oct-07 4:05 
AnswerRe: Passing a variable to another form [modified] Pin
Kenny McKee3-Oct-07 4:19
Kenny McKee3-Oct-07 4:19 
AnswerRe: Passing a variable to another form Pin
Johan Hakkesteegt3-Oct-07 4:57
Johan Hakkesteegt3-Oct-07 4:57 

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.