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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
ie webpage 220 Dec 2007 22:05 GMT2
Hi, Can someone advise as to what Im doing wrong with this code.
public Form1()
       {
           InitializeComponent();
Binding to settings?20 Dec 2007 22:00 GMT4
Okay, I'm hoping I'm missing something obvious here.
Assume I've got a TextBox in my Form.  I also have a string type user  
setting in the usual way (say, Settings.Default.MyText).
Is there some way to use data binding to connect the two?
"Edit|find and replace" dialog disappear20 Dec 2007 20:52 GMT1
I am using VS2005. The "Edit|Find and replace" dialog won't pop up when you
try to find something (tried short cuts like: CTRL-F too, no luck).  Does
anybody know how to bring this dialog back.
Thanks, Zhuo
Text on MenuStrip20 Dec 2007 20:29 GMT1
How placing text in MenuStrip, glued it to the right side MenuStrip?
http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas
discount
Syntax Highlighting20 Dec 2007 20:03 GMT4
Does anyone have any samples on how to do syntax highlighting?
I want to write a small program that will display sources like
c#, c++ etc. But when I load the file to store it in a db, I would
like to be able to see the different colors for the functions etc.
Read from stream20 Dec 2007 19:30 GMT11
I would like to know how can I read a file by this way:
Read from line X to Y and in other iteration from line Y to P and on and
on. How to implement it? Which method and how? Thank u!
Filtering DB Call based on local Data20 Dec 2007 18:20 GMT8
This may be a simple problem ( let's hope ).  I am trying to extract
a
filtered set of records from a Sql Server Database.  The set of rows,
however, is to be filtered based on data external to the database.
Display related DbLinq object property in DataGridView20 Dec 2007 18:11 GMT1
I have DbLinq-Sql class containing invoice headers.
Invoice header class definition contains customer id field _customer which
is related to customer table:
[Table(Name = "invoice")]
ListBox: How to add an item with its DisplayMember and ValueMember20 Dec 2007 17:54 GMT5
How would you add an item with its DisplayMember and ValueMember without
binding to a datatable or dataview like:
listbox.DisplayMember = "name";
listbox.ValueMember = "recid";
This is not too clear... thougt i got it but now i lost it again     struct/class20 Dec 2007 17:32 GMT12
read something on yoda by Jo I think...
annoying ... not like C I think... thougth I got it but no... what am
I missing...
   public struct S
Help with ISerializable help file paragraph.20 Dec 2007 17:26 GMT5
OK, I give up, the msdn help for custom serialization:
http://msdn2.microsoft.com/en-us/library/ty01x675(VS.90).aspx
Hs the following paragraph on it:
-----
table column change20 Dec 2007 17:23 GMT4
How do I quickly make a c# windows project adapt to sql table columns change
such as length quickly?
 I am using datagridview and detailview.  I am not dealing with asp.net
I have to manually clean the solution, edit the corresponding .xsd
IpcChannel will not create20 Dec 2007 17:03 GMT2
I have a Windows service which communicates to a user app via IpcChannel
remoting.
It all works fine until the service is stopped and restarted (or restarted
via Management Console Services), when the lines
DataGridView issue20 Dec 2007 17:00 GMT3
I have a DataGridView on a desktop application and it's being filled through
the use of a Web Service, wich returns a DataSet. The I use
datagrid.DataSource=mydataset.tables[0] to bind the data.
This dataset contains a table with 4 columns: id, description, status,
Reading textbox value from MS Word using .NET20 Dec 2007 15:54 GMT1
i am trying to read the values of controls (like textbox, checkbox,
combobox etc) which are embedded in a MS Word document into my
application interface using .net.
Is this possible? Please guide me how to implement this.
 
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.