Click here to Skip to main content
15,886,578 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalerror running application on other computer Pin
shee_dee8613-Apr-08 15:41
shee_dee8613-Apr-08 15:41 
GeneralRe: error running application on other computer Pin
Christian Graus13-Apr-08 15:55
protectorChristian Graus13-Apr-08 15:55 
GeneralRe: error running application on other computer Pin
shee_dee8613-Apr-08 18:32
shee_dee8613-Apr-08 18:32 
GeneralRe: error running application on other computer Pin
Christian Graus13-Apr-08 18:38
protectorChristian Graus13-Apr-08 18:38 
GeneralHttp server for VB.net Pin
reptilematt13-Apr-08 6:56
reptilematt13-Apr-08 6:56 
GeneralRe: Http server for VB.net Pin
jzonthemtn13-Apr-08 8:07
jzonthemtn13-Apr-08 8:07 
GeneralRe: Http server for VB.net Pin
shee_dee8613-Apr-08 15:14
shee_dee8613-Apr-08 15:14 
Generalcode for calcualtion and aso couting current row Pin
Member 444291613-Apr-08 5:33
Member 444291613-Apr-08 5: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 11:23
protectorChristian Graus13-Apr-08 11:23 
GeneralRe: code for calcualtion and aso couting current row Pin
Member 444291613-Apr-08 16:10
Member 444291613-Apr-08 16:10 
GeneralRe: code for calcualtion and aso couting current row Pin
Christian Graus13-Apr-08 16:34
protectorChristian Graus13-Apr-08 16:34 
QuestionWhere to start to develop a Windows-based videophone? Pin
chuckles_net13-Apr-08 5:05
chuckles_net13-Apr-08 5:05 
AnswerRe: Where to start to develop a Windows-based videophone? Pin
Thomas Stockwell13-Apr-08 7:02
professionalThomas Stockwell13-Apr-08 7:02 
GeneralRe: Where to start to develop a Windows-based videophone? Pin
chuckles_net14-Apr-08 2:15
chuckles_net14-Apr-08 2:15 
GeneralPrinting Problem [modified] Pin
Zaegra13-Apr-08 3:53
Zaegra13-Apr-08 3:53 
GeneralRe: Printing Problem Pin
Luc Pattyn13-Apr-08 4:01
sitebuilderLuc Pattyn13-Apr-08 4:01 
GeneralRe: Printing Problem Pin
Zaegra13-Apr-08 5:24
Zaegra13-Apr-08 5:24 
GeneralRe: Printing Problem Pin
Luc Pattyn13-Apr-08 6:28
sitebuilderLuc Pattyn13-Apr-08 6:28 
GeneralRe: Printing Problem Pin
Smithers-Jones13-Apr-08 7:03
Smithers-Jones13-Apr-08 7:03 
GeneralRe: Printing Problem Pin
Zaegra13-Apr-08 8:12
Zaegra13-Apr-08 8:12 
GeneralRe: Printing Problem Pin
Luc Pattyn13-Apr-08 10:10
sitebuilderLuc Pattyn13-Apr-08 10:10 
Questionchange password Pin
bapu288913-Apr-08 3:41
bapu288913-Apr-08 3:41 
GeneralRe: change password Pin
Marc Soleda13-Apr-08 6:09
Marc Soleda13-Apr-08 6:09 
QuestionRe: change password Pin
bapu288913-Apr-08 10:00
bapu288913-Apr-08 10:00 
GeneralRe: change password Pin
Marc Soleda14-Apr-08 2:55
Marc Soleda14-Apr-08 2: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.