all groups > dotnet windows forms > march 2005 > threads for wednesday march 16
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
Any component to read cab files?
Posted by Cezar at 3/16/2005 10:41:01 PM
I am looking for a .NET or COM component to read, extract and modify cab and
zip files.
Is there anything in the .NET classes to accomplish that or should I look
for a third party software? If so, can you recommend anything?
Thank you
Cezar Mart... more >>
PropertyGrid Question
Posted by Sunil at 3/16/2005 9:51:07 PM
Hi Everybody!
I am displaying the properties of my class in a propertygrid in my winform.
Its a simple thing to do, I just set the 'SelectedObject' property of the
propertygrid as my object.
Later, I wanted to show the Filedialog (for easily locating the path instead
of typing it in the... more >>
Borderless Form - No Context Menu in TaskBar
Posted by Phil Jones at 3/16/2005 8:49:00 PM
I'm setting a form's "FormBorderStyle" to None.
When I do this, what I'm finding is that the corresponding button in the
TaskBar provides no options (like Close, Minimize etc.) when right clicked.
Is there a way to still have this context-meny appear with a borderless
form?
Many thanks.... more >>
TaskBar - Application Group not Named
Posted by Phil Jones at 3/16/2005 7:58:54 PM
I have a number of win-forms projects in a solution. They all have fairly
similar AssemblyInfo files, for instance:
<Assembly: AssemblyTitle("My Smart Client")>
<Assembly: AssemblyDescription("My Client User Interface")>
<Assembly: AssemblyCompany("My Company")>
<Assembly: AssemblyProduct("... more >>
Detailed info for COM based "Web Browser" control in VS.NET 2003
Posted by Ahmed Shafi at 3/16/2005 4:53:00 PM
Hi there,
Can some one point me toward detailed tutorials / resources as to how to use
the COM based web browser control (not the manged WebBroser Control in C#
2.0) in wnforms ? How to access the contents of the page that is being
visited by the user ? is there any sample code that shows how... more >>
Brind Window to the Front
Posted by Eric Renken at 3/16/2005 4:45:12 PM
I have an application that when it starts it displays a splash screen. This
splash screen is running in a separate thread. It displays fine and as my
application is loading it is updating the status on the splash screen with
what it is doing. Then when my application is loaded and displayed... more >>
Anyone know the magic AutoScale formula?
Posted by Ralph Flaugher at 3/16/2005 1:15:02 PM
Does anyone know how .Net calculates the ratio it uses for auto scaling. If
you use the examples and documentaion available you never get the values it
actually applies. For my app I need to know precisely what autoscaling
values will be applied. I'd really rather not rewrite the entire aut... more >>
Problem with combobox items not showing up
Posted by Maxime Gauthier at 3/16/2005 1:13:03 PM
I'm having this weird problem that occurs with items in a combobox. When I
open the combobox list, I see that the list is trying to show items because
it has a defined lenght but I cant see any text in it. I can still select any
of the blank item and it then put the text in the combox just as ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.net and flash
Posted by Rick at 3/16/2005 12:54:21 PM
hi guys!!
i saw recently a document explaining how to send ""events"" from a flash swf
to a .net app using C#, now im interested in know if is possible to send
"events" from my app .net using C# o VB or J# to the same flash movie
without use a web server, flash remoting, orbe or aspx, php... more >>
GDI+ & GraphicsUnit
Posted by JezB at 3/16/2005 12:29:39 PM
I have a Rectangle object and want to fit some text in it so that the text's
height matches the rectangle's height exactly.
I'm not sure what graphical unit the Rectangle object is measured in
(pixels?), but none of the enumated settings for the Font's GraphicsUnit
property seem to be the s... more >>
ListView icons disappearing?
Posted by Roger at 3/16/2005 11:41:50 AM
One of our WinForms applications is having strange icon problems, and
any suggestions would be appreciated.
We have a custom user control which contains a ListView. The ListView
is using the large icon mode, and the icons are stored in an ImageList
(as usual). For an unknown reason, the icon... more >>
Change Main Menu
Posted by Avo Meguerditchian via .NET 247 at 3/16/2005 11:25:31 AM
Is there a way to change the background color and other properties of the main menu to look like any office 2003 application?
--------------------------------
From: Avo Meguerditchian
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>MwTM5UF7c0G6xMScbemT... more >>
Access controls in static method
Posted by Gav at 3/16/2005 10:51:52 AM
How do I access my form controls in a static method?
Thanks
Gav
... more >>
SmartClient Deployment ? for the gurrus :)
Posted by Deasun at 3/16/2005 4:57:46 AM
I am posting this here and in Windowsforms as I dont see a SmartClient group.
Ok on my work Pc I have a test page with links to a number of smartclient
exe's.
With some security mods the rest of the PCs in work can load page and launch
the apps no problems. Works real nice infact. Bosses lov... more >>
Internet Explorer Related Events and Browser Control
Posted by Ahmed Shafi at 3/16/2005 2:18:07 AM
Hi there,
I need some help with the followng two things:
1. How can my application keep track of the websites visited by the user in
internet explorer and also get access to the IE history folder
programatically using C#.
2. Is there a "web browser" component that I can use in my winf... more >>
Problems with opening only one instance of my application
Posted by karel.bruneel NO[at]SPAM informat.be at 3/16/2005 1:23:07 AM
Hi,
I have a VB.NET Windows-Application.
I am trying to write an application which can only have one instance
open
at a time per user.I found some code on the internet and this seems
to work fine but there are some problems.
this is my code:
Dim ok As Boolean
... more >>
Problems on removing title bar
Posted by Anand via .NET 247 at 3/16/2005 12:50:51 AM
Hi...
I wanted to remove the title bar from my applicaton, and I have done
that by setting control box to false and form.text to "".
But because of doing this, i c no text on the taskbar button when i
minimize the application; and also no context menu on rightclick on
taskbar button.
I need ... more >>
MapPath
Posted by Ronin via DotNetMonster.com at 3/16/2005 12:20:36 AM
I have an issue where I have a external bmp file that I am calling via my
application.
Called (@"whatever.bmp");
But when I compile and use an installer to send it to another directory
folder the file is copied but the program will provide an exception based
on the error not finding this fi... more >>
|