Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
0 Endorsements
~591 People Reached
Favorite Tags
Member Avatar for nonemsludo

Could someone help me modify this code to C# for wp7,am new to sockets and language bindings, the server is in C. it attached in a zipped file, thanks in advance

Member Avatar for jingda
0
73
Member Avatar for nonemsludo

[CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Controls; using System.Windows; using System.Windows.Input; namespace MaskedTextBox { /// <summary> /// Demo code by I.Panagopoulos - 2009 /// Use freely. /// </summary> class MyMaskedTextBox:TextBox { private System.ComponentModel.MaskedTextProvider _mprovider=null; /// <summary> /// Gets/Sets the desired mask /// </summary> public string Mask { …

0
61
Member Avatar for nonemsludo

I am trying to write a function that returns true if the number of vowels in a word are equal to the consonants or false if otherwise, but I keep on getting an error that the word is not defined, I need help to debug my code [code] def word(n): …

Member Avatar for nonemsludo
-1
457