Forum: VB.NET May 9th, 2006 |
| Replies: 3 Views: 7,504 you can also do it with:
Me.Controls.AddRange(Control[] myControlArray)
and you have your problem solved. |
Forum: C# Mar 23rd, 2006 |
| Replies: 1 Views: 11,418 Hi,
can someone help me with a code sample?
i want to create a .wav file with C#. :cry:
Please .... Thanks!
best regard |
Forum: C# Mar 23rd, 2006 |
| Replies: 2 Views: 6,511 I Thing you can also use the Printing class to do it. So you can "easly" choose
Acrobat as your Printer.
Try it
... best regard |
Forum: ASP.NET Mar 17th, 2006 |
| Replies: 1 Views: 2,504 Hi,
just applied the "calender control" of Toolbox of ASP.Net. You can put it on a panel or a web form.
You cann also design your self on a web form!
best regards
guino |
Forum: ASP.NET Mar 17th, 2006 |
| Replies: 1 Views: 1,961 Hi,
you can try these solution:
create a class for this; open the access database (not with a OleDbconnection) and you can "Run" the existing query on it.
i can't try it now but it's can work .
... |
Forum: ASP.NET Mar 17th, 2006 |
| Replies: 0 Views: 1,825 Hello,
can some one help me please ... ?
It's possible to share string or integer values with Web Service. But I want to share an image file with Web Service.
I use ASP .Net and C#.
I need... |