| Thread | Last Post | Replies |
|
| Thread | 05 Jul 2007 15:47 GMT | 4 |
OK, I am trying to use a thread for the first time. I did not realize that when you create a thread that you specifically have to go into the debugger and identify the thread you wanted to look at. So now I have done that and the first instruction of the method which is invoked ...
|
| Extract Comments At Runtime | 05 Jul 2007 15:27 GMT | 2 |
I'm creating an application where I have several plugin modules which are either loaded at startup or loaded during lifetime of the application. These modules are used in a graph based style where module can be linked together in order to process images. Since I have
|
| string/regex: extracting the context of a string match around the found search term? | 05 Jul 2007 14:55 GMT | 3 |
I'm analyzing large strings and finding matches using the Regex class. I want to find the context those matches are found in and to display excerpts of that context, just as a search engine might. In terms of code, what's the easiest way to make that happen? The code below works ...
|
| linking Forms | 05 Jul 2007 14:36 GMT | 1 |
ill describe my program first, so you will get the idea.. its like this, Main form.. with some buttons, one of the buttons is "Change Form Setting". when you click that button, it opens new form window "Setting Form" Window.
|
| List of breakpoints in VS2005 | 05 Jul 2007 14:34 GMT | 1 |
How can I get a list of breakpoints in Visual Studio 2005, while the loaded solution is in Edit mode (not running or not debugging)... I'm trying to learn thousands of uncommented C# code and if I had some kind of bookmarks (breakpoints) I then could more easly scroll to those ...
|
| Marshal object as a byte array. | 05 Jul 2007 14:20 GMT | 7 |
I'm working with Marshalling. I got an idea to pass an object to the Native side as a byte array i.e. as void* in terms of C. For example: I have a .NET structure Point that contains two fields X and Y that
|
| is it interesting to develop c#/visual c# 2005 express to get a lot of customer | 05 Jul 2007 13:56 GMT | 3 |
I have a question, I'm developping a software and I want of course many people use it. I chose c# visual studio 2005 express for development. is it a good choice?
|
| IIS and UNC | 05 Jul 2007 13:40 GMT | 1 |
Hi All, I have a web svc which internally has a dll which makes call to a UNC share to read a file. Shockingly there has been an exception in reading the UNC file.... I have ensured all permissions and just about everything....
|
| Copy of a control | 05 Jul 2007 13:30 GMT | 6 |
is there any simple posibility to have a control on 2 diferent tabs of a tabcontrol without synchronizing? I want to have e.g. a checkbox with the same label and functionality on two different possitions (e.g. on two different tabs of a tabcontrol). If I check the first the ...
|
| Which one is better between these two approaches? | 05 Jul 2007 13:19 GMT | 5 |
Hi, I'm doing an application using C# and I have this question: I have a method called sqlQueryBD which receives a string sql query and executes it against a database. I also have a class called sqlCompat which has one property "sqlText" with
|
| Reach the folders | 05 Jul 2007 13:10 GMT | 2 |
Hi everybody; It's me again :). We have folders and that folders has another folders. We want toread all te text files in that folders. We can only reach main folder and second subfolder.How can we reach lower-level
|
| Overriding interface members | 05 Jul 2007 12:30 GMT | 10 |
I'm confronted with a problem that seems not to be solvable. In general: How can I override an interface member of my base class and call the overridden method from my derived class? This is my class:
|
| VS2005 , WPF , NET 3 & Expression Studio ? | 05 Jul 2007 12:06 GMT | 3 |
This is not all so clear to me, as i understand i can create feature rich UI's with it . How does it combine with Visual Studio 2005 to create windows applications ? How to use content created in Expression studio in a windows app. created
|
| Accessing form controls | 05 Jul 2007 11:40 GMT | 6 |
I have 2 classes. One where the form resides and I created another one for all the database stuff. after i get data from the db i want to be able to update the form. I have the namespace of where the form code is but how do i get to the controls
|
| ANSWER: Remove/Hide the (Name) property for a control in a propertygrid | 05 Jul 2007 11:23 GMT | 4 |
I hope this helps someone else because despite the fact that this is obviously a common problem, after 5 hours of googling i found no exact answer, just a load of 'do this, implement this, etc..' rant. class LabelNoName : System.Windows.Forms.Label,
|