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# / May 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
System.Web.Mail.SmtpMail problem17 May 2007 13:05 GMT2
I have problem with e-mails which are being send via System.Web.Mail.SmtpMail
class but before describing the problem itself first I'd like to show shortly
what I'm doing on the server.
The following code is being executed on the server to send e-mails to clients
code almost working except... ? help ??17 May 2007 12:58 GMT1
This code is almost doing what I want it to do, here is the code:
private void btnConvert_Click(object sender, EventArgs e)
       {
           // Get a directory
ComboBox AutoComplete Issue17 May 2007 12:49 GMT6
I have a series of ComboBox's Bound to a DataGridView and I turned the
AutoComplete on for them so they list all the items in a certain
collumn of the DataGridView.
The problem is that when you use the Tab key to finish the
ArrayList vs. List<>17 May 2007 12:43 GMT44
The docs for List say "The List class is the generic equivalent of the
ArrayList class."  Since List<> is strongly typed, and ArrayList has
no type (is that called weakly typed?), I would assume List<> is far
better.  So, why do people use ArrayList so often?  Am I missing
Save data on Website17 May 2007 12:38 GMT2
I need to update some data on a web page through the httpwebrequest.
For which i am writing the code below . Kindly tell me where the flaw
is as it is not updating the values.
Thanks and regards
How to Modify the Unit Framework and add extra functionality to it.17 May 2007 12:10 GMT2
I am new to NUnit.
i am using NUnit for my product, but i have to modify the NUnit
Framework , so that i can enhance the functionality more for my
product.
Access .NET dlls from unmanaged programs17 May 2007 12:00 GMT6
Is it possible to access .NET dlls from unmanaged programs, e.g. if I have a
.NET dll implemented in C# which listens on a socket for requests from a
program written in unmanaged C++ or VB? Would it require any specific details
in the implementation or would it be just like an ...
System.Drawing.Color, iterate through properties17 May 2007 11:59 GMT1
Is there a way ( perhaps throgh refleksion) to iterate through the colors of
the System.Drawing.Color struct.
foreach (Color color in .... i dont know....
regards Jesper
Why can't I scroll back to the maximum value?17 May 2007 11:29 GMT6
I'm using the VScrollBar and set it as follow:
m_vScrollBar.Minimum = -19602;
m_vScrollBar.Maximum = 0;
m_vScrollBar.SmallChange = 1;
Sending a Sharing Invitation for a RSS Feed to a Outlook 2007 user17 May 2007 10:01 GMT8
I would like to be able to send from an ASP.NET page an email which when recieved takes the form of
a "Sharing Invitation for a RSS Feed" (http://office.microsoft.com/en-us/outlook/HA101595391033.aspx)
I've found a MSDN article about it (http://msdn2.microsoft ...
How do I make a simple C# expression "pre-parser"?17 May 2007 09:58 GMT4
In my application the user can configure automation-scripts by inserting
different "actions" into a "procedure". These different procedure- and
action-objects are all translated into C# code before execution.
One "action" type is an expression-evaluator. At the moment the ...
msmq17 May 2007 06:49 GMT1
I am trying to use msmq to send messages(serialised object) from
a  .net 1.1 webapp
to .net 2.0 windows service.
Is it possible?  If yes then will the binary formatter work ?
Hierarchical/Collapsible grid/list17 May 2007 04:35 GMT5
I'm after a grid or list able to display hierarchical items and that
is able to collapse to parent items. I Google it for possible
solutions but I only get commercial products or reference to Outlook's
supergrid that as far as I understand is not available to us, mortals!
selecting custom controls in a panel17 May 2007 04:23 GMT3
I have a windows form that has a panel on it. At runtime a custom
control is added multiple times to this panel. (anywhere from 1-50 of
them are added). I am trying to figure out how I can "select" just one
of these controls. I want this to lead to the ability to move the
GUI hooks in C#17 May 2007 02:49 GMT5
I am a veteran programmer trying to go into the territory of GUI
system hooks in C#. in short, i need to know when windows open,
closed, moved, buttons on them clicked, etc...
can those things be done in C#, or do i have to stick with C++? and if
 
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.