Click here to Skip to main content
15,927,803 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB6 TreeView: how to prevent expand all Pin
Mekong River26-Jan-06 14:50
Mekong River26-Jan-06 14:50 
GeneralRe: VB6 TreeView: how to prevent expand all Pin
Pete Burgess1-Feb-06 0:06
Pete Burgess1-Feb-06 0:06 
GeneralRe: VB6 TreeView: how to prevent expand all Pin
Mekong River2-Feb-06 12:34
Mekong River2-Feb-06 12:34 
GeneralRe: VB6 TreeView: how to prevent expand all Pin
Pete Burgess3-Feb-06 2:42
Pete Burgess3-Feb-06 2:42 
AnswerRe: VB6 TreeView: how to prevent expand all Pin
Pete Burgess3-Feb-06 2:40
Pete Burgess3-Feb-06 2:40 
QuestionCall By Reference in C++ DLL from VB Pin
PremalathaP23-Jan-06 1:52
PremalathaP23-Jan-06 1:52 
AnswerRe: Call By Reference in C++ DLL from VB Pin
Dave Kreskowiak23-Jan-06 3:04
mveDave Kreskowiak23-Jan-06 3:04 
QuestionRe: Call By Reference in C++ DLL from VB Pin
PremalathaP23-Jan-06 17:03
PremalathaP23-Jan-06 17:03 
FloatPtr = & max_ceiling;
for(i=2; i<7; i++, FloatPtr++)
*FloatPtr = atof(GetValue(instr,s,128));

This code i wrote in C++ within a function. max_ceiling is the array.
GetValue is a function which reads single line from the binary file(instr) and converts to value to update in text file.

In this for loop, i have to get values like 47000 516 0.63 3000 100. But i am getting the values as 2.55471e-041, 89224, -2.26464e-041, 2.48352e-041,2.07628e-040

This is my problem
AnswerRe: Call By Reference in C++ DLL from VB Pin
Dave Kreskowiak23-Jan-06 17:47
mveDave Kreskowiak23-Jan-06 17:47 
GeneralRe: Call By Reference in C++ DLL from VB Pin
PremalathaP23-Jan-06 17:55
PremalathaP23-Jan-06 17:55 
QuestionAdd User Custom Control in the Datagridview Column Pin
HemaRawat23-Jan-06 1:49
HemaRawat23-Jan-06 1:49 
QuestionRe: Add User Custom Control in the Datagridview Column Pin
Simmy723-Apr-06 22:13
Simmy723-Apr-06 22:13 
QuestionMask control Pin
microuser_200023-Jan-06 1:31
microuser_200023-Jan-06 1:31 
AnswerRe: Mask control Pin
Dave Kreskowiak23-Jan-06 5:25
mveDave Kreskowiak23-Jan-06 5:25 
QuestionCounting results in VB.Net 2005 Express ? Pin
Weeler J.F.23-Jan-06 1:24
Weeler J.F.23-Jan-06 1:24 
AnswerRe: Counting results in VB.Net 2005 Express ? Pin
Dave Kreskowiak23-Jan-06 3:02
mveDave Kreskowiak23-Jan-06 3:02 
QuestionCreate an UDP connection Pin
Fulmine23-Jan-06 1:06
Fulmine23-Jan-06 1:06 
QuestionHow to unistall the software Pin
JUNEYT23-Jan-06 0:42
JUNEYT23-Jan-06 0:42 
AnswerRe: How to unistall the software Pin
Owner drawn23-Jan-06 1:47
Owner drawn23-Jan-06 1:47 
AnswerRe: How to unistall the software Pin
progload23-Jan-06 12:32
progload23-Jan-06 12:32 
AnswerRe: How to unistall the software Pin
Mekong River26-Jan-06 14:58
Mekong River26-Jan-06 14:58 
Questionhow to create xml schema for dataset at runtime? Pin
lavanya_satheesh23-Jan-06 0:07
lavanya_satheesh23-Jan-06 0:07 
QuestionNo touch Deployment!!! Pin
johnsonliveshere22-Jan-06 23:59
johnsonliveshere22-Jan-06 23:59 
AnswerRe: No touch Deployment!!! Pin
Mekong River23-Jan-06 17:05
Mekong River23-Jan-06 17:05 
GeneralRe: No touch Deployment!!! Pin
johnsonliveshere23-Jan-06 17:23
johnsonliveshere23-Jan-06 17:23 

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.