I think there is a file dialog control you can use. you can use that to make your life easier. I,m a newbie too but im using C# at the moment. ^_^
SteelCrow
Posts
-
select multiple files instead of 1 only -
Nid help in getting list of URLS in a webpage/websiteThanks, but can u show me a more precise code?
-
Nid help in getting list of URLS in a webpage/websiteHi, is it possible for me to code a program in c++ to gather all URLs contained in a website/webpage? or if not does anyone have a code to find URLs in a text file? Does anyone have a sample code or a link that may give me information about this? Your help will be appreciated. Thanks in advance :-D
-
Need Help With SendMessage()Hi, i need help with this code; --------------------------------------------------------------- LRESULT iresult; LVFINDINFO plvfi; plvfi.flags = LVFI_STRING; plvfi.psz = "test" iresult = SendMessage(hWnd,LVM_FINDITEM,(WPARAM)-1,(LPARAM) &plvfi); ----------------------------------------------------------------- given the code above, the program i am running would Crash and a send error report dialog would appear. Ive checked other websites and their syntax is almost the same as this one but i cant seem to make this program work. What am i doing wrong? Thanks. I'd appreciate any help from you guys :-D
-
Help with Win XP task managerThanks for the help. I really appreciate it :-D
-
Help with Win XP task managerSo if my login for example was not of an administrator account, you mean to tell me i wont be able to kill processes on the task manager? Please correct me if im wrong. Thanks
-
Help with Win XP task managerThanks for the suggestion, but what i really need is another way to protect the application from being disabled by users at the same time giving them access to the task manager. The application im talking about is a client application which is connected to the server. If the user kills the service, it wont be able to recieve information from the server. But thanks anyway ;)
-
Help with Win XP task managerI have a question for you guys. How can i protect the taskbar from users that kills processes essential to the business. if the user goes to Taskmanager, he can still kill the process of that services... Is there any way to prevent him to kill 'one' specific process without preventing him to use the Task Manager.? I would appreciate any help. Thanks :-D
-
RE: Win XP TaskmanagerI have a question for you guys. How can i protect the taskbar from users that kills processes essential to the business. if the user goes to Taskmanager, he can still kill the process of that services... Is there any way to prevent him to kill 'one' specific process without preventing him to use the Task Manager.? I would appreciate any help. Thanks:-D