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

Visual Basic

 
GeneralRe: the secret of visual basic Pin
Paul Conrad30-Jul-12 19:40
professionalPaul Conrad30-Jul-12 19:40 
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 
While accessing DB using VB6 component, the xml returned contains no curly braces for Guids.
It was working well in windows 2000.
The new environment is windows 2008 and the code segment that uses is

Set st = New ADODB.Stream
15 cm.ActiveConnection = sAdoConnect
16 cm.Properties("Output Stream") = st
17 cm.Properties("Output Encoding") = "Unicode"
18 If Len(sXMLRoot) > 0 Then cm.Properties("xml root") = sXMLRoot

20 st.Open
21 cm.Execute , , adExecuteStream
22 Set cm.ActiveConnection = Nothing

24 GetCommandResultsXML = st.ReadText


Can any one suggest is there any patch or registry update is there?
AnswerRe: Migrating vb6 to Windows server 2008 Pin
Dave Kreskowiak30-Jul-12 2:11
mveDave Kreskowiak30-Jul-12 2:11 
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 

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.