Managing references across a development team
Tue, 30 May 2006 11:49:13 -0400
Hi,
Sorry for posting this across a few groups... I just notices this group
and it seems a bit more appropriate for this question.
I was wondering if anybody can point me in the right direction to find a
method or tool to help us manage a central location for common dll's
that our development team uses o ...
|
3 panels, 2 scrollbars
Mon, 29 May 2006 11:41:01 -0700
Hi,
My sitution is the following one I've got 3 panels: A, B, C
The vertical scrolling of the panel A depends on the vertical scrolling of B
The horizontal scrolling of panel B depends ont the horizontal scrolling of B
I would like to "link" the scrollbars displayed thanks to "Autoscroll "...
Is there an w ...
|
Please Tell me it isn't soooo about Date Conversions GregorianToJulian in C# for VS2003!?:-(
Sun, 28 May 2006 00:43:06 -0500
I just recently passed my C# .NET 70-316 cert and thought I would take some
time to develop a small application in C# that could easily take dates from
user input and convert it to Julian format. I have done Google searches as
well as VS2003 .Net Index searches in hopes of finding a quick method to
resolve ...
|
MFC CFileDialog call in own app.
Sat, 27 May 2006 08:27:00 +0200
I call CFileDialog in my application to select special jpg file. I will
start with picture view of my files but CFileDialog shows first only file
names and I have to change view to picture view by hand. How can I set
correct view from my appt?
Can anybody help ?
Thanks in advance
...
|
Forms Authentication on VS project
Fri, 26 May 2006 16:44:22 +0100
I've created a very simple web site using Forms Authentication
All works fine on local machine but as soon as I deploy it to web server and
try to log in I get an ugly error message as shown below.
What does all this mean? I thought VS2005 web projects were supposed to be
easy to deploy?!
Roger
An ...
|
Insert an Image to a dataGridView column
Fri, 26 May 2006 15:41:54 +0200
Hello,
I want to insert an image to a specific column of a dataGridWiew. I explain
what I'm doing:
- I define the ColumnType as a DataGridViewImageColumn.
- I select the image (an icon of open folder).
When I accept, in the design form, appears in the ImageColumn the typical
red cross of an image not f ...
|
can't see all project task
26 May 2006 06:35:13 -0700
Hi
how do i set up my stuff so that i can see all the projects task in the
task list
right now i can only see the task in the current code behind page
i'm using vs2005
thanks
...
|
|
|
VS 2005 Release Version Problems
Thu, 25 May 2006 14:33:16 -0500
Anyone here have problems with running the release versions of your
application on other computers?
I keep getting an error everytime I try to run my release version of my
software on other machines with the .NET framework installed and
everything. It is the standard windows error that asks you to send the
in ...
|
VS 2005 Crashing when deploying C++ WM application!!
Thu, 25 May 2006 08:28:03 -0700
I have been using Visual Studio 2005 for months with no problems. Able to
deploy C++ applications for Pocket PC and Smartphone and debug with no
problems. A couple of days ago I ran into a problem where deploying to the
emulator stopped working as did to an actual Smartphone or Pocket PC device.
Also, when ...
|
Create ToolBoxItem from Addin - trouble!
25 May 2006 06:40:02 -0700
I found in MSDN the article: "How to: Control the Toolbox".
I created my addin and tryed to registred my components in ToolBox on
OnConnection event.
ToolBoxTabs tbxTabs = null;
...
tbxTabs.Item( "New Toolbox Tab" ).ToolBoxItems.Add
( "DotNET Component", @"c:\temp\MyAssembly.dll",
vsToolBoxIt ...
|