Jean
|
| Posted: 07/08/2002, 6:03 PM |
|
Hi,
I am new in C#. Looking at the generated by CCS is very difficult. There
seems to be a lot of events and methods custom created by CCS. Any one
suggests a good way to start to gain some knowledge of the code ? I need
to modify some scripts, the tech. support from code charge seems to be only
very good at giving ASP code example.
Thanks
Jean
|
|
|
 |
Sanddy
|
| Posted: 07/08/2002, 10:52 PM |
|
I guess .. YesSoftware would be releasing a programming reference manually
for C# also ...
But if you read the code, its not all that difficult ...
And if you use Events to manipulate your code.. then always see the method
where the event is being generated... many of CCS events map directly to
events exposed by the .NET Controls .. so you can get easy help from the
MSDN documentation then ...
Also feel free to post your queries on this newsgroup ...
I am sure ppl will be willing to help ...
Regards,
Sanddy
"Jean" <jhsi@attbi.com> wrote in message
news:agdcp4$aus$1@news.codecharge.com...
> Hi,
>
> I am new in C#. Looking at the generated by CCS is very difficult. There
> seems to be a lot of events and methods custom created by CCS. Any one
> suggests a good way to start to gain some knowledge of the code ? I need
> to modify some scripts, the tech. support from code charge seems to be
only
> very good at giving ASP code example.
>
> Thanks
>
> Jean
>
>
|
|
|
 |
|