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
~837 People Reached
Favorite Tags
jsp x 1
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
51
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
204
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
238
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
78
Member Avatar for kevin wood

hello i am trying to display an image from a database which has just been uploaded by the user. when they go onto the next page the image should be displayed here. I have been able to get it to display the path for the image that haas been stored …

Member Avatar for nav33n
0
266