Click here to Skip to main content
15,901,122 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Open local programme from email (with link) Pin
Dave Kreskowiak13-Nov-08 5:27
mveDave Kreskowiak13-Nov-08 5:27 
GeneralRe: Open local programme from email (with link) Pin
Tom Deketelaere13-Nov-08 7:17
professionalTom Deketelaere13-Nov-08 7:17 
GeneralRe: Open local programme from email (with link) Pin
Dave Kreskowiak13-Nov-08 8:25
mveDave Kreskowiak13-Nov-08 8:25 
GeneralRe: Open local programme from email (with link) Pin
Tom Deketelaere13-Nov-08 8:58
professionalTom Deketelaere13-Nov-08 8:58 
GeneralRe: Open local programme from email (with link) Pin
Tom Deketelaere13-Nov-08 22:00
professionalTom Deketelaere13-Nov-08 22:00 
GeneralRe: Open local programme from email (with link) Pin
Dave Kreskowiak14-Nov-08 3:20
mveDave Kreskowiak14-Nov-08 3:20 
GeneralRe: Open local programme from email (with link) Pin
Tom Deketelaere14-Nov-08 4:27
professionalTom Deketelaere14-Nov-08 4:27 
QuestionQuickbooks integration. Pin
Stephen Lintott13-Nov-08 1:42
Stephen Lintott13-Nov-08 1:42 
Hii. I am currently trying to integrate a asp.net(VB) website with quickbooks. Below is the code.
Dim sessionManager As New QBSessionManager()
                        Dim requestMsgSet As IMsgSetRequest
                        Dim x As Integer
                        Try
                            sessionManager.OpenConnection2("", "QB Integration", ENConnectionType.ctLocalQBD)
                            sessionManager.BeginSession("C:\Program Files\Intuit\QuickBooks Accountant 2005\SA Outsourcing.QBW", ENOpenMode.omDontCare)
                            requestMsgSet = getLatestMsgSetRequest(sessionManager)

on the line
sessionManager.BeginSession("C:\Program Files\Intuit\QuickBooks Accountant 2005\SA Outsourcing.QBW", ENOpenMode.omDontCare)

it fails with "Could not start quickbooks"
Can someone please give me a reason for this. I've tried evrything I could think of user rights ect. and I have run the reboot.bat file as well nothing works

Stephen Lintott Bsc IT (RAU)

AnswerRe: Quickbooks integration. Pin
Christian Graus13-Nov-08 2:29
protectorChristian Graus13-Nov-08 2:29 
GeneralRe: Quickbooks integration. Pin
Stephen Lintott13-Nov-08 2:51
Stephen Lintott13-Nov-08 2:51 
QuestionRemove button from vbnet Pin
popemonica13-Nov-08 1:05
popemonica13-Nov-08 1:05 
AnswerRe: Remove button from vbnet Pin
sph3rex13-Nov-08 7:28
sph3rex13-Nov-08 7:28 
QuestionCalling VB6 form from Windows Form changes controls style Pin
Crazy Joe Devola13-Nov-08 0:54
Crazy Joe Devola13-Nov-08 0:54 
AnswerRe: Calling VB6 form from Windows Form changes controls style Pin
Dave Kreskowiak13-Nov-08 4:38
mveDave Kreskowiak13-Nov-08 4:38 
GeneralRe: Calling VB6 form from Windows Form changes controls style Pin
Crazy Joe Devola15-Nov-08 20:55
Crazy Joe Devola15-Nov-08 20:55 
GeneralRe: Calling VB6 form from Windows Form changes controls style Pin
Crazy Joe Devola18-Nov-08 22:08
Crazy Joe Devola18-Nov-08 22:08 
QuestionRegads AxMSChart Control Pin
Nanda_MR13-Nov-08 0:08
Nanda_MR13-Nov-08 0:08 
AnswerRe: Regads AxMSChart Control Pin
Dave Kreskowiak13-Nov-08 4:36
mveDave Kreskowiak13-Nov-08 4:36 
AnswerRe: Regads AxMSChart Control Pin
sph3rex13-Nov-08 7:19
sph3rex13-Nov-08 7:19 
Questionvb.net, crystal reports Pin
Asheeqah12-Nov-08 21:38
Asheeqah12-Nov-08 21:38 
AnswerRe: vb.net, crystal reports Pin
Dave Kreskowiak13-Nov-08 4:31
mveDave Kreskowiak13-Nov-08 4:31 
QuestionWhich one is good for Performance [modified] Pin
indian14312-Nov-08 20:41
indian14312-Nov-08 20:41 
AnswerRe: Which one is good for Performance Pin
Rajesh Anuhya12-Nov-08 21:46
professionalRajesh Anuhya12-Nov-08 21:46 
GeneralRe: Which one is good for Performance [modified] Pin
indian14312-Nov-08 22:45
indian14312-Nov-08 22:45 
GeneralRe: Which one is good for Performance Pin
Rajesh Anuhya12-Nov-08 23:04
professionalRajesh Anuhya12-Nov-08 23:04 

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.