Click here to Skip to main content
15,925,723 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB COM object works fine when called from server, but not workstation... Pin
rahvyn134-Oct-08 2:21
rahvyn134-Oct-08 2:21 
QuestionHow to call functions from normal DLL's in VB.NET Pin
mastergamer01683-Oct-08 6:32
mastergamer01683-Oct-08 6:32 
AnswerRe: How to call functions from normal DLL's in VB.NET Pin
jzonthemtn3-Oct-08 6:37
jzonthemtn3-Oct-08 6:37 
QuestionConcatenating to perform an action [modified] Pin
MatthewABlack3-Oct-08 4:03
MatthewABlack3-Oct-08 4:03 
AnswerRe: Concatenating to perform an action [modified] Pin
MatthewABlack3-Oct-08 4:07
MatthewABlack3-Oct-08 4:07 
AnswerRe: Concatenating to perform an action Pin
nlarson113-Oct-08 10:11
nlarson113-Oct-08 10:11 
AnswerRe: Concatenating to perform an action Pin
Gideon Engelberth3-Oct-08 15:59
Gideon Engelberth3-Oct-08 15:59 
QuestionDesign Tips Needed Pin
nlarson113-Oct-08 3:52
nlarson113-Oct-08 3:52 
Hello,

My application consists of an EXE acting as a main menu. Each menu item opens an app that sits in 1-many dlls. Each application has the ability to communicate in one way or another via a object handler that I called the HUB. They all have shared memory as well as shared objects they can access to get things like security and user information, etc.

Problem #1)

All of these apps are started via the main thread and if one of the apps dies, it has the potential of killing everything on the thread. I have added appropriate onthreadexception and unhandled exception error handling but again...but depending on the error, recovery of the other apps may or not be consistent.

Problem #2)

Each one of these apps has the possibility of showing a dialog box (msgbox or one of my own). Because each app was started on the main thread...all the other apps are locked until that one app shutsdown the dialogbox because as you know the dialogbox blocks execution.

I would appreciate any design tips on how you get around these issues and how you handle a multiple application suite of software that communicates with each other. I'm open to redesigning if it takes that effort to straighten these two issues out...

Thank you Confused | :confused:
Nathan

'Never argue with an idiot; they'll drag you down to their level and beat you with experience.' ~ anonymous

'Life's real failure is when you do not realize how close you were to success when you gave up.' ~ anonymous


AnswerMDI ? Pin
David Mujica3-Oct-08 5:43
David Mujica3-Oct-08 5:43 
GeneralRe: MDI ? Pin
nlarson113-Oct-08 8:03
nlarson113-Oct-08 8:03 
QuestionDatabase Design Pin
Gagan.203-Oct-08 2:03
Gagan.203-Oct-08 2:03 
AnswerRe: Database Design Pin
Ashfield3-Oct-08 2:11
Ashfield3-Oct-08 2:11 
QuestionApplication Communication Pin
Gagan.203-Oct-08 1:57
Gagan.203-Oct-08 1:57 
AnswerRe: Application Communication Pin
Levisvv15-Oct-08 8:40
Levisvv15-Oct-08 8:40 
Questionvb programming Pin
THOBANI3-Oct-08 1:56
THOBANI3-Oct-08 1:56 
AnswerRe: vb programming Pin
Rajesh Anuhya3-Oct-08 2:20
professionalRajesh Anuhya3-Oct-08 2:20 
QuestionHow to change the width of Details section in crystal report Pin
mamatha97anju3-Oct-08 0:29
mamatha97anju3-Oct-08 0:29 
AnswerRe: How to change the width of Details section in crystal report Pin
ChandraRam3-Oct-08 1:28
ChandraRam3-Oct-08 1:28 
Questionnested gridviews without postback Pin
vsangeetha2-Oct-08 23:44
vsangeetha2-Oct-08 23:44 
AnswerRe: nested gridviews without postback Pin
Dave Kreskowiak3-Oct-08 1:47
mveDave Kreskowiak3-Oct-08 1:47 
QuestionWhere Can i find a VB.Net Employee Starter Kit Pin
kmathebula2-Oct-08 20:39
kmathebula2-Oct-08 20:39 
AnswerRe: Where Can i find a VB.Net Employee Starter Kit Pin
Ashfield2-Oct-08 21:14
Ashfield2-Oct-08 21:14 
AnswerRe: Where Can i find a VB.Net Employee Starter Kit Pin
Dave Kreskowiak3-Oct-08 1:45
mveDave Kreskowiak3-Oct-08 1:45 
GeneralRe: Where Can i find a VB.Net Employee Starter Kit Pin
MidwestLimey3-Oct-08 8:29
professionalMidwestLimey3-Oct-08 8:29 
Questionambiuous namespace Pin
George Mathew2-Oct-08 16:21
George Mathew2-Oct-08 16:21 

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.