| Thread | Last Post | Replies |
|
| ie webpage 2 | 20 Dec 2007 22:05 GMT | 2 |
Hi, Can someone advise as to what Im doing wrong with this code. public Form1() { InitializeComponent();
|
| Binding to settings? | 20 Dec 2007 22:00 GMT | 4 |
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 disappear | 20 Dec 2007 20:52 GMT | 1 |
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 MenuStrip | 20 Dec 2007 20:29 GMT | 1 |
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 Highlighting | 20 Dec 2007 20:03 GMT | 4 |
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 stream | 20 Dec 2007 19:30 GMT | 11 |
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 Data | 20 Dec 2007 18:20 GMT | 8 |
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 DataGridView | 20 Dec 2007 18:11 GMT | 1 |
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 ValueMember | 20 Dec 2007 17:54 GMT | 5 |
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/class | 20 Dec 2007 17:32 GMT | 12 |
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 GMT | 5 |
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 change | 20 Dec 2007 17:23 GMT | 4 |
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 create | 20 Dec 2007 17:03 GMT | 2 |
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 issue | 20 Dec 2007 17:00 GMT | 3 |
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 .NET | 20 Dec 2007 15:54 GMT | 1 |
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.
|