Click here to Skip to main content
15,916,842 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Chat without server Pin
Eddy Vluggen21-Apr-12 4:20
professionalEddy Vluggen21-Apr-12 4:20 
GeneralRe: Chat without server Pin
Member 422308723-Apr-12 1:37
Member 422308723-Apr-12 1:37 
QuestionVisual Basic.net Pin
Hermaine18-Apr-12 21:39
Hermaine18-Apr-12 21:39 
GeneralRe: Visual Basic.net Pin
Richard MacCutchan18-Apr-12 22:40
mveRichard MacCutchan18-Apr-12 22:40 
AnswerRe: Visual Basic.net Pin
Simon_Whale19-Apr-12 3:06
Simon_Whale19-Apr-12 3:06 
AnswerRe: Visual Basic.net Pin
Dave Kreskowiak19-Apr-12 6:06
mveDave Kreskowiak19-Apr-12 6:06 
AnswerRe: Visual Basic.net Pin
Sentenryu20-Apr-12 1:35
Sentenryu20-Apr-12 1:35 
GeneralRe: Visual Basic.net Pin
Hermaine22-Apr-12 18:56
Hermaine22-Apr-12 18:56 
QuestionRegular Expressions: dealing with a quote Pin
Brad Fackrell18-Apr-12 3:43
Brad Fackrell18-Apr-12 3:43 
AnswerRe: Regular Expressions: dealing with a quote Pin
Eddy Vluggen18-Apr-12 5:02
professionalEddy Vluggen18-Apr-12 5:02 
GeneralRe: Regular Expressions: dealing with a quote Pin
Brad Fackrell18-Apr-12 5:12
Brad Fackrell18-Apr-12 5:12 
AnswerRe: Regular Expressions: dealing with a quote Pin
VJ Reddy18-Apr-12 5:08
VJ Reddy18-Apr-12 5:08 
GeneralRe: Regular Expressions: dealing with a quote Pin
Brad Fackrell18-Apr-12 5:21
Brad Fackrell18-Apr-12 5:21 
GeneralRe: Regular Expressions: dealing with a quote Pin
VJ Reddy18-Apr-12 5:45
VJ Reddy18-Apr-12 5:45 
AnswerRe: Regular Expressions: dealing with a quote Pin
proneal26-Apr-12 9:44
proneal26-Apr-12 9:44 
QuestionHOW TO CLOSE FORM IN ACTIVEX DLL Pin
haidernitc17-Apr-12 17:56
haidernitc17-Apr-12 17:56 
AnswerRe: HOW TO CLOSE FORM IN ACTIVEX DLL Pin
Eddy Vluggen18-Apr-12 0:23
professionalEddy Vluggen18-Apr-12 0:23 
GeneralRe: HOW TO CLOSE FORM IN ACTIVEX DLL Pin
haidernitc18-Apr-12 0:31
haidernitc18-Apr-12 0:31 
It is giving AUTOMATION ERRORS AND CAN NOT CREATE OBJECT.
It is class code
Public Sub mdlShow(accesstype As String,cmd As String)
Dim frm As FormMain
Set frm = New FormMain
frm.Show vbModal
End Sub
in form

public sub form_load()

return=checking()
if return=0 then
'HERE I NEED TO STOP THE PROGRAM EXECUTION WITHOUT SHOWING FORM BUT IT IS NOT POSSIBLE WITH EXIT SUB AND FORM1.HIDE UNLOAD ME END IS NOT WOKING
End Sub

PLEASE HELP SIR
GeneralRe: HOW TO CLOSE FORM IN ACTIVEX DLL Pin
Eddy Vluggen18-Apr-12 5:00
professionalEddy Vluggen18-Apr-12 5:00 
QuestionRemote Desktop Application Pin
Newbie5117-Apr-12 14:17
Newbie5117-Apr-12 14:17 
AnswerRe: Remote Desktop Application Pin
Dave Kreskowiak17-Apr-12 15:16
mveDave Kreskowiak17-Apr-12 15:16 
GeneralRe: Remote Desktop Application Pin
Newbie5117-Apr-12 15:23
Newbie5117-Apr-12 15:23 
AnswerRe: Remote Desktop Application Pin
Benaiah Mischenko17-Apr-12 17:26
Benaiah Mischenko17-Apr-12 17:26 
GeneralRe: Remote Desktop Application Pin
Newbie5118-Apr-12 6:12
Newbie5118-Apr-12 6:12 
AnswerRe: Remote Desktop Application Pin
Benaiah Mischenko18-Apr-12 8:53
Benaiah Mischenko18-Apr-12 8:53 

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.