all groups > dotnet general > december 2005 > threads for friday december 9
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
Drawing bitmaps
Posted by Mike at 12/9/2005 3:56:03 PM
Hello everybody.
I am drawing a country map that consists of 149 municipality bitmaps, each
around 25 Kb. I draw it onto the in-memory bitmap, then draw it on the
picture box.
I use C++, but anyways if I were using the C# the question would be the same.
And here is the problem: it takes 700... more >>
CR XI and VS 2005
Posted by Jon at 12/9/2005 2:59:57 PM
Has anyone gotten CR XI to work with Visual Studio 2005? I need to use
version XI, not the built-in crystal.
Thanks
Jon
... more >>
merging 2 projects in Visual Studio .NET 2003 (VC++)
Posted by Lovens at 12/9/2005 1:33:02 PM
I have 2 projects in VC++ and I was wondering what is the best way to
"import" the windows forms from one project to another.
thanks in advance...
Lovens
... more >>
realtime update
Posted by Boyd at 12/9/2005 12:30:02 PM
Too many newsgroups.
Too many questions.
I need advice for developing applications that are either executed in or
launched be a browser that display data that is updated from external sources.
For example, show a graph that displays the curent wind direction. As the
wind direction changes,... more >>
DataGrid DropDown Template Column
Posted by Mike C at 12/9/2005 12:28:03 PM
I'm new to Web development so I'm doing some bootstrapping and would really
appreciate any help. Been grappling with this for days and am utterly
confused by all the information on the web. I have a DataGrid with customer
information. The last column is a dropdown template column that allows o... more >>
Not able to create crystal report item in VB.net
Posted by smitha.kalluparambil NO[at]SPAM gmail.com at 12/9/2005 12:11:17 PM
I recently purchased VS.net 2005 standard and in the box was
a card saying that it included crystal reports (as it
always used to) but I cannot find CR in the templates or
in the toolbox. Can anyone tell me where I can download
it, or how I might install it if it is already there.
I tried rei... more >>
Settings file location by version --- WHY???
Posted by John J. Hughes II at 12/9/2005 11:27:39 AM
Ok now I guess I am supposed to save my user setting in the new setting
file. Which is placed in the users application directory under the company
name based on version number. I really truly don't understand the logic
behind this unless MS assume every other company waits half a decade to
... more >>
master page
Posted by Howard at 12/9/2005 9:58:55 AM
i have a default.master and default.aspx
in default.aspx i would like to access a variable in default.master
pageTitle
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
//pageTitle= "frist page";
}
}
this is my default.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Get access to Parameter values off the Stack
Posted by Steve Amey at 12/9/2005 9:43:24 AM
Hi all
I would like to get the values of Parameters passed to a method from a
centralized exception handling routine. At the moment, the exception is
passed to the handler, and I can get the stack and find out which methods
are in it and what parameters those methods take, but I would reall... more >>
Filter Names With an Asterix
Posted by Mike C at 12/9/2005 8:26:03 AM
I have an account list. There's an asterix in the account name if it has
closed. For example, Acm* Corp. I don't agree with this design but that's
what our company came up with. Anyway, I'm trying to filter out these closed
accounts from my datagrids. In Access, I used to write WHERE ACCDESC N... more >>
Convert doc to pdf without using additional printer
Posted by przemekgawron NO[at]SPAM gmail.com at 12/9/2005 6:01:41 AM
Hello,
I'm looking for .NET library that can convert Word 2003 documents into
a pdf files but without installing any additional printer.
Thanks for any suggestions,
Przemek
... more >>
|