Outlook style Calendar

T

tsluu

I was hoping to do a open-source control. Couldn't find any on the net
written in vb.net. Can anyone give me some guides or examples?
 
C

Cowboy \(Gregory A. Beamer\)

If it is a compiled control, the language should not matter. But, if you
really want it in VB, download Reflector (www.redgate.com) and then go to
CodePlex and find the File Dissassembler for Relfector and install it. You
can then reverse engineer the C# code into VB.

It is likely you will have a bit of clean up, especially if the control
creator used case sensitivity to his advantage, but it is a fairly easy
clean up.

--
Gregory A. Beamer
MVP; MCP: +I, Se, SD, DBA

*************************************************
| Think outside the box! |
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top