 |
|
|
 |
|
 |
Thank you for this wonderful control. God bless you!
Tushar
Tushar Arora
|
|
|
|
 |
|
 |
Thanks a lot...
|
|
|
|
 |
|
 |
FOR THE AUTHOR OF CONTROL VISTACLOCK,
ED ASKED POSSIBLE USE FREE
VISTA CLOCK CONTROL IN BUSINESS PROGRAMS(A FREE)
THANK YOU.
|
|
|
|
 |
|
 |
Thanks for your contribution. I've actually made some changes in order to allow your clock to display time from multiple stations and so now it can display now only the station time but other stations time as well. Very nice and easy code as well.
Again thanks
Liron
|
|
|
|
 |
|
 |
Hai David Thank this article much help me .......
|
|
|
|
 |
|
 |
Thanks mate, works like a charm and very useful!
|
|
|
|
 |
|
 |
Your sample compiles and runs ok (when having removed the data sections as described below), but If I want to use the control in my own project it doesn't. I move all the files from your project and add them into my own, and everything compiles ok.
But when I want to drag a VistaClock from the toolbox and add it to my form, I get an error saying:
Failed to create component 'VistaClock'. The error message follows:
'System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "CNPOPSOFT.Controls.Properties.Resources.resources" was correctly embedded or linked into the assembly "MyProgram" at compile time, or that all the satellite assemblies required are loadable and fully signed.
I'm running English VS 2005 on Swedish Windows XP Sp 2, and I've put the VistaClock control code in a dll project accompanying my program. In the dll, I've got a lot of other controls that all work perfectly...
What could be wrong?
Cheers,
Johnny J.
modified on Wednesday, January 30, 2008 4:01:27 AM
|
|
|
|
 |
|
 |
Sorry! Plz modify the 'PositionRect' property as:
private CustomRectangle positionRect = new CustomRectangle();
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public CustomRectangle PositionRect
{
get { return positionRect; }
set { positionRect = value; }
}
|
|
|
|
 |
|
 |
???solution,????,??,?? ??? Resx ??????? .RESX ???????? CNPOPSOFT.Controls.CustomRectangle, VistaClockProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null?????????????????? ? 127,?? 5? C:\Documents and Settings\chaihua\??\VistaClockProject\VistaClockProject\frmDemo.resx 127 5 VistaClockProject
|
|
|
|
 |
|
 |
Sorry! Plz delete the "data"..."/data" area, and recompile it again!
|
|
|
|
 |
|
 |
In addition to what Patrick said, a reference to your website only helps those that can read Chinese.
Why is common sense not common?
Never argue with an idiot. They will drag you down to their level where they are an expert.
Sometimes it takes a lot of work to be lazy
Individuality is fine, as long as we do it together - F. Burns
|
|
|
|
 |
|
 |
Your are right! I'll add more English articles on my homepage...
|
|
|
|
 |
|
 |
And what did you do to bork the site layout?
Ok, ok, I'll be a little more helpful..
Articles need to have some content describing what the control does, how you created it, any difficulties you had to overcome, and pertinent code snippets about how the control is implemented and sample usage.
All you've done is provide a download and a screenshot. This is not an article. If you use the article submission wizard, it will provide some sample sections for you to use to fill out your article.
That said, I've never seen Chinese in source code before. Kind of cool.. And the control looks well implemented. It certainly deserves a nice content-rich article to go with it.
It has become appallingly obvious that our technology has exceeded our humanity. - Albert Einstein
|
|
|
|
 |
|
 |
Thanks for your advise, Patrick!
It's my first attempt to submit my source code in CodeProject.
I'll complete this article later...
|
|
|
|
 |