Click here to Skip to main content
15,909,518 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Windows 7 Lock app [fixed] Pin
flinchy318-Jun-12 3:12
flinchy318-Jun-12 3:12 
GeneralRe: Windows 7 Lock app [fixed] Pin
Eddy Vluggen18-Jun-12 6:23
professionalEddy Vluggen18-Jun-12 6:23 
AnswerRe: Windows 7 Lock app Pin
Richard MacCutchan16-Jun-12 21:49
mveRichard MacCutchan16-Jun-12 21:49 
GeneralRe: Windows 7 Lock app Pin
Dave Kreskowiak18-Jun-12 2:06
mveDave Kreskowiak18-Jun-12 2:06 
GeneralRe: Windows 7 Lock app Pin
flinchy318-Jun-12 3:15
flinchy318-Jun-12 3:15 
GeneralRe: Windows 7 Lock application Pin
flinchy320-Jun-12 2:23
flinchy320-Jun-12 2:23 
AnswerRe: Windows 7 Lock app Pin
Bernhard Hiller17-Jun-12 22:27
Bernhard Hiller17-Jun-12 22:27 
GeneralRe: Windows 7 Lock app Pin
flinchy318-Jun-12 3:32
flinchy318-Jun-12 3:32 
GeneralRe: Windows 7 Lock app Pin
flinchy318-Jun-12 3:33
flinchy318-Jun-12 3:33 
QuestionGet Image Size using ByteArray Pin
Midnight Ahri15-Jun-12 18:44
Midnight Ahri15-Jun-12 18:44 
AnswerRe: Get Image Size using ByteArray Pin
Dave Kreskowiak15-Jun-12 18:52
mveDave Kreskowiak15-Jun-12 18:52 
AnswerRe: Get Image Size using ByteArray Pin
908236519-Jun-12 5:45
908236519-Jun-12 5:45 
GeneralRe: Get Image Size using ByteArray Pin
Midnight Ahri19-Jun-12 15:02
Midnight Ahri19-Jun-12 15:02 
GeneralRe: Get Image Size using ByteArray Pin
Dave Kreskowiak20-Jun-12 2:13
mveDave Kreskowiak20-Jun-12 2:13 
GeneralRe: Get Image Size using ByteArray Pin
Midnight Ahri20-Jun-12 15:07
Midnight Ahri20-Jun-12 15:07 
QuestionStruggling to retrieve date from a table in adatapicker Pin
ilgrongo15-Jun-12 9:35
ilgrongo15-Jun-12 9:35 
AnswerRe: Struggling to retrieve date from a table in adatapicker Pin
Dave Kreskowiak15-Jun-12 19:00
mveDave Kreskowiak15-Jun-12 19:00 
QuestionVB 2008, forms and bindingsource Pin
Ivan Marijanovic15-Jun-12 5:03
Ivan Marijanovic15-Jun-12 5:03 
Hi everybody

I am working on app in vb 2008 and have following situation:

I have one form with datagridview binded to access table with dataset, bindingsource, tableadapter and tablemanager. User cannot change, delete or add records in datagridview.

On same form I have two buttons for editing and adding new records

When user clicks on "edit" button another form is opened and on this form detailed information is displayed (based on row selected in datagridview) so user can edit and save data. On second form there are several txt boxes binded to same table through another dataset filtered on current record with following code: frmPD.TblPartnersBindingSource.Filter = "CompanyID =" & TblPartnersDataGridView.CurrentRow.Cells(0).Value.ToString

My quiestions are:
1. Is this correct way to open "details" form (using filter property of bindingsource)
2. How to use same "details" form to add new record.

Sincerely

Ivan
AnswerRe: VB 2008, forms and bindingsource Pin
javadadabi16-Jun-12 22:52
javadadabi16-Jun-12 22:52 
QuestionGetCommandLineArgs() fails for long directory name? Pin
biop.codeproject15-Jun-12 0:20
biop.codeproject15-Jun-12 0:20 
AnswerRe: GetCommandLineArgs() fails for long directory name? Pin
908236515-Jun-12 1:51
908236515-Jun-12 1:51 
AnswerRe: GetCommandLineArgs() fails for long directory name? Pin
Eddy Vluggen15-Jun-12 1:54
professionalEddy Vluggen15-Jun-12 1:54 
GeneralRe: GetCommandLineArgs() fails for long directory name? Pin
biop.codeproject15-Jun-12 21:38
biop.codeproject15-Jun-12 21:38 
GeneralRe: GetCommandLineArgs() fails for long directory name? Pin
Eddy Vluggen15-Jun-12 22:28
professionalEddy Vluggen15-Jun-12 22:28 
AnswerRe: GetCommandLineArgs() fails for long directory name? Pin
Dave Kreskowiak15-Jun-12 1:57
mveDave Kreskowiak15-Jun-12 1: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.