Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
About Me

IT Student

Member Avatar for michtan

Hi there i have a tumbnail Control box. Everytime my pictures load i click it will show in Image Viewer or photoshop can i view it in picture box instead of open a new window in other application? Pls help!

Member Avatar for codeorder
0
120
Member Avatar for michtan

I use picture box to view web cam, it works. But i wan to add another transparent picture box on top with upload a picture transparent background circle . So when i open web cam there is a circle on the web cam. Is that possible? How to make picture …

Member Avatar for trpsjt2008
0
2K
Member Avatar for michtan

Hi, I wan to copy my directory from a loc to another. But i just able to move. Below is my code. [CODE] PathToMove = "C:\hey\nana\" Destination = "C:\you\nana\" If Directory.Exists(Destination) Then Dim objDir As New DirectoryInfo(Destination) objDir.Delete(True) msgbox("done") End If Try If Directory.Exists(PathToMove) Then Directory.Move(PathToMove, Destination) Else msgbox("Error") End …

Member Avatar for kvprajapati
0
102
Member Avatar for michtan

I have textbox showing the path which read from txt file ----------------------------- Inside Txtfile look like this : TextBox1.Text = C:\Hello\ ------------------------------- And the textbox will show the path C:\Hello\ Whatever i changed in txtfile the textbox will show the path from txtfile But now i want to edit from …

Member Avatar for kvprajapati
0
98
Member Avatar for michtan

1.Everytime startup, after go into desktop will flash like 3-4 times then work smoothly after that. Is that o/s problem?? 2. I just bought this notebook for 1 week. the screen will turned into blue screen and restart.(This occured when im on call using skype) it happened twice. Im using …

Member Avatar for cguan_77
0
86