all groups > dotnet general > december 2005 > threads for saturday december 10
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
Modify Request Header
Posted by Dave Slinn at 12/10/2005 11:15:57 PM
I have a VB app hosting the Webbrowser control. I would like to add
"something" to the requests that app is submitted to our web application to
indicate that its from this webbrowser and not a separate instance of IE.
Is this possible, keeping in mind that I cannot add anything to the
regi... more >>
C# .NET app. debug version works well, but Release version doesn't
Posted by Ravi at 12/10/2005 6:27:01 PM
Hi everyone,
I've a C# .NET application that works as expected when
built in the debug mode. However, it behaves strangely when built in the
Release mode.
Having the .pdb file included makes the applications work well. Can anyone
please suggest on this problem?
There ... more >>
Data Repository Class & Inheritance Question
Posted by Dave Johnson at 12/10/2005 5:15:15 PM
I have made a Data Repository Class that holds all the Methods for the
Objects that i use in my System such as Order,Client,etc
Example for what i want to do: In the Client Class I want to inherite
from the "DataRepository Class" **ONLY** the methods that is related to
the Client such as GetC... more >>
.net 1.1 install
Posted by T si at 12/10/2005 4:19:01 PM
When I run windows update, I don't see .net 1.1. I have 1.0 installed, and I
haven't upgraded my os to sp2. The app i want to install says I need 1.1.
I've searched everywhere, but can't find a page for install, only the windows
update, which doesn't list it as something I need to install. ... more >>
Problem creating a Bitmap from an IO.FileStream
Posted by Nathan Sokalski at 12/10/2005 3:29:41 PM
I am having a problem saving an image with the same name it originally =
had. I have two similar versions of my code, one in which I close the =
FileStream used to open the original image before saving, the other in =
which I close the FileStream afterwards, although both return the same =
error... more >>
.Net 2.0 - Webbrowser control flickering on resize....
Posted by Jim Hubbard at 12/10/2005 3:14:33 PM
Has anyone seen a fix for the flickering effect you get when resizing a
Webbrowser control?
It's really irritating and doesn't make for a professional-looking
application.
... more >>
numbers of arbitary size
Posted by Gilbert Röhrbein at 12/10/2005 3:13:34 PM
Hi coders,
I want to calculate big prime numbers. To test if a number is prime i want
to use the Miller-Rabin-Algo, but the calculation of "2^x" (for x > 1023)
isn't possible with datatypes like "double". The result is simply to big.
For example my C# calc says that "(2^1024) - (2^1024 + 1)" i... more >>
Why use AddHandler?
Posted by Jim Hubbard at 12/10/2005 1:59:46 PM
What is the reason for using AddHandler as opposed to simply writing the
needed code in the event you are adding a handler to?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ToolStripComboBox Keypress not triggered bt Keys.Enter
Posted by Jim Hubbard at 12/10/2005 11:38:09 AM
Why isn't the Keypress event of the System.Windows.Form.ToolStripComboBox
triggered by hitting the Enter key?
I cannot trap Keys.Enter or Keys.Return in the Keypress event.
... more >>
CSS Help
Posted by Howard at 12/10/2005 2:48:11 AM
The page layout is made up of 3 div tags. see below. I can't figure out how
to get this to work.can't set the widths correctly
the right block won't display in IE6 but fine in firefox
the parent block contains two child divs side by side, left and rightFixed.
the right div is fixed with width... more >>
Run after deployment
Posted by Smugsboy at 12/10/2005 12:51:49 AM
Hi,
I'm looking for a quick way to execute my app immidiately after its
deployment completed.
I'm deploying my app using VS2003 setup project.
Thanks,
... more >>
Webform: How to unselect selected listitem in listbox?
Posted by mikev at 12/10/2005 12:19:22 AM
Hi all
I have a listbox which is 5 rows high. There are 5 list items. The
first one is selected. I wish to click on a button and have the
selection focus on the listbox removed. Removed, unselected,
nullified?!
cheers
... more >>
Delayed evaluation of items in MSBUILD file
Posted by Joshua Flanagan at 12/10/2005 12:05:00 AM
First, if there is a more appropriate newsgroup for MSBUILD questions,
please let me know.
I am trying to figure out how to create an item group that is evaluated
AFTER some tasks have already run. For example, the build file will
create a folder, and then copy various files into that fold... more >>
how to send sms messages to mobiles phone through application
Posted by yoshitha at 12/10/2005 12:00:00 AM
Hi
i've to send SMS message to a mobile phone from Pc (using asp.net
application)
i dont know which namespaces to include and what requirements i need in
order to full fill this requirement
.. Send messages of up to 160 text characters to any South African
cellular subscriber and ma... more >>
|