all groups > dotnet general > october 2004 > threads for sunday october 31
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
VS Studio / VS.NET Integration
Posted by ozbear NO[at]SPAM bigpond.com at 10/31/2004 10:18:49 PM
I already have VS Studio.Net 2003 installed.
I have need to compile some vanilla C, not C# programs on the same
PC.
If I install VS Studio will it integrate into VS.NET's IDE (which
I would prefer) or does it have to install its own IDE, editors,
and associated environment? I would prefer ... more >>
I can't sort my combo box. Please Help!
Posted by raj at 10/31/2004 7:58:02 PM
When I try to sort my combo box I get the following error.
"Cannot sort a ComboBox that has a DataSource set. Sort the data using the
underlying data model."
--------------------------------THe code is given below.
String strSQL;
strSQL = "SELECT .......... WHERE C.Client = '" +
this.c... more >>
.net security policy
Posted by Eric Nelson at 10/31/2004 6:36:01 PM
new hardware; copy VS projects from old hard drive to new; rebuild an old
project & run:
The current .NET security policy does not permit <program> to run from the
folder <program>_bin.
Two questions: (1) what's going on? and (2) how do I clean this up?
Thanks,
Eric... more >>
Press 'REPLACE' carelessly
Posted by Agnes at 10/31/2004 3:08:21 PM
I need to replace some textname in the current docurment, BUT I choose
'current project'
So, it seems take action to replace a lot of thing ???
What Should I Do ? The current Docuemen t( I did a lot of work in it) I must
SAVE IT. But, If I press 'save' will it save all other thing ?
Please help... more >>
Csharp calling C++ Managed code using Byte array reference
Posted by Trev at 10/31/2004 4:59:02 AM
I can call C++ methods using byte arrays as values but I wish to call a C++
method using a reference to an empty byte array that is then initiaised to a
set size by the c++ method and populated within the c++ mthod before
returning back to the c# code.
E.g.
c# call
byte[] data;
... more >>
is one language in .NET enough
Posted by goran vukovic via .NET 247 at 10/31/2004 3:59:01 AM
(Type your message here)
2 years ago someone claimed multiple languages were an advantage=
of =2ENET=2E COBOL=2ENET was a hot topic=2E Does anyone code in J#?=
Rubbish=2E Stating the obvious, VB=2ENET was made for VB and C# for=
C++ developers to help the transition to =2ENET=2E People forget... more >>
object oriented design
Posted by A Hash via .NET 247 at 10/31/2004 3:51:20 AM
(Type your message here)
--------------------------------
From: A Hash
I new to object oriented design can any recommend any good sites=
and books on object oriented design using c#=2E Also, I trying to=
implement some classes and dont know what is good approach=2E I=
have a company c... more >>
Icons specifications
Posted by Richard L Rosenheim at 10/31/2004 3:40:06 AM
Can someone confirm/point me to the current specifications for icons for
Windows 2000/XP/2003 systems? I tried searching Google but wasn't able to
find the information.
I'm basically looking to confirm what the OS like in terms of width, height,
color depth for the title bar and desktop icons... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Visual studio upgrade to .net 1.1
Posted by kppk at 10/31/2004 2:04:09 AM
Hi,
does anyone know if it is possible to do a Visual studio (7.0.9466) upgrade
to use the .net framework and SDK from using 1.0 to use 1.1?
Thanks
... more >>
|