Hi, - Are there any methods to get the shares of a computer in a network? - Ex: when we type \\192.168.0.1\ in windows explorer, it will output the share of the computer wich has the IP 192.168.0.1 Thanks,
kendao
Posts
-
Get shares of a network computer -
Can't connect directly to peerHi all, Because my internet connection is through proxy server so that I can't use the TcpClient to connect to the peer who is outsite from my network. Are there any solution to solve this problem ? Thanks, Ken
-
Icon of cursorHi All, How to determine the change of icon of cursor at runtime and get that icon ? Thanks,
-
Mouse click Simulation ?Hi all, Do you know how to simulate a left button mouse click on another application ? (use SendMessage api ?) Thanks, ken
-
File monitor program ?Hi all, I wanna write a program that can monitor and discover any change of file in windows sytem and notify the change to user. where should i begin and what should i read ? Thanks, ken
-
File monitor program ?Hi all, I wanna write a program that can monitor and discover any change of file in windows sytem and notify the change to user. where should i begin and what should i read ? Thanks, ken
-
CHtmlView problem ?Hi all, After using the navigate method to open a webpage, i want to lock the content of the webpage (user can't do anything in the view like right mouse clicking, copying text...) just can scroll the web page. I tried using the EnableWindow method but it disabled both the view and the scroll bar ( i don't want disable the scrollbar). Do you have any solution for this case ? thanks, Ken
-
Thead ID Problem ?How to get all thread id of an application ? Thanks...
-
Get width and font of a character ?Hi All, I wanna get the width and height of a character with font "Arial" or any fonts, do you have any solution for this case ? Thanks
-
Get width and height of a character ?Hi All, I wanna get the width and height of a character with font "Arial" or any fonts, do you have any solution for this case ? Thanks
-
Eject and Close CDhow to eject and close CD (not use mciSendString function because it has some problem with computer have more than 2 CDRom) ?
-
tooltip in notifyicon ?tooltip just appear when we move mouse over it parent, can we display notifyicon's tooltip when we click mouse on a button ? thanks...
-
background imag in treeview ?can we insert image to treeview's background ? and how ? thanks...
-
activate form ?i'm writing a messenger program but i don't know how to active the form like yahoo when have a new message arrives. is there any way to slove this problem
-
get application taskis there any method to get items in "applications tab" in "windows task manager"
-
richtextbox problemis there any method to insert gif image (not bitmap) into richtextbox ?
-
recording sound ?i wanna write a recording program in c# so where can i begin ? what shoud i study ? thanks...
-
owner draw menu ?how to create a menu that has a vertical text in the left side ? thanks...
-
extfloodfill problem ?ExtFloodFill is used for device context is there any method to use ExtFloodFill to fill a bitmap ? thanks...
-
save bitmap ?i draw some rectangles and lines into the the panel object. but how can i save the content in the panel object to a bitmap file ? thanks....::)