Click here to Skip to main content
16,017,954 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Second Dialog referring to First Dialog Class Member Pin
Xtorpia9-Aug-02 0:42
Xtorpia9-Aug-02 0:42 
QuestionAdd-in : where to get file names in a project object ?? Pin
haust8-Aug-02 4:36
haust8-Aug-02 4:36 
AnswerRe: Add-in : where to get file names in a project object ?? Pin
haust8-Aug-02 22:26
haust8-Aug-02 22:26 
QuestionCodeguru... Stupid Monkey Bussiness ? Pin
Braulio Dez8-Aug-02 4:15
Braulio Dez8-Aug-02 4:15 
AnswerSorry, this was for the lounge, bad sh*t in my head :-( Pin
Braulio Dez8-Aug-02 4:50
Braulio Dez8-Aug-02 4:50 
QuestionHow do I access parent members from child? Pin
brianwelsch8-Aug-02 3:46
brianwelsch8-Aug-02 3:46 
AnswerRe: How do I access parent members from child? Pin
Ranjan Banerji8-Aug-02 4:22
Ranjan Banerji8-Aug-02 4:22 
GeneralVBScript compilation error Pin
Anonymous8-Aug-02 3:26
Anonymous8-Aug-02 3:26 
When I run a testing script. I got the error:

Microsoft VBScript compilation error [LineBlush | :O ] Expected end of statement
Dim doc As Integer

"Dim doc As Integer" is the script I passed it. The script is quite simple, and why does it have compilation error ?

I called MyScriptSite's ParseScript to run the script. Below is the code. I chased before calling ParseScript, the state is Initialized.

<br />
STDMETHODIMP CMyScriptSite::ParseScript(BSTR bstrText)<br />
{<br />
<pre><br />
	EXCEPINFO exception;<br />
	ZeroMemory(&exception, sizeof(exception));<br />
<br />
	SCRIPTSTATE pst;<br />
	m_pScript->GetScriptState(&pst);<br />
<br />
	//	m_pScript->SetScriptState(SCRIPTSTATE_CONNECTED);<br />
	m_pScriptParse->ParseScriptText(bstrText, 0, 0, 0, 0, 0,<br />
		SCRIPTTEXT_ISPERSISTENT|SCRIPTTEXT_ISVISIBLE, 0, &exception);<br />
<br />
	return S_OK;<br />
</pre><br />
}<br />

GeneralRe: VBScript compilation error Pin
Anonymous8-Aug-02 8:21
Anonymous8-Aug-02 8:21 
GeneralRe: VBScript compilation error Pin
Anonymous8-Aug-02 16:24
Anonymous8-Aug-02 16:24 
GeneralCreateProcess and Redirecting output Pin
Dave_8-Aug-02 2:45
Dave_8-Aug-02 2:45 
GeneralRe: CreateProcess and Redirecting output Pin
Ravi Bhavnani8-Aug-02 2:58
professionalRavi Bhavnani8-Aug-02 2:58 
GeneralRe: CreateProcess and Redirecting output Pin
Dave_8-Aug-02 4:33
Dave_8-Aug-02 4:33 
GeneralSetting height in CComboBox dropdown list Pin
Poul Haahr Klemmensen8-Aug-02 2:29
Poul Haahr Klemmensen8-Aug-02 2:29 
GeneralRe: Setting height in CComboBox dropdown list Pin
Alberto Giannetto8-Aug-02 2:41
Alberto Giannetto8-Aug-02 2:41 
GeneralRe: Setting height in CComboBox dropdown list Pin
Poul Haahr Klemmensen8-Aug-02 2:45
Poul Haahr Klemmensen8-Aug-02 2:45 
GeneralMultiline Tray Tooltip Pin
Alberto Giannetto8-Aug-02 1:37
Alberto Giannetto8-Aug-02 1:37 
GeneralRe: Multiline Tray Tooltip Pin
Ravi Bhavnani8-Aug-02 3:02
professionalRavi Bhavnani8-Aug-02 3:02 
GeneralRe: Multiline Tray Tooltip Pin
Alberto Giannetto8-Aug-02 3:52
Alberto Giannetto8-Aug-02 3:52 
GeneralAppendChunk bombs Pin
nss8-Aug-02 1:24
nss8-Aug-02 1:24 
GeneralRe: AppendChunk bombs Pin
Ravi Bhavnani8-Aug-02 3:00
professionalRavi Bhavnani8-Aug-02 3:00 
GeneralRe: AppendChunk bombs Pin
nss8-Aug-02 5:08
nss8-Aug-02 5:08 
GeneralRe: AppendChunk bombs Pin
Ravi Bhavnani8-Aug-02 5:43
professionalRavi Bhavnani8-Aug-02 5:43 
GeneralRe: AppendChunk bombs Pin
nss8-Aug-02 7:08
nss8-Aug-02 7:08 
GeneralRe: AppendChunk bombs Pin
Ravi Bhavnani8-Aug-02 11:43
professionalRavi Bhavnani8-Aug-02 11:43 

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.