Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / June 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
can lineargradientbrush be used to paint a button08 Jun 2007 09:36 GMT1
is it possible to use a lineargradientbursh to paint a gradient onto a
button control, but have the button keep all its functionality, and
visual functions, so that it still looks like a "depressed" button
when clicked on ?
Where is my thread?08 Jun 2007 08:42 GMT5
Someone know where the thread I posted yestarday is gone?
It was about 'Calling a VB Activex DLL method from C# (NET 1.1 - 2003)'
Thanks
Carlot
help08 Jun 2007 08:35 GMT1
I had a table with 5 columns...i have to display all the data in the
table in a datagrid programmatically...but the problem is grid display
should be in the follwoing manner
first row of the grid should contain first 4 columns of the first
how to antialias text on buttons and other winform controls08 Jun 2007 07:42 GMT2
Are there any options to enable an antialias function on standard
winform controls ?
things like the displayed text on buttons , radio buttons and other
standard controls look a bit jagged and stuff, is it possible to
How to create an owner drawn tooltip for NotifyIcon?08 Jun 2007 07:18 GMT2
I am trying to make a crafty tooltip, like the ones that popup when
you hover over the tray icons for Windows Vista, such as the "battery
meter", "network connectivity", "speaker volume" ...I am really
unhappy that NotifyIcon cannot be used with ToolTip.SetToolTip().
Poor performace when selecting all items in a listbox?08 Jun 2007 04:18 GMT4
So far, the quikest way I have found to select all items in a list box
is to turn off updates, set a wait cusror and then call SetSelected on
each item (see below), but it's too slow when the control is populated
with tens of thousands of items.
C# protected constructor question08 Jun 2007 02:22 GMT5
I have the class structure shown below. When I compile I receive the
following erros:
'B.B()' is inaccessible due to its protection level
'C.C()' is inaccessible due to its protection level
Unsigned char08 Jun 2007 01:32 GMT4
Hello..
Does anyone know the C# equivalent of an unsigned char in C++?
Thanks!
compare two structs via ==07 Jun 2007 23:21 GMT50
I wish to compare two structs via == but it does not compile.  I can
overload and create my own == but am I missing something that c#
already has implemented?
~titan
VB to C# Translation07 Jun 2007 23:10 GMT4
What is the equivalent of the "Handles Me.Init" code in C#?
Private Sub StockDog_Init(ByVal sender As Object, _
           ByVal e As System.EventArgs) Handles Me.Init
       Fetch(StockTicker)
Resize and Upload Images to SQL Server 200507 Jun 2007 22:45 GMT5
Would anyone be able to offer advice on how they would upload images
to SQL Server 2005 so that if they are too big the system will
automatically resize them first? Obviously you need to get hold of the
image first so do you store them to a temporary location first etc.???
Help understanding crash/error07 Jun 2007 21:24 GMT3
We have a Windows service written in C#.  As of late, it has started
crashing after running for as little as 2 minutes.  I have a handler for
AppDomain.UnhandledException which does NOT get called in case (it is setup
correctly - I have seen it called in other places).  The only ...
C#  :  transfer data from one database to other07 Jun 2007 21:17 GMT4
I had created an appication that serves as an address book
i used the SQL server 2000 as the database to store the contacts;
its only a single table that contains enitre details
now i thought of transferring the entire details from the table(name :
eula and deployment07 Jun 2007 20:20 GMT1
I am ready to deploy my application but would like to include an EULA for
users to accept or reject prior to installation of my applicaiton.
How can I include this in the VS2005 setup project process, and are there a
set of standard word to use for freeware?
Using data from SQL in C#07 Jun 2007 20:19 GMT4
I am making a simple program to use display SQL data using C#
SqlConnection myConnection = new
SqlConnection(@"Trusted_Connection=yes;database=*****database
name*****;connection timeout=30");
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.