all groups > dotnet general > august 2005 > threads for wednesday august 17
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
Restrict Access of Class
Posted by Mustaq at 8/17/2005 10:53:03 PM
Hi
I have 2 Class i.e ClassA and ClassB, I want ClassB to be Accessed only by
ClassA ONLY and nowhere in this project nor in other projects. How can I
achieve this ?
Regards,
Mustaq
... more >>
"How Microsoft Lost the API War"
Posted by John Bailo at 8/17/2005 5:58:24 PM
http://www.joelonsoftware.com/articles/APIWar.html
"So you've got the Windows API, you've got VB, and now you've got .NET,
in several language flavors, and don't get too attached to any of that,
because we're making Avalon, you see, which will only run on the newest
Microsoft operatin... more >>
Help with Isolated Storage path length
Posted by Jeff Connelly at 8/17/2005 5:56:04 PM
I'm using IsolatedStorageFile.GetUserStoreForDomain(), and then using this
object to create IsolatedStorageFileStream. The problem is the path
generated is too long (it throws an exception). It insists on a max of 260
characters, even though it is eating over 200 of that with its crazy path.... more >>
Which Control: Hyperlink or LinkButton?
Posted by clintonG at 8/17/2005 2:29:05 PM
Any folklore regarding the benefits of using one or the other of these
controls?
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.... more >>
Why is the Pair class in a UI namespace?
Posted by John at 8/17/2005 1:44:58 PM
Can anybody tell me why MS would put such a basic data structure, like
System.Web.UI.Pair, into a UI namespace?
The Pair class, to me, is something you use just as much at a deeper level
as you would at the UI level..
But I can only assume the namespace of each .NET class was well thought ... more >>
Office 2003 projects in Visual Studio 2003
Posted by Nile at 8/17/2005 12:36:01 PM
helo,
I needed to create office projects from Visual Studio and installed Office
Pro 2003. Visual Studio 2003 in already running. But after Office
installation is completed, I wasn't able to see 'Microsoft Office 2003
Projects' list in Visual Studion. This is my first time Office 2003 install... more >>
RichTextBox Control
Posted by Hernán Gatta at 8/17/2005 12:21:05 PM
Hello:
Microsoft is making my stuff hard to do with .NET as I'm a VB6 developer.
How do I add an image to a RichTextBox Control in .NET?
Thank you!
-------------------
Hernán A. Gatta... more >>
Invalid cast: date array into object array
Posted by Brian P at 8/17/2005 12:00:13 PM
I am getting an invalid cast exception when I try
to take an ArrayList with datetime values and use
the ToArray method to create an object array.
I need to use an object array becase I'm working
with various datatypes and need the code to
be as generic as possible.
Most of to code invo... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Wierd threading issues with WebBrowser control
Posted by Warren at 8/17/2005 10:55:03 AM
I don't understand what's going on in the following program. I believe it
should simply create a form with a browser in it and navigate that browser to
Google. However, the constructor for the WebBrowser is throwing a
ThreadStateException saying ActiveX control
'8856f961-340a-11d0-a96b-00c... more >>
Newsgroup Protocol / Challenge to MS Research
Posted by John Bailo at 8/17/2005 10:35:05 AM
There are so many Microsoft newsgroups dedicted to .NET, I am torn between
1) Just posting to .general
2) cc: ing a lot of more specific newsgroups
3) Just posting to the specific newsgroups
If I do (1) I feel I sometimes miss out on expertise -- on the other
hand, it seems like some q... more >>
Why don't my DomainUpDown controls behave correctly?
Posted by Tim Osborne at 8/17/2005 10:01:23 AM
I have used the DomainUpDown control in my UI to allow a user
to switch units from KB to MB to GB.
The initial text is set to MB.
When the form presents and I click on the upper arrow of the spin portion of
the control
nothing happens.
If I click on the down arrow a couple of times it cha... more >>
Accessing Registry
Posted by Swami at 8/17/2005 9:46:04 AM
I was wondering how I can programmatically find out the path of an installed
program. I have an application that needs access to a config file that
resides in the folder of another application. I'm guessing that this can be
done by accessing the registry, but some articles or sample code wou... more >>
TcpClient and images
Posted by מורדי at 8/17/2005 7:36:09 AM
Hi,
I'm writing a client/server application in which the client send a series of
screenshots to the server to be saved using the tcpclient.
in most cases the first screenshot is transmitted ok and arrives at the
server but from after that i only a couple of KB from the start of the file
w... more >>
Upgrading VS.NET Professional 2003 Special Edition to VS.NET 2005?
Posted by cmo63126 NO[at]SPAM yahoo.com at 8/17/2005 6:47:17 AM
Does anyone know if it will be possible to upgrade the Special Edition
of VS.NET Pro 2003 to VS.NET 2005 when it comes out?
... more >>
how to output message in command prompt window from VB.NET Applica
Posted by Mustaq at 8/17/2005 5:24:42 AM
Hi,
I have an application in VB.NET which runs from command prompt, I need
output message in the same command prompt window,
Example
D:\Mustaq\ORC\Orc 3.7\Insertor\Insertor\bin>insertor.exe
I need message to be printed "Completed Sucessfully" or Failed in command
prompt window
How ... more >>
RaiseEvent not working without VS installed
Posted by Guille at 8/17/2005 3:12:00 AM
Hi all!
I'm having some weird behaviour in a .NET application i'm developing.
I'll try to explain:
I've created a Class that wraps an asynchronous socket.
When connect callback is called, i raise a class event :
' Create socket
sock = New Socket(AddressFamily.InterNetwork... more >>
Retrieve Classes with Attribute
Posted by Jesse at 8/17/2005 1:15:03 AM
Besides looping through all the types in an assembly, is there any way to
retreive all of the classes that have a custome attribute applied?
For example, I have a PersistentAttribute, I won't to retrieve all of the
types that have the attribute applied. The type can only be used at the
cla... more >>
Clearing all textboxes
Posted by Savvas at 8/17/2005 1:11:41 AM
Hi everybody,
I have a lot of textboxes on my form and a "Clear" button. Is there a
way with a for loop or something to clear the textboxes, instead of
writing textboxName.clear?
Thanks a lot
... more >>
how to convert to mixed case
Posted by Yoshitha at 8/17/2005 12:00:00 AM
Hi
I have a string like "KRISHNA MURTHY" in the database when i retrieve from
database
it has to show "krishna Murthy" (the first letters must be capitals) in the
field of datagrid of my asp.net application
how to do that please help me
Regards,
Krishna
... more >>
how to get the "step into stored procedure" option for remote SQL server ?
Posted by scott at 8/17/2005 12:00:00 AM
Hi,
Does anyone know how to make available the "step into stored procedure"
option when connecting to a remote SQL server (on lan) using VS 2003 ?
note
- win xp pro
- 2000 domain
- 2003 server hosting 2000 SQL server
- Visual Studio 2003 pro
Many thanks
Scott
... more >>
|