I assume that you are trying to use Cloud Form in your program..? :) It's easy to achieve, here's a little example on what to change in the code view of your MainForm:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Threading;
using System.Windows.Forms;
namespace Kontakter
{
// Replace the following line with the one below.
//public partial class MainForm : Form
public partial class MainForm : CloudToolkitN6.CloudForm
{
}
}
After changing the code line you reload the Form in designer and you can see beautiful Cloud Form in front of you! :)
If you have some more questions or this wasn't your point, please tell me.
Best regards,
Timo Salomäki (DudeDesign)
P.S. I'm from Europe too... :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello!
How to load new vlouForm???
Please help
markoveic@hotmail.com
Sorry, cloudForm,
How to load dll into "new item" in VS 2005
Sorry for my language, I from croatia, Europe!! :)
I assume that you are trying to use Cloud Form in your program..? :) It's easy to achieve, here's a little example on what to change in the code view of your MainForm:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Threading;
using System.Windows.Forms;
namespace Kontakter
{
// Replace the following line with the one below.
//public partial class MainForm : Form
public partial class MainForm : CloudToolkitN6.CloudForm
{
}
}
After changing the code line you reload the Form in designer and you can see beautiful Cloud Form in front of you! :)
If you have some more questions or this wasn't your point, please tell me.
Best regards,
Timo Salomäki (DudeDesign)
P.S. I'm from Europe too... :)
Super!
I have a version of N6, and it is not correct CloudForm ... Can there old version, in which i CloudForm work that there is a link to download
Thank you very much for your help
In VB.NET do the following:
Open your 'From1.Designer.vb' and replace the following line:
Inherits System.Windows.Forms.Form
With
Inherits CloudToolkitN6.CloudForm
Make sure the DLL is referenced.
Open Form1.vb in Design mode and be awed by the stunning result.
Cheers Starf1x