Click here to Skip to main content
15,887,214 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
GeneralRe: Remote Desktop Application Pin
Newbie5118-Apr-12 9:47
Newbie5118-Apr-12 9:47 
GeneralRe: Remote Desktop Application Pin
Benaiah Mischenko18-Apr-12 9:56
Benaiah Mischenko18-Apr-12 9:56 
GeneralRe: Remote Desktop Application Pin
Newbie5118-Apr-12 10:23
Newbie5118-Apr-12 10:23 
QuestionPopulate a pdf or word document from vb.net? Pin
alejx17-Apr-12 13:17
alejx17-Apr-12 13:17 
AnswerRe: Populate a pdf or word document from vb.net? Pin
JohnPayton17-Apr-12 14:33
JohnPayton17-Apr-12 14:33 
GeneralRe: Populate a pdf or word document from vb.net? Pin
alejx17-Apr-12 14:40
alejx17-Apr-12 14:40 
GeneralRe: Populate a pdf or word document from vb.net? Pin
JohnPayton17-Apr-12 14:54
JohnPayton17-Apr-12 14:54 
AnswerRe: Populate a pdf or word document from vb.net? Pin
Richard MacCutchan17-Apr-12 21:29
mveRichard MacCutchan17-Apr-12 21:29 
QuestionWindows Phone 7.5 Mango Screen Size Pin
Midnight Ahri16-Apr-12 15:32
Midnight Ahri16-Apr-12 15:32 
QuestionHow can I have a Tab with closing option ? Pin
Member 883311416-Apr-12 1:22
Member 883311416-Apr-12 1:22 

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.