all groups > dotnet sdk > august 2003 > threads for august 1 - 7, 2003
Filter by week: 1 2 3 4 5
Adjusting security policy to give full trust to intranet code
Posted by vinayc NO[at]SPAM angelfire.com at 8/7/2003 10:43:31 PM
Hi,
We want to give full trust to the .NET code coming from our intranet
zone. I have tried to modify machine configuartion file using .NET
Framework configuartion tool. I have adjusted zone security to give
"Full Trust" to the code on intranet zone but it doesn't seem to help.
My program sti... more >>
Create a mixed dll
Posted by news.tin.it at 8/6/2003 10:52:24 AM
Hi.
I want to build a mixed dll in VC++.NET 2002 to get advantage from code =
performance (using ASM and point arithmetic) and use the framework =
infrastructure to use libraries into VB.NET and C# without pInvoke.
How can I do?
Please, somebody can give me code sample or link where can I... more >>
Round up
Posted by Ruslan at 8/3/2003 2:26:28 PM
How can I round up a float number?
For example:
If I have a number 3.6 I want to obtain 4 and
If I have a number 3.1 also to obtain 4
Thanks a lot.
Ruslan
... more >>
Visual Studio .net and Norton Internet Security
Posted by Edu at 8/2/2003 1:39:19 PM
Hi,
If you use Norton Internet Security, you might be having the same problem
I'm having when developing on Visual Studio .net.
Before, when using vb6, I had only once to set a rule on the firewall to
permit VB6.exe to access the internet and I could run any project without
getting the "Progr... more >>
Using framework 1.1 with Visual Studio 7
Posted by Jeff K. at 8/2/2003 10:05:24 AM
Hi,
Is there a well supported way for making Visual Studio 7.0 work with .NET
framework 1.1?
Thanks in advance
Jeff
... more >>
Socket Select Limit
Posted by Mario Garcia at 8/2/2003 7:37:31 AM
There seems to be a 64 element limit on any socket list
passed as a argument to the select method. Is there any
way to change that limit?
... more >>
How to change font style for highlighting using ITextDocument
Posted by Eli Pulsifer at 8/1/2003 3:47:11 PM
Hello,
Using the Rich Edit Control I am able to change the font style at will for
text ranges but this causes the document to be flagged as modified which is
not what I want, how can I modify the font but not effect the modified flat?
Eli
... more >>
|