Click here to Skip to main content
15,797,608 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalerror running application on other computer Pin
shee_dee8613-Apr-08 16:41
shee_dee8613-Apr-08 16:41 
GeneralRe: error running application on other computer Pin
Christian Graus13-Apr-08 16:55
protectorChristian Graus13-Apr-08 16:55 
GeneralRe: error running application on other computer Pin
shee_dee8613-Apr-08 19:32
shee_dee8613-Apr-08 19:32 
GeneralRe: error running application on other computer Pin
Christian Graus13-Apr-08 19:38
protectorChristian Graus13-Apr-08 19:38 
GeneralHttp server for VB.net Pin
reptilematt13-Apr-08 7:56
reptilematt13-Apr-08 7:56 
GeneralRe: Http server for VB.net Pin
jzonthemtn13-Apr-08 9:07
jzonthemtn13-Apr-08 9:07 
GeneralRe: Http server for VB.net Pin
shee_dee8613-Apr-08 16:14
shee_dee8613-Apr-08 16:14 
Generalcode for calcualtion and aso couting current row Pin
Member 444291613-Apr-08 6:33
Member 444291613-Apr-08 6:33 
i need coding that once i enter any add or deduct quantity to data grid view and only the quantity only go to specific row...example like

Private Sub btnUpdate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnUpdate.Click<br />
        With Me<br />
            If .radAdd10.Checked = True Then<br />
<br />
                .ProductTableAdapter.UpdatePrice(1.1, .Category_IDTextBox.Text)<br />
                .ProductTableAdapter.Fill(.ComputerDataSet.Product)<br />
            Else<br />
                .ProductTableAdapter.UpdatePrice(0.9, .Category_IDTextBox.Text)<br />
                .ProductTableAdapter.Fill(.ComputerDataSet.Product)<br />
            End If<br />
        End With<br />
    End Sub 

UPDATE Product
SET Price = Price * ?
WHERE ([Category ID] = ?)
like this update i click on rad-10 and rad+10 whole column will add together...how do i add on specific row ....thanks
GeneralRe: code for calcualtion and aso couting current row Pin
Christian Graus13-Apr-08 12:23
protectorChristian Graus13-Apr-08 12:23 
GeneralRe: code for calcualtion and aso couting current row Pin
Member 444291613-Apr-08 17:10
Member 444291613-Apr-08 17:10 
GeneralRe: code for calcualtion and aso couting current row Pin
Christian Graus13-Apr-08 17:34
protectorChristian Graus13-Apr-08 17:34 
QuestionWhere to start to develop a Windows-based videophone? Pin
chuckles_net13-Apr-08 6:05
chuckles_net13-Apr-08 6:05 
AnswerRe: Where to start to develop a Windows-based videophone? Pin
Thomas Stockwell13-Apr-08 8:02
professionalThomas Stockwell13-Apr-08 8:02 
GeneralRe: Where to start to develop a Windows-based videophone? Pin
chuckles_net14-Apr-08 3:15
chuckles_net14-Apr-08 3:15 
GeneralPrinting Problem [modified] Pin
Zaegra13-Apr-08 4:53
Zaegra13-Apr-08 4:53 
GeneralRe: Printing Problem Pin
Luc Pattyn13-Apr-08 5:01
sitebuilderLuc Pattyn13-Apr-08 5:01 
GeneralRe: Printing Problem Pin
Zaegra13-Apr-08 6:24
Zaegra13-Apr-08 6:24 
GeneralRe: Printing Problem Pin
Luc Pattyn13-Apr-08 7:28
sitebuilderLuc Pattyn13-Apr-08 7:28 
GeneralRe: Printing Problem Pin
Smithers-Jones13-Apr-08 8:03
Smithers-Jones13-Apr-08 8:03 
GeneralRe: Printing Problem Pin
Zaegra13-Apr-08 9:12
Zaegra13-Apr-08 9:12 
GeneralRe: Printing Problem Pin
Luc Pattyn13-Apr-08 11:10
sitebuilderLuc Pattyn13-Apr-08 11:10 
Questionchange password Pin
bapu288913-Apr-08 4:41
bapu288913-Apr-08 4:41 
GeneralRe: change password Pin
Marc Soleda13-Apr-08 7:09
Marc Soleda13-Apr-08 7:09 
QuestionRe: change password Pin
bapu288913-Apr-08 11:00
bapu288913-Apr-08 11:00 
GeneralRe: change password Pin
Marc Soleda14-Apr-08 3:55
Marc Soleda14-Apr-08 3:55 

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.