| Thread | Last Post | Replies |
|
| Passing dynamic 2d array to unmanaged c++ dll | 23 Dec 2007 20:22 GMT | 1 |
I'm trying to communicate with an unmanaged c++ dll that takes two 2d float arrays, one as input with data in it and the other will have the result of the operation in it as follows: bool Evaluate(float** input,float** output,int nFrames, int
|
| VS 9 "Error Lookup" ? | 23 Dec 2007 19:36 GMT | 1 |
Where is the "Error Lookup" in Visual Studio 2008? Thanks in advance! Polaris
|
| HELP! How I can exchange data between two forms | 23 Dec 2007 19:33 GMT | 2 |
Please tell me how I can exchange data between two forms. My main form is Form1, and I display a new form something like this: private void Settings_Click(object sender, EventArgs e) {
|
| Setting DataColumn.Expression in the Properties window | 23 Dec 2007 19:20 GMT | 1 |
I would like to set the Expression on the full_name column of my dataset in the Properties window to be: fname + " " + lname I am getting an error, I tried escaping the quote but still there is
|
| best way to display categories on a .aspx page | 23 Dec 2007 17:36 GMT | 2 |
I need to display a list of categories on the left side of a page, and I am confused how I would do this using a List Control (as appose to weaving my own HTML on the server side). My HTML should look like:
|
| Simple Regex Replace() question. | 23 Dec 2007 16:16 GMT | 2 |
I'm trying to replace \n with @(representing the actual new line character). Of course, \\n should not be replaced. What I'm trying to do is simply what the good-old printf does. For example, "\\n \n" should be converted to "\\n @". I used,
|
| design (gui) | 23 Dec 2007 09:34 GMT | 1 |
Hello,I would like to know how can I seperate the background worker invokation from the GUI implementation?
|
| Binding Property "Size" Works But Not "Width" -- Please Explain | 23 Dec 2007 09:27 GMT | 3 |
Can someone please explain the non-working aspect of binding to Width? See code below. Thanks !! -- Tom
|
| thread question | 23 Dec 2007 07:49 GMT | 1 |
c#2, vs2005 hello i have say 5 threads running there running a instance of the same class
|
| ListViewItem | 22 Dec 2007 21:38 GMT | 10 |
I am trying to have a ListView to dispay a list of names and want to have an id stored within the list but not visable. I have tried to go about doing this by using the ListViewItem and setting the Text and Tag properties. Problem is when I add the ListViewItem to the
|
| Error in dataTable with Oracle | 22 Dec 2007 17:38 GMT | 1 |
I have this SQL SELECT name FROM table WHERE name = @parameter And this methods make in Visual Studio getData(@parameter){
|
| Simple question on declaring a variable | 22 Dec 2007 07:51 GMT | 4 |
I should know this, but I don't. In the following, is an integer being created with each iteration? for (...) {
|
| Memory sharing between 2 C# applications | 22 Dec 2007 05:11 GMT | 9 |
Is there a way in which 2 application can share a common memory location to access static data? Say for example I have a product master data that is available in a single place, and I have an application that uses this data to do its own
|
| C# TransparencyKey question | 21 Dec 2007 23:27 GMT | 2 |
I am working on layering a few picture boxes on top of each other in a basic 3D grid, viewed from front and a little to the right, using Visual Studio 05. I have color 128, 254, 128 set as the form's transparency key and the corners of my one image that I am overlapping
|
| Vector icons in WPF menu items? | 21 Dec 2007 23:03 GMT | 3 |
I'm just getting started with WPF and XAML, and I am trying to create a traditional menu bar. Everything works until I get to the menu icons. I can add a bitmap icon to a menu item using this XAML markup: <MenuItem Header = "Log In">
|