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
creating a custom listview item22 May 2007 17:09 GMT7
Can anyone point me in the direction of creating a custom listview item?  I
guess the other question then - is this possible?  I want to create a list of
listview items comprised each comprised of text and a set of textboxes.
Application.Run() In a Windows Service22 May 2007 17:07 GMT28
I have a multi threaded windows form application that runs great after
calling Application.Run().  Application.Run is required for a COM component
I a using in the app (required for message loop).  I have created a windows
service from VStudio 2005 template.  What is the windows ...
Explicit Interfaces and overriding methods22 May 2007 17:03 GMT2
I know that I can't declare a method in an interface as virtual and override
it, when I am using an explicit interface, but I am wondering if anyone else
has come across this problem and how they handled it? I would definately
prefer to use explicit interfaces, but I also know I ...
Providing a programming interface to a plugin22 May 2007 16:56 GMT1
I was quite surprised to find virtually nothing about this but I may
have been searching for the wrong thing.
I want to know the best way to provide a programming interface to a
plugin. I already have a plugin architecture that allows the
cant read a string value from an excel cell?22 May 2007 16:51 GMT1
Im having a reaaally  hard time with something...  Im trying to read a
cell of data into a String variable.  It seems like such a simple task
too... Get the excel spreadsheet, get the workbook, get the sheet, get
the cell, get the cells data and store it into a string.
Alternative to MessageQueues22 May 2007 16:42 GMT6
We have a product that has 5 executibles that communicate via message
queueing. It works great. Problem is, when we install on customers PCs,
there are some where their IT department has limited the machine so we can't
do message queueing (the default user doesn't have rights to ...
Vista difficulties22 May 2007 16:38 GMT9
Under Vista, the Dev Studio program installer adds a desktop shortcut
to the Desktop. (.Net application.) The shortcut does not have a
context menu item to run as administrator. However, if you create a
shortcut manually from the exe file it does have a context menu item
Project winding down - need to document the thing.22 May 2007 16:35 GMT3
Guys,
Can anybody suggest good tools for documenting a system once it has settled
down a bit so that it's worth documenting? I've done the normal putting
descriptive XML in the class files, and normal documentation on what it's
Help with serialization22 May 2007 16:03 GMT1
I have the following XML string:
<?xml version="1.0" encoding="UTF-8"?>
<bool name="value" val="false" display="OFF" href="/value/"
xmlns="http://MyObj.org/ns/schema/1.0"
how to serialize a generic field object22 May 2007 15:41 GMT5
I have to serialize to XML a class like this:
public class MyClass{
          string myString;
          object myObject;
Drag and drop between two TreeView controls22 May 2007 15:41 GMT1
Drag and drop between two TreeView controls, is it possible? How?
regards Jesper
Passing XML data and providing progress to client.22 May 2007 14:03 GMT1
I want to pass chunks of an xml file or an entire xml file to my WS.
I'm surprised to see fro MSDN that no System.Xml class is serializable
(XmlDocument, XmlElement and XmlNode):
- I should use a string as the web method parameter?
Addin with own main menu entry22 May 2007 13:16 GMT2
Hello NG,
I am currently working on a addin for VS2005 to have a couple of funtions
available I need.
Now I would extend/improve my add in, and there I have a couple of
Something wrong with the code22 May 2007 12:43 GMT5
The object of the code snippet below is to save and restore a form's size
and location. The saveFormSettings() method is called when a form is closing
and restoreFormSettings() is called after InitializeComponent().
The problem is even though the settings appear to be being saved, ...
how to serialize a generic object field22 May 2007 12:04 GMT1
I have to serialize to XML a class like this:
public class MyClass{
         string myString;
         object myObject;
 
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.