|
OriginalGriff wrote: Um, no it doesn't - you need to replace the '*' with a '+' or it matches 0 digits.
Good spot.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
My blog | My articles | MoXAML PowerToys | Onyx
|
|
|
|
|
when i waz doing some project.......it asks user password....in zat page u can also change ur password..........but i just want to increase z size of z form and add some buttons.....i already create z button @ run time but it is not visible.....and i cant locate z location of z button....hw could i solve it???
|
|
|
|
|
Obviously English isn't your first language, so just a few points to help you improve and to increase your chances of being understood.
waz = was
zat = that
u = you
ur = your (sometimes you're - short for 'you are')
z = the
@ = at
hw = how
Creating the button isn't enough. You need to add it to the form's Controls property.
Button button = new Button();
button.Text = "&Created in Code";
button.Size = new Size(100, 23);
button.Location = new Point(12, 12);
this.Controls.Add(button);
DaveBTW, in software, hope and pray is not a viable strategy. (Luc Pattyn) Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia) Why are you using VB6? Do you hate yourself? (Christian Graus)
|
|
|
|
|
DaveyM69 wrote: waz = was
zat = that
u = you
ur = your (sometimes you're - short for 'you are')
z = the
@ = at
hw = how
Gud1 Dave.
It is a crappy thing, but it's life -^ Carlo Pallini
|
|
|
|
|
DaveyM69 wrote: Obviously English isn't your first language
apparently his member profile says he's from US
regards
|
|
|
|
|
PandemoniumPasha wrote: apparently his member profile says he's from US
That doesn't mean anything. America doesn't have an official language, English is merely the convention, it is perfectly possible that his first language could be a different language.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
My blog | My articles | MoXAML PowerToys | Onyx
|
|
|
|
|
Thank you man for helping. About the English, I just wanted to express my question. I think it would be no problem. Bye
What about now. I think my English is good.
|
|
|
|
|
No problem.
Your English is much better here. Complete with capitalisation and punctuation too!
Don't be too lazy, badly written text is just hard to read which leads to problems in comprehension for the reader. When you're asking a question to which you need an acurate answer, that is not an ideal situation.
I can't think of any situation in life where the kind of English you used before would be preferable. It may look cool in 'txts 2 ur m8s', but amongst intelligent people, such as you will mostly find here, it just makes you look a dick (IMO)!
DaveBTW, in software, hope and pray is not a viable strategy. (Luc Pattyn) Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia) Why are you using VB6? Do you hate yourself? (Christian Graus)
|
|
|
|
|
How can i detect bluetooth device and transfer the data from Pocket PC in C#
|
|
|
|
|
|
Hello,
I've built a chat that few clients can connect to the server and every message that each client send all the other recieve it.
I want to add all the user name to each client when a new client is connect.
How can i do it?
i'm using the Hashtable class to store the users.
thanks...
|
|
|
|
|
if you've done all that then it should not be hard to do what you want. the logic is the same. where exactly are you stuck?
regards
|
|
|
|
|
How to remove from the other clients the users (from the list box).
The massege i sent with StreamWriter (run on all the tcpClient array) to all the connetced clients.
But somehow i have problem doing it...
|
|
|
|
|
from what i understand, every message a client sends goes to the server which then broadcasts to all the clients. is that correct?
if so, then the server will receive all the notifications regarding users logging in and logging out. it is just a matter of sending a control message to all the clients and notifying them of the changes that occurred. for that you need to design your own protocol and decide how you would like to handle server-client communication. if you have reached as far as broadcasting the messages to all clients, i presume that you have implemented some sort of protocol for the communication. now, all you have to do is extend it to include some server messages or commands that are handled by the client.
regards
|
|
|
|
|
|
want know use of these to please reply me as soon as possible.
|
|
|
|
|
See the sticky thingy at the top of the list READ IT!
Never underestimate the power of human stupidity
RAH
|
|
|
|
|
Dear Friends,
I have converted my C# .NET web application from VS 2003 to VS 2008 everything works fine except crystal report. When I open any form which displays the crystal report it gives me the below error,
"Unable to find the report in the manifest resources. Please build the project, and try again"
I removed the references and again added one by one and build the project many times but still I am getting the same error.
Your quick help will be highly appreciated.
Thanks and Regard
Murtuza Patel
|
|
|
|
|
i am getting also same problem
Thanks,
B.N.Verma
|
|
|
|
|
Hi.
I have this problem too, can you tell me what to do?
Thank you.
CanI
|
|
|
|
|
Hi, I have the same problem,
Did you find any solution?
Thanks.
|
|
|
|
|
|
You could not even wait for 5 min before reposting the same question
Manas Bhardwaj
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
|
|
|
|
|
Hi there:
Am making a login page using xml to get username and possword i want before dataview rowfilter to make column case sensitive which is the password and the other field in sensitive which is the username. I Tried to make the column in dataview case sensitive but i did know how? Could any one help me with this.
|
|
|
|
|
I am not sure what exactly you want?
Could you post your code what you have done so far, so that some one can helpt you better.
Manas Bhardwaj
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
|
|
|
|