Click here to Skip to main content
16,007,760 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to find manufacturers SERIAL NO. of HDD or C.P.U Using VB.6.0 or VC++ ? Pin
aanaik15-Nov-06 0:37
aanaik15-Nov-06 0:37 
AnswerRe: How to find manufacturers SERIAL NO. of HDD or C.P.U Using VB.6.0 or VC++ ? Pin
ChandraRam15-Nov-06 0:45
ChandraRam15-Nov-06 0:45 
Questioncircular referencing of GENERICS Pin
ajay1234567815-Nov-06 0:09
ajay1234567815-Nov-06 0:09 
QuestionPointer to an exisiting instance of a DLL (in VB2005) Pin
Andy_ORS14-Nov-06 22:58
Andy_ORS14-Nov-06 22:58 
AnswerRe: Pointer to an exisiting instance of a DLL (in VB2005) [modified] Pin
nlarson1115-Nov-06 4:08
nlarson1115-Nov-06 4:08 
GeneralRe: Pointer to an exisiting instance of a DLL (in VB2005) Pin
Andy_ORS15-Nov-06 23:14
Andy_ORS15-Nov-06 23:14 
GeneralRe: Pointer to an exisiting instance of a DLL (in VB2005) Pin
nlarson1116-Nov-06 2:11
nlarson1116-Nov-06 2:11 
QuestionHow do i nett these values ....? Pin
penguin500014-Nov-06 22:42
penguin500014-Nov-06 22:42 
Hi,
I have created a small utility which reads in the contents of a text file, and puts the contents into a datagrid.
The datagrid has 3 columns; 1 = Product, 2 = Quantity, 3 = Value
The product will appear more than once in the datagrid - which is unsorted.
What I want to do is work my way through the grid, and perform a check calculation on all of the Quantities and Values stored against that particular product.
A very simplistic example of the data in the grid might read as follows:
Product3, 5, 2000
Product1, 10, 100
Product3, -5, -2000
Product2, 1, 50
Product2, -1, 50
Product1, -10, -100
The calculation I want to perform is to check the Quantity and Value for each product (Product1, 2 and 3 in this example), and determine whether the nett value is zero (for example, the first Quantity for Product3 is 5, and the second Quantity for Product3 is -5, so the nett is zero). If the value is not zero, I want to add that product to a listbox to summarise where the errors are.
The number of rows in the datagrid may be many thousands - I've even heard rumour that it could be hundreds of thousands (though I've not seen any evidence of this yet Wink | ;) )
AnswerRe: How do i nett these values ....? Pin
Guffa15-Nov-06 0:02
Guffa15-Nov-06 0:02 
QuestionRe: How do i nett these values ....? Pin
penguin500015-Nov-06 2:19
penguin500015-Nov-06 2:19 
Questionhow to extract data from hyperterminal Pin
Pradip Kishore14-Nov-06 22:29
Pradip Kishore14-Nov-06 22:29 
AnswerRe: how to extract data from hyperterminal Pin
Dave Kreskowiak15-Nov-06 4:32
mveDave Kreskowiak15-Nov-06 4:32 
GeneralRe: how to extract data from hyperterminal Pin
Pradip Kishore16-Nov-06 22:52
Pradip Kishore16-Nov-06 22:52 
GeneralRe: how to extract data from hyperterminal Pin
Dave Kreskowiak17-Nov-06 1:42
mveDave Kreskowiak17-Nov-06 1:42 
GeneralRe: how to extract data from hyperterminal Pin
Pradip Kishore17-Nov-06 19:18
Pradip Kishore17-Nov-06 19:18 
Questionhow to enable the textbox to be able to save text?? Pin
Subjugate14-Nov-06 19:33
Subjugate14-Nov-06 19:33 
AnswerRe: how to enable the textbox to be able to save text?? Pin
Christian Graus14-Nov-06 19:48
protectorChristian Graus14-Nov-06 19:48 
AnswerRe: how to enable the textbox to be able to save text?? Pin
Christian Graus14-Nov-06 19:49
protectorChristian Graus14-Nov-06 19:49 
GeneralRe: how to enable the textbox to be able to save text?? Pin
Subjugate14-Nov-06 20:33
Subjugate14-Nov-06 20:33 
GeneralRe: how to enable the textbox to be able to save text?? Pin
Christian Graus14-Nov-06 20:50
protectorChristian Graus14-Nov-06 20:50 
GeneralRe: how to enable the textbox to be able to save text?? Pin
Subjugate14-Nov-06 20:57
Subjugate14-Nov-06 20:57 
GeneralRe: how to enable the textbox to be able to save text?? Pin
Christian Graus14-Nov-06 21:05
protectorChristian Graus14-Nov-06 21:05 
GeneralRe: how to enable the textbox to be able to save text?? Pin
Subjugate14-Nov-06 21:10
Subjugate14-Nov-06 21:10 
GeneralRe: how to enable the textbox to be able to save text?? Pin
MyFathersSon15-Nov-06 4:01
MyFathersSon15-Nov-06 4:01 
GeneralRe: how to enable the textbox to be able to save text?? Pin
Colin Angus Mackay15-Nov-06 4:02
Colin Angus Mackay15-Nov-06 4:02 

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.