| Thread | Last Post | Replies |
|
| Working with win32 window | 15 May 2008 16:10 GMT | 1 |
I came accross a code (some prepared program) that plays a certain video on any button click selected window on the PC. When it stops playing the video, the original window diplays again its original view. My mission is to preserve the last farme of the video (or some close view of
|
| Question related to LinkLabel | 15 May 2008 15:47 GMT | 1 |
I am using a link label in my application and am not setting any size for the link label. When i run my application i see the link label properly but only approximately 75% of the width of the label is clickable though the entire
|
| Propertygrig again and combobox | 15 May 2008 15:30 GMT | 4 |
Hi from France, I use propertygrid with Visual C# 2008 Express. I know how to display a values list in a combobox using an enum. I need today to display a combobox but with personalized content.
|
| "Send error report" instead stop for debug | 15 May 2008 14:11 GMT | 2 |
When I put the below lines in the Form_Load event(its just a example to raise a exception): int x = 0; int y = 1 / x;
|
| Path access | 15 May 2008 13:33 GMT | 1 |
I fI want to access a file which is located in for example Resources folder but not in my project and I want to access it from my project. How can I do it? Can I do it using Assembly.GetExecutingAssembly().FullName + @"Recources/abc.txt"
|
| c# and java diffs | 15 May 2008 13:23 GMT | 5 |
I have some questions regarding C#. I come from a Java background. I am using .NET 1.1. Please limit your answers to v 1.1, otherwise please state the version to which it applies to. 1) I have seen code like this:
|
| Serialize Color to XML | 15 May 2008 12:54 GMT | 2 |
I have : enum MyEnum{d1, d2}; class MyData {
|
| not supported (error) | 15 May 2008 11:07 GMT | 4 |
Hello I keep getting such error: The 'http://www.w3.org/2001/XMLSchema:restriction' element is not supported in this context. for the following xsd element:
|
| Not getting process state | 15 May 2008 10:28 GMT | 6 |
I am starting a process and I need to monitor it (wait and check if its still responding). But, I it seems that the Process.HasExited or Process.Exited doesn't work. I just need to know if the process is running & responding.
|
| Internal .Net Framework Data Provider Error 30 | 15 May 2008 09:43 GMT | 2 |
I connect to Oracle 9.2 using System.Data.OracleClient. I call stored procedures and in cmd.ExecuteNonQuery I get error: "Internal .Net Framework Data Provider Error 30." StackTrace:
|
| delete multiple rows from table doesnt contain primary key | 15 May 2008 09:02 GMT | 3 |
In my project,i added datagridview to my form , i transfered my table to datagridview and added multiple rows and when i called dataadapther.update ,,result is ok. But when i tried it for the delete operations,i got the error like "set primary key in your table" ,,i want delete ...
|
| Working the disk sectors directly from C# | 15 May 2008 08:24 GMT | 6 |
Is there a way of working with sectors directly in C#. Any pointers, C# or not, would be appreciated. This is related to a previous post on file shredding in C#. Thanks
|
| Change the color of a status bar. | 15 May 2008 07:31 GMT | 1 |
is there a method of changing the color of a statusbar in C# Regards Abhishek
|
| Format fixed length fields with leading zeros or spaces | 15 May 2008 06:18 GMT | 5 |
I am somewhat new to .net and c#. (What I learned in previous co has to be unlearned). I am doing something that seems simple but I think there is a better way than how I learned to do it. I am creating a fixed length file with fixed length fields. Each field either requires
|
| Delegates?? | 15 May 2008 06:13 GMT | 2 |
i would know in that case i must delegates ? Please sent me a example. Thanks Regards,
|