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
~982 People Reached
Favorite Tags

4 Posted Topics

Member Avatar for recawo

I am doing a project title "video chat" on web based application. Is there any java framework available to access webcam ?

0
56
Member Avatar for recawo

how to access xml resource file in C# wpf application? i have made xml file a resource file but i cant access it . here is a code: private static string MessageExtract(string tagName) { XmlDocument messageTags = new XmlDocument(); messageTags.Load(@"//resources//Messages.xml");//this dont work XmlElement messageRoot= (XmlElement)messageTags.GetElementsByTagName(tagName)[0]; return messageRoot.GetElementsByTagName(AppManager.GetCurrentLanguage())[0].InnerText; }

Member Avatar for recawo
0
310
Member Avatar for recawo

I am using Visual C# When i open file from my database then an image is loaded in my program,and image source is given below [B][COLOR="Red"]map.Source = new BitmapImage(new Uri(filePath)); [/COLOR][/B]/// filepath is address of image from datebase and when replace it by another image. The new image is loaded …

Member Avatar for kouroshnik
0
249
Member Avatar for recawo

i have load a image in my picture box. Then after that i load another image in same picture box.when i try to delete previous image from my drive then it show a message that source of previous image is used by program. how can i free source of previous …

Member Avatar for nick.crane
0
87

The End.