all groups > dotnet general > october 2003 > threads for wednesday october 29
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
Crystal Report.Net with Remoting
Posted by ashubhalerao NO[at]SPAM yahoo.com at 10/29/2003 10:02:21 PM
Hi,
I have 3(client-server-db) tier application written in VB.Net. I want
the reports to be generated on the server and only the "view" to be
exported to the client side to be viewed in the viewer.
I tried to generate the ReportDocument on the server and send it over
to the client but I go... more >>
Re : Dr alw <alw@LinuxRules.org> Another cocksucker using his whore mom's computer...
Posted by kadaitcha NO[at]SPAM australiamail.com at 10/29/2003 9:12:24 PM
"Daeron" <daeron@coward.com> wrote in message news:682658.33d7f0141okn151@cocksucker.com...
> It is obvious.
> Linux makes you stupid, and makes you a gay loser too.
>
>
>
> --
> Kadaitcha Man: Kicking fuckwits in the head on Usenet since 1989
> http://kadaitcha.kicks-ass.o... more >>
This new fangled services stuff
Posted by news.microsoft.com at 10/29/2003 8:58:24 PM
How many people actually use it live for real things or do people do
"normal" projects, and porting.
What is the main use for C# by people. Web Fantasy Services, or down to
earth controlling hardware (mumbling craptiveX as no serial comms) and
porting other normal apps, client and server side... more >>
Source Code Escrow Agent Recommendations
Posted by Ron Fluegge at 10/29/2003 7:09:14 PM
I have been approached by several clients to place the
source code for my commercial applications in escrow.
Their concern relates to the "size" of my company and that
they need some assurances that they can be protected if
something should happen to me. They feel more comfortable
if I e... more >>
Do threads behave Differently on Windows 98?
Posted by Codemonkey at 10/29/2003 4:46:41 PM
Hi,
Sorry for the cross group post, but I couldn't find a group that deals with
threading in .net.
Anyway, I've noticed a difference in the way my program acts on Windows 98
than it does on WindowsXP and was wondering if anybody can explain this
behaviour.
My application runs in the back... more >>
Microsoft IE Treeview Control Right Click popup menu
Posted by Chris Bond at 10/29/2003 4:31:02 PM
Has anybody got any sample code that I can use with the Microsoft IE
Treeview Control so that when you right click on any node you get a popup
menu (oblessly i need the treeview.selectedindex copied across to)
Any ideas? If the Microsoft IE Treeview control cant do this and a
commercial one c... more >>
New GUID(guidstring) fails to create GUID - Help Please!!!
Posted by Chris Ericoli at 10/29/2003 3:02:24 PM
Hi,
This has me completely confused. Running vb.net - trying very simple call.
Being passed a string representing a guid, and need to create a sqlcommand
paramater as a guid from the string. code as follows:
AccountID = New System.Guid("{B308A429-1C3A-4D87-9185-E4E1926AEC32}")
Me.cmdFillL... more >>
Large Solution Build
Posted by Tom at 10/29/2003 3:01:19 PM
I am working in a team environment and we have followed
the single solution model for our developement. We are
about 25% of the way through our project and Visual
Studio is taking 5 minutes to build the entire solution.
The machines that we are using are 1.8 Ghz with 512 Mg of
memory.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
MessageBox.Show behaving as non-modal
Posted by Drew Lettington at 10/29/2003 2:49:02 PM
I'm making a simple call to display error messages in a
MessageBox from a Windows form and the MessageBox is not
behaving in a modal fashion. My modal form displays, the
user clicks a button and error handling code calls
MessageBox.Show. The user is then allowed to click the
button on my... more >>
Sockets
Posted by Dmitry Akselrod at 10/29/2003 2:37:05 PM
Sockets Programming Question:
I have two applications. One is a server, one is a client. However, both
listen on certain ports for communication. The server is written in vb.net
(framework v.1.0) and the client is written in vb6 sp5 because vb6 uses far
less resources.
One of the... more >>
Managing Dependencies during development
Posted by solex at 10/29/2003 2:22:58 PM
Hello,
In a project that I am currently developing I have multiple DLL's that
reference other DLL's and controls that reference the aforementioned DLL's.
Since I am in the development phase I will change some DLL's that will
affect the other DLL's or controls, is there an easy way to make ... more >>
DOes SOAP supports TCP transport protocol?
Posted by deba NO[at]SPAM hotmail.com at 10/29/2003 2:22:40 PM
From the documentation of SOAP it seems SOAP supports both
HTTP and TCP protocol.I did not find much documentation
how to use TCP as transport layer in SOAP?
Does the SOAP toolkit 2.0 supports using TCP as transport
layer?
My reqmt is to make SOAP request without the help of HTTP.
I have al... more >>
Disbaling RightMouse Button Click
Posted by Karuppasamy at 10/29/2003 1:34:25 PM
Hi
In Windows Application (C#), on RightMouse Button click in a Textbox, a
Popup menu with Cut / Copy / Paste is appearing. How to disable this
behaviour. I dont want to allow the user to copy and paste using the
rightmouse button.
How to do that?
waiting for your reply
Regards
Karu... more >>
Why is System.DateTime a structure?
Posted by Pram at 10/29/2003 1:17:38 PM
I am curious why did Microsoft write System.DateTime as a structure instead
of a class?
Maybe for backward compatibilty with any existing old code?
FYI, one of the differences between structure and class is we can set the
structure to Nothing.
... more >>
MTS transactions problems against Oracle 9iR2 with vb.Net
Posted by rkopitzke NO[at]SPAM earthlink.net at 10/29/2003 11:35:14 AM
I'm having problems with EnterpriseServices transactions running
against Oracle 9iR2.
I am inconsistently getting Oracle ORA-24761: Transaction Rolled Back
results mid-transaction. If I start the transaction and run it against
an object it might fail. If I rerun the same transaction again it
... more >>
What is "ms-help://"
Posted by NOtcarvinSPAM NO[at]SPAM eudoramail.com at 10/29/2003 11:18:34 AM
The .NET studio help system seems to use these odd URLs to locate (html) help
files to display. But on my system, I get "Server not found" web errors
whenever I access Help. What do I have to do to get my MSDN documentation
to work?!?
I'm dead in the water here, so any help is greatly appre... more >>
Urgent - Set Environment Variables
Posted by Eric at 10/29/2003 10:21:37 AM
I know that i can use the system.Environment namespace to
get environment variables, but how do i go about creating
a new environment variable and setting it's value in .net?
thanks eric.... more >>
Regular Expression Help!
Posted by Steve Peterson at 10/29/2003 9:23:36 AM
Hi - I'll admit it.. I'm clueless using regular expressions. That's why I
was hoping someone could help me out a bit. I need to search an html file
and find strings that are between tags. For example, everything in bewtween
the <body></body> tag. As you well know, this string could span many line... more >>
Force a GAC object out of memory
Posted by Jim Butler at 10/29/2003 9:04:07 AM
Currently we are having to do an iisreset to update a gac
component on a web server. Just removing it from the gac
and re-adding it does not update the code executing on the
server. This is not desirable. Is there anyway to force
it out of memory (i am assuming this is the problem). We
... more >>
onfocus
Posted by amy at 10/29/2003 8:00:47 AM
How do I use the onfocus for a web control textbox in a
aspx page?... more >>
Sorting an ArrayList
Posted by Nick at 10/29/2003 5:11:57 AM
Hi !
I have Objects in my ArrayList
These Objects contain a String called "Name".
And i want that ArrayList to sort
it's objects using the Name element of each
object and not something else of the object ?!?
I think this is somehow accomplished using the
Comparer class, but i have not check... more >>
Events
Posted by Vannela at 10/29/2003 3:19:55 AM
I have got an application in an unmanaged language which i
want to convert into C# manually . Unmanaged application
has got windows,controls .etc., ok i am creating windows
and controls but how to handle the events of those
controls in C#. Some events are working fine means their
functiona... more >>
Compiling on the fly or on a non Win platform
Posted by Ryano NO[at]SPAM aclweb.com at 10/29/2003 3:15:32 AM
Hi All,
I am trying to deploy .aspx (asp.net) web pages to a web server
without having to compile them beforehand. Using the CodeBehind
approach this does not seem possible as the CodeBehind (.vb file in
this case) must be compiled into a class which is then inherited from
the .aspx. The reas... more >>
msdn library files on network
Posted by chriske at 10/29/2003 3:08:15 AM
can I make use of a network folder with the entire
collection of helpfiles and how do I let visual studio
know where to find the helpfiles ?
I don't want to install the helpfiles because they are
already present in the network folder and meant to be
shared with other developpers
that way I... more >>
Allowing add-ins in your own VB.Net application
Posted by Steve McQuillan at 10/29/2003 2:54:38 AM
How do I allow add-ins in my own custom made VB.Net
application. Most of the major companies allow it and I
wish to promote a controlled way of installing plug-ins.
The application I am developing will probably need a few
plug-ins and it would be handy to have this functionality
(a tutori... more >>
Where to read an overview of .NET Framework 1.2 features?
Posted by Send Me Spam at 10/29/2003 2:16:56 AM
Does anybody know?
... more >>
Rational numbers in .NET
Posted by Mike Friel at 10/29/2003 2:08:11 AM
I am writing an assembly that will be used in a suite of
financial applcations. Naturally I must use integer
arithmetic to ensure the accuracy of my calculations and
in the past [in c++] have used the rational number class
from the Boost libararies. Is there anything out there
like that or... more >>
|