Hi Brian, I am really grateful to you for telling me that writing "urgent " in a post is considered rude. I am glad that you gave me the link which people new...
Happy new year to everyone,may 2005 be much better than the years before to everyone. ... http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/XGgtlB/TM ... ===== ...
[VS2005,Framework 2.0] Hi all, I'm building a form dynamically and although the Form is showing fine none of the controls are showing. As an attempt to find...
Hi, Can anyone give me a hint on how Yahoo Mail can provide the ability to list the possible addresses while we are typing the email address? If you have Yahoo...
Joe, Make sure you set each controls Parent property to the Form. This is probably why the visibility won't change either. Michael ... From: "Joe Da Silva"...
Hi all, How can I stop tab navigation in child controls hosted in a container control. Like I'm designing a container control and I want on some condition that...
Hi All... Wishing you a Very Happy and Prosperous New Year 2005! May the year 2005 give you... Independence of Java Power of Unix Popularity of Windows ...
Develop a program (the language is C# in Visual Studio .NET 2003 and the template is Console Application) that compares the execution times of the selection,...
Why don't you want to set tabstop? Is it because the user of the container control might put their own controls into your container and set the tabstop? Which...
San, Most likely it is client-side code. You can get some ideas of how this is implemented by obtaining the developer SDK from Google Mail. Perhaps Yahoo has...
Michael, Thanks for that. The thing is: - All controls parent are set. Like in: _asWinForm.Controls.Add(pb.asWinButton); and I can confirm that on the...
Where are you setting these properties? If you can see that the controls have Visible = true wherever it is you have this breakpoint set, do you see then...
Hi All,I need a technical solution for this problem, The requirement is like this, IN my web page I have one IE tab control with 5 tabs.When the user click on...
You are not despert. You might be desperate, though, if you want us to do your homework for you. If you don't know how to begin, then either your teacher has...
Read about session state/view state/caching in ASP.NET. They will persist data between pages. For dynamically loaded controls, you might have a little ...
Hi all, I am trying to select from a stored procedure using firebird 1.5 with Firebird .NET data provider 1.6 and I just have not been able to. The stored...
I'm not familiar with the Firebird .NET Provider, but with SQL Server, you can't do something like: select x from MyStoredProcedure(y, z) instead you end up...
Firebird is a pretty nice and powerful database. I had started to use it for a project but decided to wait to go to it. Overall, coding Firebird should be...
Hi Bob, Yes, I believe it uses JavaScript. However, 1) How does YahooMail/Google can provide the effect of listing the addresses WHILE we are still typing? Is...
Bob, Thanks. Actually all controls are shown / Visible = false / and any attempt to change that is simply ignored (The code line below is passed, the statement...
Hi Michael, Sorry for little late reply. Yes I don't want to set TabStop of each control to be adjust at runtime by this container control because I think...
Hi, How can I embed a folderbrowser in a winform? when I am adding that in a winform it remains as seperate. How can I embed it? Please Help me. Bidyut. Yahoo!...
Bob/Michael, Thanks for your help. I've found the problem. It turns out that my ControlBuilder was setting the controls width&height to zero due to a bug....
Hi To cut a long story short, I’m working on an application and I seem to be prefixing a lot of my methods with the word get, e.g. getCandidateFromUCI, ...
... Method prefixed with Get (not get, mind you) works for the first if the method requires parameters and does significant, but the other three examples would...
Why can't you just set the tabstop or enabled property of the container control? Disabling the container control will in turn disable all of the child...
I think descriptive method names are a must. Do all of your "get" methods return a value? Having said that, there is a point where the name may be too long to...
According to Word's thesaurus, you can substitute get with: obtain acquire find dig up search out get a hold catch contract get "gets" my vote ;) Ok seriously...