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
AxHost.GetIPictureDispFromPicture31 May 2007 14:29 GMT3
public class MatarotHost : AxHost
{
 public MyHost() : base("02FD5840-C1A3-448E-8310-98611DF58281"){ }
 public IPictureDisp GetIPictureDispOfPicture(Image image)
FileUpload component31 May 2007 14:21 GMT2
How do I use FileUpload component to upload the file to a specify location
in web server?
For example, the file path is "c:\temp\uploadfile.doc,"
how to I get the file path?
dataGridView row selector or margin or grid?31 May 2007 14:16 GMT2
What is that huge row margin on the left that allows you to select
rows of a dataGridView called?
I've looked and cannot find it named.
I want it hidden because it is ugly.
How to connect to Web Server with certificate?31 May 2007 14:11 GMT5
I have a problem. I need to connect to Web Server, send a xml string
(query) to it and receive another xml string (result).
I have the location of the Web Server like: https://extranet....com:8443,
then user name and password,
Pairs31 May 2007 14:07 GMT7
I have this string:
private string[] pairs = { "AB", "CD", "BD", "AC", "BC", "AD", "AB", "CD" };
Now I want to randomize all pairs, like the first AB to BA.
       for (int i = 0; i < 8; i++)
memory consumed by my .net Application31 May 2007 13:44 GMT5
I am in the process of optimizing an .Net application that consumes
lot of memory for its mathemetical processing and calculation.
Can any one pls suggest me how to check the memory consumed by an .net
Application apart from performance monitor.
dataGridView2 is interferring with dataGridView1...31 May 2007 12:59 GMT1
I have dataGridView1 with a DataSource (categoriesBindingSource).
I didn't use the vs.net workbench to bind the second datagridview
(dataGridView2).
I used this code:
Compilation error - user control31 May 2007 12:32 GMT2
I have a user control in which in have the following code :
<%@ Control Language="C#" AutoEventWireup="true"
CodeFile="RatingControl.ascx.cs" Inherits="UserControls_RatingControl"
%>
How to use the DataBuffer of SCSI_PASS_THROUGH_DIRECT in c# ?31 May 2007 10:35 GMT9
Hi All;
 I need to send a READ command to CD-ROM drive by SCSI_PASS_THROUGH_DIRECT.
 int inputSize = Marshal.SizeOf(typeof(SCSI_PASS_THROUGH_WITH_BUFFERS));
 IntPtr input = Marshal.AllocHGlobal(inputSize);
BackGroundWorkers31 May 2007 09:22 GMT6
I have a Queue and 2 BackGroundWorkers. How can I set one worker to
Peek in Queue and the other one to Dequeue the first element from
queue?
Thanks
Linq; expression parser?31 May 2007 09:01 GMT28
In Linq, you can apparently get a meaningful body from and
expression's .ToString(); random question - does anybody know if linq
also includes a parser? It just seemed it might be a handy way to
write a safe but easy implementation (i.e. no codedom) for an
Alphanumeric character validation in C#31 May 2007 08:35 GMT7
Hey all,
I have to validate a textbox in windows forms for alphanumeric
characters such that non alphanumeric key presses are ignored.
Some help would be appreciated
Overloading in generic interfaces31 May 2007 08:32 GMT23
It's my first post here.
Could anyone please explain me the behaviour of the following code?
<code>
   interface IFoo<T, P>
write data of unbound datagridview to XML31 May 2007 08:00 GMT4
I need to export data of unbound datagridview to XML file.
Since my DataSource is NULL, What other options do I have?
Does i need to make 2 loops (on all the records and inside loop of all
the cells)
Confused about memory usage.31 May 2007 06:43 GMT1
I have an application (windows service) that in the beginning reads data
rapidly into a collection of large object trees.  Each object tree in
the collection is about 100mb and typically there are 6-20 object trees
in the collection.  When the application starts and the data is ...
 
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.