Click here to Skip to main content
15,903,540 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Share names Pin
kelprinc16-Jan-06 21:45
kelprinc16-Jan-06 21:45 
GeneralRe: Share names Pin
_AnsHUMAN_ 16-Jan-06 21:50
_AnsHUMAN_ 16-Jan-06 21:50 
QuestionRe: Share names Pin
kelprinc16-Jan-06 22:10
kelprinc16-Jan-06 22:10 
AnswerRe: Share names Pin
vallikumar16-Jan-06 22:23
vallikumar16-Jan-06 22:23 
QuestionRe: Share names Pin
kelprinc16-Jan-06 22:28
kelprinc16-Jan-06 22:28 
AnswerRe: Share names Pin
_AnsHUMAN_ 16-Jan-06 22:29
_AnsHUMAN_ 16-Jan-06 22:29 
QuestionRe: Share names Pin
kelprinc16-Jan-06 22:34
kelprinc16-Jan-06 22:34 
AnswerRe: Share names Pin
David Crow17-Jan-06 4:28
David Crow17-Jan-06 4:28 
kelprinc wrote:
So basically i need to get all the information about the shares on my PC using NetShareGetInfo.


Use NetShareEnum(NULL, ...) instead. If you need information about a particular share, use NetShareGetInfo(NULL, _T("NameOfShare"), ...).


"The words of God are not like the oak leaf which dies and falls to the earth, but like the pine tree which stays green forever." - Native American Proverb


QuestionQuery related to Worker Threads & GUI Window? Pin
dp_7616-Jan-06 20:28
dp_7616-Jan-06 20:28 
AnswerRe: Query related to Worker Threads & GUI Window? Pin
Roger Stoltz16-Jan-06 21:37
Roger Stoltz16-Jan-06 21:37 
Answer[Message Deleted] Pin
Stephen Hewitt16-Jan-06 21:47
Stephen Hewitt16-Jan-06 21:47 
AnswerRe: Query related to Worker Threads & GUI Window? Pin
Stephen Hewitt16-Jan-06 21:47
Stephen Hewitt16-Jan-06 21:47 
Questionhow to convert the HTML files output to the image like bitmap or jpg Pin
Hemant kulkarni16-Jan-06 20:26
Hemant kulkarni16-Jan-06 20:26 
AnswerRe: how to convert the HTML files output to the image like bitmap or jpg Pin
kelprinc16-Jan-06 20:44
kelprinc16-Jan-06 20:44 
GeneralRe: how to convert the HTML files output to the image like bitmap or jpg Pin
Hemant kulkarni16-Jan-06 21:14
Hemant kulkarni16-Jan-06 21:14 
GeneralRe: how to convert the HTML files output to the image like bitmap or jpg Pin
Stephen Hewitt16-Jan-06 22:06
Stephen Hewitt16-Jan-06 22:06 
GeneralRe: how to convert the HTML files output to the image like bitmap or jpg Pin
Stephen Hewitt16-Jan-06 23:00
Stephen Hewitt16-Jan-06 23:00 
AnswerRe: how to convert the HTML files output to the image like bitmap or jpg Pin
Owner drawn16-Jan-06 22:15
Owner drawn16-Jan-06 22:15 
AnswerRe: how to convert the HTML files output to the image like bitmap or jpg Pin
Stephen Hewitt16-Jan-06 23:08
Stephen Hewitt16-Jan-06 23:08 
GeneralRe: how to convert the HTML files output to the image like bitmap or jpg Pin
Hemant kulkarni16-Jan-06 23:30
Hemant kulkarni16-Jan-06 23:30 
GeneralRe: how to convert the HTML files output to the image like bitmap or jpg Pin
Anamika200518-May-06 20:10
Anamika200518-May-06 20:10 
GeneralRe: how to convert the HTML files output to the image like bitmap or jpg Pin
Stephen Hewitt18-May-06 20:14
Stephen Hewitt18-May-06 20:14 
AnswerRe: how to convert the HTML files output to the image like bitmap or jpg Pin
vikas amin17-Jan-06 0:51
vikas amin17-Jan-06 0:51 
QuestionSend mouse message Pin
leenmie16-Jan-06 19:47
leenmie16-Jan-06 19:47 
AnswerRe: Send mouse message Pin
Rajesh R Subramanian16-Jan-06 19:54
professionalRajesh R Subramanian16-Jan-06 19:54 

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.