all groups > dotnet general > august 2005 > threads for friday august 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
background image
Posted by Yves Lavoie at 8/5/2005 7:16:01 PM
Hi,
In my web C# project, I'm able to put an image in background to my aspx
window but I it is in mosaique mode, I would like it in center mode.
Do you have an idea how to do this???
Thanks
Yves Lavoie
... more >>
CallBack Method To Refresh Cache Within Global.asax
Posted by Jim Douglas at 8/5/2005 6:26:26 PM
Ok, I'm must be an dummy, there are tons of examples which none of which I
can get to work! I want to setup and refresh about (10) different cache
items. Most examples show this type of work being completed in the
global.asax but I can't get it to work. I move the code to a C# class, call
it fr... more >>
Unable to consume Process reserved memory
Posted by Aravind at 8/5/2005 3:20:46 PM
Unable to consume Process reserved memory
Hi ,
This is a Windows form application which interacts with the unmanaged
C++ codes . In unmanaged c++ code we allocate around 130MB on the heap
for annalysing high resolution images .
Earlier during the processing ee do lot of process on the image... more >>
Using FindControl Method with PagerTemplate
Posted by clintonG at 8/5/2005 1:04:57 PM
Briefly stated, my problem is accessing and 'setting' properties of a label
control declared in the template of another control noting that the other
control is an instance of the beta 2 DetailsView control which supports a
PagingTemplate.
Somewhere I grabbed some declarations for a PagerTe... more >>
Too funny MS ad in Visual Studio Magazine...
Posted by Rob R. Ainscough at 8/5/2005 12:28:40 PM
MS Visual Studio Ad contained in VS Magazine.
Two developers in "hip" clothing diagramming out a huge flow chart on a
beach.
I could NOT stop laughing at the stupidity of the ad -- "Let your ideas run
free"....only to be washed up by the waves when the tide comes in -- this is
exactly so... more >>
A global catch-all for exceptions in Windows Forms applications
Posted by thechaosengine at 8/5/2005 12:19:33 PM
Hi everyone,
Is there anyway to create some sort of catch-all in windows forms applications
that could ensure that no unexpected exceptions bring down an application?
For example, perhaps there is an event that you can watch for whenever an
exception is thrown? If this isnt possible can an... more >>
does C# have any collection objects that support sort functionality so that I dont have to write my own sorting algorithm?
Posted by Daniel at 8/5/2005 11:53:32 AM
does C# have any collection objects that support sort functionality so that
I dont have to write my own sorting algorithm?
... more >>
Determining if the user has admin privileges
Posted by Ravi at 8/5/2005 5:50:15 AM
Hi,
I'm writing a C# .NET code in which I need to first determine if the
user has administrative privlieges on that system (or if the user belongs to
the administrative group). Could anyone please tell me how I can achieve this.
Thank you
Ravi.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.NET framework SDK install problem
Posted by Mike at 8/5/2005 5:28:53 AM
I tried installing the .NET framework SDK from an MSDN DVD and the setup
program stopped responding, so I had to end the process. Now when I try to
install it again setup encounters an error and closes. It doesn't give any
information about what the error was. I looked around for traces of ... more >>
assembly version
Posted by Robbie from Philippines at 8/5/2005 2:08:02 AM
how do i read the assembly version (not the file version) of ? tnx..... more >>
Deploying a project in VB.Net
Posted by Savvas at 8/5/2005 12:57:19 AM
Hi everyone
I am trying to deploy a project using the setup wizard. How do I check
if the target machine has the .net framework installed and how do I
include the .net framework package in my installation wizard to install
prior to the installation of my program?
Thanks
Savvas
... more >>
File Transfer Over TCP/IP
Posted by SCHWAKS at 8/5/2005 12:03:13 AM
HI ALL,
I HAVE GOT A VERY STRANGE PROBLEM WHILE TRANSFERRING DATA OVER INTERNET.
ACTUALLY I AM SENDING AND RECEIVING DATA BETWEEN TWO APPLICATIONS USING
TCP. WHILE SENDING OR RECEIVING DATA, I WRITE THE DATA TO NETWORK STREAM AND
THEN READ IT
FROM NETWORK STREAM.
BY DOING SO I AM ABLE TO S... more >>
|