Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / December 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Passing dynamic 2d array to unmanaged c++ dll23 Dec 2007 20:22 GMT1
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 GMT1
Where is the "Error Lookup" in Visual Studio 2008?
Thanks in advance!
Polaris
HELP! How I can exchange data between two forms23 Dec 2007 19:33 GMT2
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 window23 Dec 2007 19:20 GMT1
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 page23 Dec 2007 17:36 GMT2
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 GMT2
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 GMT1
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 Explain23 Dec 2007 09:27 GMT3
Can someone please explain the non-working aspect of binding to Width?
See code below.
Thanks !!
-- Tom
thread question23 Dec 2007 07:49 GMT1
c#2, vs2005
hello
i have say 5 threads running
there running a instance of the same class
ListViewItem22 Dec 2007 21:38 GMT10
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 Oracle22 Dec 2007 17:38 GMT1
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 variable22 Dec 2007 07:51 GMT4
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# applications22 Dec 2007 05:11 GMT9
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 question21 Dec 2007 23:27 GMT2
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 GMT3
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">
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.