all groups > dotnet general > march 2006 > threads for saturday march 18
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Transfering objects between two machines(VB.NET)
Posted by Anil at 3/18/2006 10:46:57 PM
How to send object instances throgh network to another computer?
My exact requirement :
I want to send messages among chat server and chat clients(may be on
remote machine). I want to store data in fields of a object and then
want to retrieve the values on another machine.
What are the tech... more >>
Grid Column sorting
Posted by Tj2007_1 at 3/18/2006 4:59:26 PM
I have grid has 10 columns and I want to allow sorting only on first two
column.
When I do allowsorting = true my all column show as link button.
Thanks
tj... more >>
System.Windows.Forms.Form.Update()
Posted by Piotr at 3/18/2006 4:37:32 PM
This method not work.
System.Windows.Forms.Form.Refresh() work good.
Microsoft.Net Framework 1.1.
_
This code not work. Should be work. Terrorism?
....
Method2(Method());
....
public System.Object Method()
{
Text="OK";
}
public System.Object Method2(System.Object method)
{
... more >>
Updating a property of an Object within a collection of Objects
Posted by KenRoy at 3/18/2006 9:36:30 AM
Is there any way to do this without removing the object and then re-adding it
with the updated property.
Public Structure Blob
Public f1 as String
Public f2 as Boolean
End Structure
I then have a collection of Blobs defined and add 5 elements to the
collection. I then want to be ... more >>
Object Arrays on Forms
Posted by Edward at 3/18/2006 5:40:17 AM
Hiya All
I would like help please on how to create an array of objects
programmatically on a form.
I have a component called "CrosswordBlock" and would like to create multiple
objects of this component an place it on a form called "Form1".
Any suggestions and examples would be appreciat... more >>
Exporting images to word, excel and pdf
Posted by Yaseen D M at 3/18/2006 12:01:02 AM
I have aspx page which contains some gif, jpg and png images. PNG image is
generated dynamically. This file is basically a graph image.
The problem i am facing in exporting these images to word, excel and pdf.
Is there anyway to export these images in ASP.NET
I need solution urgent.
... more >>
Visual Studio 2002 and Net 2.0
Posted by Geranium at 3/18/2006 12:00:00 AM
Hello!
Is it possible to use Net 2.0 with Visual Studio 2002?
Thanks in advance
/
... more >>
|