| Thread | Last Post | Replies |
|
| C# IDE show all properties for controls and forms | 06 Jun 2007 03:08 GMT | 3 |
im using c# 2005 express edition. Is there a setting in the IDE that i am missing that would allow ALL the properties available to the selected control to be shown in the properties list in the IDE
|
| Control arrays | 06 Jun 2007 02:39 GMT | 1 |
I would like to know what is the best way to create control arrays of Labels and be able to index them? I am a former VB6 programmer that was used to plopping controls on the form and have the arrays created automatically. Please provide a snippet of code or good reference site ...
|
| SerializationException | 06 Jun 2007 02:37 GMT | 3 |
I have a class which uses Microsoft.Win32.RegistryKey class, and i am trying to Serialize this class but i get the following Error... anu ponter will be really helpfull.. Message="Type 'Microsoft.Win32.RegistryKey' in Assembly 'mscorlib,
|
| Error of not able to find the dll that is in the installed directo | 06 Jun 2007 01:47 GMT | 6 |
Hi, I'm using vs2005, .net 2, C# for windows application. In my application, I use a C coded file that I use VS to compile into a dll for some of it's functions. It works on my devvelopment PC. I created a Setup project for the application. In the file syste, I added the dll. ...
|
| How do I call a DCOM object? | 06 Jun 2007 01:32 GMT | 1 |
Does anyone know where I can find an example of calling a DCOM object from a .NET client? All the examples I'm finding are telling me to use Activator.Getobject, but I can't figure out which URL to use. Thanks
|
| WebBrowser DocumentText getting problem ... | 05 Jun 2007 22:58 GMT | 7 |
I have very strange and stupid problem with .NEt's webBrowser control... If I do this: ---------------------------------- private void btnGoogle_click(object sender, EventArgs e)
|
| Access method variables/functions from Event call | 05 Jun 2007 22:51 GMT | 2 |
Ok i understand the fact that once events are raised they are executed on another thread and have no access to member functions or variables because they are static functions. But i am having trouble how i can Invoke these methods from the static
|
| what is EnvDTE | 05 Jun 2007 22:47 GMT | 2 |
that causes this reference and redirect <assemblyIdentity name="EnvDTE" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/> <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0"/>
|
| Best Way To Close A 'Loaded' Form | 05 Jun 2007 22:23 GMT | 6 |
I am a pretty experienced VB programmer trying to make a jump to C#. I have created a simple (so I thought) project and seem to be stuck. I know I can create a form and write the code within the form. However just for the experience I created a Main class and created an
|
| How to View Event Queue? | 05 Jun 2007 22:22 GMT | 3 |
Is there a feature in C# .NET Professional's IDE where I can view the pending operations in the event queue during a breakpoint?
|
| The project type is not supported by this installation | 05 Jun 2007 22:06 GMT | 2 |
I previously had VS 2005 installed and had a project with no problems. After I installed VS 2005 Developer, getting this error when opening the solution: The project type is not supported by this installation
|
| Opening File with unknown Extension | 05 Jun 2007 22:03 GMT | 7 |
I want to open a File with unknown Extension using C#. What i want is i do System.Diagnostics.Process.Start("FileName"); Now if File is associated with any program then the File with open with that Application, this is working fine.
|
| Flash control for screensaver? | 05 Jun 2007 21:59 GMT | 3 |
What are the advantages/disadvantages of using the Flash component on my screensaver application? The basic animation that the screensaver will include can be done either with Flash or by writing code. But with the Flash control, I can easily add
|
| using statement and as | 05 Jun 2007 19:30 GMT | 6 |
Hi all, I'm using vs 2003, i have a question about using and as, i was reading in programing .net components that one way to avoid null references inside using was using as, something like this: using(var as IDisposable){
|
| Please ... example code due on looping though specific nodes | 05 Jun 2007 18:52 GMT | 67 |
I am quite new to XML and posted a request for example code yesterday. Unfortunately, I did not do a very good job in explaining what I was looking for. Here is an example of a small piece of the file: <Scoreboard>
|