all groups > dotnet general > december 2004 > threads for sunday december 5
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
Typed Dataset issue
Posted by william at 12/5/2004 8:45:02 PM
Hi,
I was using Typed Dataset in VB.NET to generate XML file.
I difined XSD file( named customer_order_info) to include three tables,
let's say customers, orders and order_details. I also defined relationship
between customers and orders, orders and order_details.( customerid is PK in
custom... more >>
Asynchronous vs Synchronous network communication
Posted by noelhustler NO[at]SPAM gmail.com at 12/5/2004 8:10:18 PM
Hi,
I am a tad confused about if there are any benefits from using
asynchronous vs synchronous network communication.
As my example, I have been writing a dns lookup stack with a network
communication class switchable between asynchronous and synchronous.
When I use asynchronous udp communicati... more >>
Damn frustrating problem :-(
Posted by Simon at 12/5/2004 6:51:11 PM
Hi everyone,
I'm having a really weird problem. I'm sure its my fault and that I'm just
being stupid but here goes. I hope someone can help:
I have a collection class called RolesCollection. Which as you might expect
holds Role objects.
Instantiating the RolesCollection class calls some... more >>
Save Drawing
Posted by pat at 12/5/2004 3:31:02 PM
Hello,
I drawed a little FlowChart (with some Rectangles and Lines) in the OnPaint
event of a Form. How can I save this Chart for example as a jpg-file or
bmp-file?
patrick... more >>
Namespace Question?
Posted by Wole Ogunremi at 12/5/2004 2:14:10 PM
Sorry if this is a bit elementary...
If a namespace contains another namespace, and a class with the same names
how can one differentiate them?
Eg
Namespace foo
Class doSomething
........
End Class
Class classOne
........
End Class
Class classTwo
... more >>
Help; "Web server is not running ASP.NET version 1.1."
Posted by **ham at 12/5/2004 11:59:09 AM
"Visual Studio .NET has detected that the specified Web server is not
running ASP.NET version 1.1. You will be unable to run ASP.NET Web
applications or services."
This is the message I get each time that I want to create an ASP.NET
application. The help recommends to register ASP.NET by us... more >>
Resizing a form
Posted by Bernard Bourée at 12/5/2004 10:46:18 AM
I have a lot of controls on a form and to to be able to resize it in order
to take into account different screen definition.
The way I'm going to code it is to look at the maximum size of the form and
to resize each control in order to fit with the form size.
Is there a better way to do it ?... more >>
Arrows
Posted by mathon at 12/5/2004 8:35:17 AM
Hello,
Does anybody know how to draw arrows with C#?
regards
mathon... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
MSMQ Send Problem in ASP.NET
Posted by Pete Loveall at 12/5/2004 7:57:30 AM
I have a server application that monitors a private local queue for
messages. The message sent to it has a label and a response queue defined.
It works correctly when the queue is accessed via another program.
However, when I attempt to Send a message from an ASP.NET VB page, I get
"One or... more >>
Debug vs Release for large projects
Posted by _BNC at 12/5/2004 3:43:42 AM
Well, it started as a series of tools for supporting a project, but I've
got a large number of project directories with .SLN files that are used
by a rapidly-growing EXE.
First question: What is the easiest way to switch between debug and
release builds? Each of the support assemblies will h... more >>
|