Click here to Skip to main content
15,905,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Maybe an example can help? Pin
komofilms7728-Apr-09 19:41
komofilms7728-Apr-09 19:41 
Questioncorrect way to copy bstr ? Pin
Mogaambo28-Apr-09 1:44
Mogaambo28-Apr-09 1:44 
AnswerRe: correct way to copy bstr ? Pin
_AnsHUMAN_ 28-Apr-09 1:55
_AnsHUMAN_ 28-Apr-09 1:55 
AnswerRe: correct way to copy bstr ? Pin
Garth J Lancaster28-Apr-09 1:58
professionalGarth J Lancaster28-Apr-09 1:58 
GeneralRe: correct way to copy bstr ? Pin
Mogaambo28-Apr-09 2:09
Mogaambo28-Apr-09 2:09 
GeneralRe: correct way to copy bstr ? Pin
tolw28-Apr-09 2:29
tolw28-Apr-09 2:29 
GeneralRe: correct way to copy bstr ? Pin
CPallini28-Apr-09 3:11
mveCPallini28-Apr-09 3:11 
GeneralRe: correct way to copy bstr ? Pin
Mogaambo28-Apr-09 3:51
Mogaambo28-Apr-09 3:51 
GeneralRe: correct way to copy bstr ? Pin
CPallini28-Apr-09 5:16
mveCPallini28-Apr-09 5:16 
QuestionNeed To create a plugin for adob photoshop. Pin
bankey101028-Apr-09 1:28
bankey101028-Apr-09 1:28 
AnswerRe: Need To create a plugin for adob photoshop. Pin
_AnsHUMAN_ 28-Apr-09 1:50
_AnsHUMAN_ 28-Apr-09 1:50 
Questionfiring a http url in c Pin
Kiran Pinjala28-Apr-09 0:35
Kiran Pinjala28-Apr-09 0:35 
AnswerRe: firing a http url in c Pin
Rajkumar R28-Apr-09 1:26
Rajkumar R28-Apr-09 1:26 
QuestionSetScrollInfo() not calling OnSize() of CDialog Pin
Member 438103628-Apr-09 0:32
Member 438103628-Apr-09 0:32 
AnswerRe: SetScrollInfo() not calling OnSize() of CDialog Pin
girishog28-Apr-09 1:04
girishog28-Apr-09 1:04 
QuestionScreeshot in wince Pin
ujjawal kumar28-Apr-09 0:15
ujjawal kumar28-Apr-09 0:15 
QuestionRe: Screeshot in wince Pin
David Crow28-Apr-09 3:09
David Crow28-Apr-09 3:09 
QuestionI want to sell the antitheft software with source code, can you help? Pin
samdecosta27-Apr-09 23:57
samdecosta27-Apr-09 23:57 
AnswerPlease, don't pollute the forum with advertising. Pin
CPallini28-Apr-09 0:03
mveCPallini28-Apr-09 0:03 
GeneralRe: Please, don't pollute the forum with advertising. Pin
samdecosta30-Apr-09 3:09
samdecosta30-Apr-09 3:09 
GeneralRe: Please, don't pollute the forum with advertising. Pin
CPallini30-Apr-09 3:16
mveCPallini30-Apr-09 3:16 
GeneralRe: Please, don't pollute the forum with advertising. Pin
samdecosta30-Apr-09 19:23
samdecosta30-Apr-09 19:23 
GeneralRe: Please, don't pollute the forum with advertising. [modified] Pin
CPallini30-Apr-09 22:18
mveCPallini30-Apr-09 22:18 
AnswerRe: I want to sell the antitheft software with source code, can you help? Pin
Chandrasekharan P28-Apr-09 0:03
Chandrasekharan P28-Apr-09 0:03 
Questionenviromental access problem Pin
Mogaambo27-Apr-09 23:39
Mogaambo27-Apr-09 23:39 
I had created variable in user section , using the following code

'defining variables
dim objShell, colUserEnvVars

'initializing all variables
Set objShell = WScript.CreateObject("WScript.Shell")
Set colUserEnvVars = objShell.Environment("System")

'Output File for registry information.
colUserEnvVars("rahul") = "rahul"

but i cannot read the same from c++, for this i have to restart the system,

but Wscript.Echo colUserEnvVars("DeloitteAuditShare123") read the value without restarting ths system.

“You will never be a leader unless you first learn to follow and be led.”
–Tiorio

"Coming together is a beginning, staying together is progress, and working together is success." Henry Ford

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.