Click here to Skip to main content
15,891,645 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: the secret of visual basic Pin
TheKevlar2-Aug-12 4:12
TheKevlar2-Aug-12 4:12 
GeneralRe: the secret of visual basic Pin
Dave Kreskowiak2-Aug-12 4:27
mveDave Kreskowiak2-Aug-12 4:27 
AnswerRe: the secret of visual basic Pin
Wes Aday30-Jul-12 16:37
professionalWes Aday30-Jul-12 16:37 
AnswerRe: the secret of visual basic Pin
Mycroft Holmes30-Jul-12 17:02
professionalMycroft Holmes30-Jul-12 17:02 
GeneralRe: the secret of visual basic Pin
Paul Conrad30-Jul-12 19:41
professionalPaul Conrad30-Jul-12 19:41 
AnswerRe: the secret of visual basic Pin
Abhinav S30-Jul-12 17:35
Abhinav S30-Jul-12 17:35 
QuestionMigrating vb6 to Windows server 2008 Pin
anil a pillai30-Jul-12 0:18
anil a pillai30-Jul-12 0:18 
AnswerRe: Migrating vb6 to Windows server 2008 Pin
Dave Kreskowiak30-Jul-12 2:11
mveDave Kreskowiak30-Jul-12 2:11 
There is no patch or "registry update".

It's simple really. Since VB6 doesn't have a GUID type, you're using strings as GUIDs. You'll have to write the code that handles the case of stripping the curly braces off of data that you write to the database and add's them back when you read the data from the database.

Why?? Because only ADO 2.x and below put the braces in. Everything else today, including the database itself does NOT store a GUID with curly braces. When you finally rewrite this app in .NET, you're going to have to write a seperate application that migrates the data to actual GUID fields and handle converting your string GUIDs in the database to actual GUIDs.

QuestionGrid can insert pictures and text in VB6.0? Pin
Member 245846725-Jul-12 23:07
Member 245846725-Jul-12 23:07 
AnswerRe: Grid can insert pictures and text in VB6.0? Pin
Nagy Vilmos26-Jul-12 0:03
professionalNagy Vilmos26-Jul-12 0:03 
AnswerRe: Grid can insert pictures and text in VB6.0? Pin
Eddy Vluggen26-Jul-12 2:18
professionalEddy Vluggen26-Jul-12 2:18 
GeneralSend and receive data from/to Machine Using VB.Net Pin
matrixmas25-Jul-12 22:36
matrixmas25-Jul-12 22:36 
QuestionRe: Send and receive data from/to Machine Using VB.Net Pin
Richard MacCutchan26-Jul-12 0:19
mveRichard MacCutchan26-Jul-12 0:19 
GeneralRe: Send and receive data from/to Machine Using VB.Net Pin
Eddy Vluggen26-Jul-12 1:30
professionalEddy Vluggen26-Jul-12 1:30 
Generalsrtf Pin
Member 930767325-Jul-12 17:36
Member 930767325-Jul-12 17:36 
AnswerRe: srtf Pin
Peter_in_278025-Jul-12 17:46
professionalPeter_in_278025-Jul-12 17:46 
GeneralRe: srtf Pin
Abhinav S25-Jul-12 21:39
Abhinav S25-Jul-12 21:39 
GeneralRe: srtf Pin
Richard MacCutchan25-Jul-12 22:35
mveRichard MacCutchan25-Jul-12 22:35 
QuestionNot finding FindControl Method Pin
SPSandy25-Jul-12 8:21
SPSandy25-Jul-12 8:21 
AnswerRe: Not finding FindControl Method Pin
Wes Aday25-Jul-12 8:35
professionalWes Aday25-Jul-12 8:35 
GeneralRe: Not finding FindControl Method Pin
SPSandy25-Jul-12 21:21
SPSandy25-Jul-12 21:21 
QuestionVB6.0 Datagrid not supported Refresh after add, delete, ... ? Pin
Member 245846724-Jul-12 17:49
Member 245846724-Jul-12 17:49 
AnswerRe: VB6.0 Datagrid not supported Refresh after add, delete, ... ? Pin
Dave Kreskowiak25-Jul-12 1:15
mveDave Kreskowiak25-Jul-12 1:15 
GeneralRe: VB6.0 Datagrid not supported Refresh after add, delete, ... ? Pin
Paul Conrad26-Jul-12 7:03
professionalPaul Conrad26-Jul-12 7:03 
QuestionMessage Closed Pin
24-Jul-12 10:56
Waqasswaleh24-Jul-12 10:56 

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.