Click here to Skip to main content
15,889,595 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Making a font bold at runtime Pin
ShawnW4564515-Feb-05 1:24
sussShawnW4564515-Feb-05 1:24 
GeneralRe: Making a font bold at runtime Pin
Dave Kreskowiak15-Feb-05 4:34
mveDave Kreskowiak15-Feb-05 4:34 
Generalbackground image on tree and list view Pin
Rizwan Bashir14-Feb-05 21:42
Rizwan Bashir14-Feb-05 21:42 
GeneralRe: background image on tree and list view Pin
Dave Kreskowiak15-Feb-05 4:48
mveDave Kreskowiak15-Feb-05 4:48 
GeneralI want to change the color of .... Pin
Rizwan Bashir14-Feb-05 21:40
Rizwan Bashir14-Feb-05 21:40 
GeneralRe: I want to change the color of .... Pin
Dave Kreskowiak15-Feb-05 4:39
mveDave Kreskowiak15-Feb-05 4:39 
QuestionCan I Get I/O Message in .Net Pin
Virus Detecter14-Feb-05 19:55
Virus Detecter14-Feb-05 19:55 
GeneralFileGet in VB.Net not returning the same results as in Access Pin
Regardt14-Feb-05 18:28
Regardt14-Feb-05 18:28 
Hi

I'm in the process of rewriting a access database type of application, but I run into a problem.

This is the Access VB code.

dn = FreeFile
Open matrix For Binary Access Read As #dn
Get #dn, dsn, km
Close #dn

This the VB.Net code
FileNumber = FreeFile()
FileOpen(FileNumber, filepath, OpenMode.Binary, OpenAccess.Read, OpenShare.Shared)
FileGet(FileNumber, FindValue)

To start, I don't none the structure of the file. I'm sending in a search value
which should return a result. The VB.Net function isn't returning the same value as the Access VB function.

Any ideas why its happening would be appreciated!.

Thanks
Regardt

Africa is a tough country
--"Hello daar vir die Afrikaans sprekende"--
GeneralRe: FileGet in VB.Net not returning the same results as in Access Pin
Dave Kreskowiak15-Feb-05 4:20
mveDave Kreskowiak15-Feb-05 4:20 
GeneralRe: FileGet in VB.Net not returning the same results as in Access Pin
Virus Detecter16-Feb-05 21:17
Virus Detecter16-Feb-05 21:17 
Questionhow can you open an internet explorer browser? Pin
jedskie_a14-Feb-05 13:21
jedskie_a14-Feb-05 13:21 
AnswerRe: how can you open an internet explorer browser? Pin
Christian Graus14-Feb-05 14:57
protectorChristian Graus14-Feb-05 14:57 
GeneralRe: how can you open an internet explorer browser? Pin
jedskie_a14-Feb-05 22:44
jedskie_a14-Feb-05 22:44 
GeneralRe: how can you open an internet explorer browser? Pin
Dave Kreskowiak15-Feb-05 4:14
mveDave Kreskowiak15-Feb-05 4:14 
GeneralRe: how can you open an internet explorer browser? Pin
Christian Graus15-Feb-05 9:26
protectorChristian Graus15-Feb-05 9:26 
GeneralRe: how can you open an internet explorer browser? Pin
jedskie_a15-Feb-05 18:10
jedskie_a15-Feb-05 18:10 
GeneralRe: how can you open an internet explorer browser? Pin
rwestgraham16-Feb-05 12:32
rwestgraham16-Feb-05 12:32 
GeneralRe: how can you open an internet explorer browser? Pin
rwestgraham15-Feb-05 12:41
rwestgraham15-Feb-05 12:41 
GeneralScripting Resource File Development Pin
SQL2kGuy14-Feb-05 9:42
SQL2kGuy14-Feb-05 9:42 
Generalnull field into Listview Pin
Jaydeanster14-Feb-05 8:24
Jaydeanster14-Feb-05 8:24 
GeneralChanging Backcolor of Tabcontrol Pin
OneBad34714-Feb-05 8:15
OneBad34714-Feb-05 8:15 
GeneralRe: Changing Backcolor of Tabcontrol Pin
Dave Kreskowiak15-Feb-05 3:53
mveDave Kreskowiak15-Feb-05 3:53 
GeneralCannot create a child list for field property Pin
Jaydeanster14-Feb-05 7:51
Jaydeanster14-Feb-05 7:51 
GeneralRe: Cannot create a child list for field property Pin
Virus Detecter14-Feb-05 20:01
Virus Detecter14-Feb-05 20:01 
GeneralRe: Cannot create a child list for field property Pin
Anonymous15-Feb-05 5:46
Anonymous15-Feb-05 5:46 

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.