all groups > dotnet windows forms > march 2006 > threads for wednesday march 22
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
PropertyGrid-disabling category sorting
Posted by FUnky at 3/22/2006 7:22:48 PM
(.Net 1.1)
Hi All,
This concerns adding properties to a propertygrid dynamically. The situation
is as follows:
I have a property bag from where I display properties as name/value pairs in
my property grid. To add a property, I simply do the following (on a 'Add'
Button Click):
Custom... more >>
Where do the ClickOnce files go?
Posted by mail NO[at]SPAM brianrice.com at 3/22/2006 5:49:28 PM
My applications are published and installed using the ClickOnce
installation.
I would like to launch one .exe from another but I can't find them.
Any ideas?
- Brian
... more >>
Forms for WEB
Posted by CesarTabares at 3/22/2006 2:56:02 PM
Hello everyone, I was just wondering if the Windows Forms are possible to use
for development of webapplications in any way?... more >>
Tinting occurs when reading/writing Bitmap - Why?
Posted by Lee Gillie at 3/22/2006 1:39:37 PM
I am reading a TIF file which is 24bpp, and writing a JPG which is also
found to be 24bpp with code very close to that shown below. In the
process the deep red TIF colors are being transformed into a ruddy rust
in the jpg, and the blue highlights are being subdued. Color is not
being transfo... more >>
Intermittent failures of Web Services calls
Posted by Bruce at 3/22/2006 9:20:22 AM
I am developing a .NET 2.0 WinForms client application which communicates
with a Windows 2003 Server (actually SBS 2003, running ISA Server 2004) via
Web Services calls. The client application works fine within our firewall.
But when I access the server from outside the firewall, I get ra... more >>
Generic Event Handler
Posted by Sudhee at 3/22/2006 6:06:27 AM
Is there any generic event arguments which will suffice all type of event
arguments for example I want to capture all the events in the form like this
public sub generalEvent(byval sender as ..., eventarg ...)
control.Mousemove,mouseclick,click etc
Thanks
Sudheendra... more >>
Loading methods in runtime
Posted by Sudhee at 3/22/2006 6:00:16 AM
I am storing method names in one xml file , on run time i read method name
for ex class1.Method1 , I want invoke this method is there any facility in
system.reflection to load the methods like we load assemblies using
assembly.load. I would have instantiated the class before reading xml , Is... more >>
Stopping a private sub running
Posted by James Batley at 3/22/2006 4:26:30 AM
I have a datagridview with user specified data in it. I then have a sub
handling a button click which then iterates through the data performing
calculations. As this process could be quite lengthy, I would like to be
able to offer "stop" & "restart" options to the user. I'm using VB Expres... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Put window straight on desktop
Posted by geo24 at 3/22/2006 3:40:48 AM
Anybody has an idea how to put window with background underneath
desktop icons? In other words the window should work bit like a desktop
wallpaper.
The effect I'm looking for is similar to Active Desktop (the window you
can move is 'behind' all the icons on the desktop)
... more >>
Process.Start() throws an error saying "Setup error: failed to load resources from resource file Please check your Setup"
Posted by Vijaya P Krishna at 3/22/2006 12:00:00 AM
Hi,
I have a .NET Windows Forms application, written in VB.NET and C#. [.NET
runtime version: 1.0; Operating System: Windows XP.]
I am opening a URL from the application using Process.Start(). The URL
points to a java servlet running on apache-tomcat.
For some users the application shows ... more >>
stopping editor component
Posted by Lloyd Dupont at 3/22/2006 12:00:00 AM
I have create a control which could be edited. That is you could double
click on some shape in my view and I will popup and editor.
Such as a TextBox, an "advanced" UserControl and so on.
Now I would like to stop editing if the user click outside my control, go
elsewhere, etc.....
My init... more >>
PropertyGrid-adding properties at runtime
Posted by FUnky at 3/22/2006 12:00:00 AM
Hi all,
I would like to add properties to the propertygrid control at runtime. There
I would like to specify four things:
a. Property Name
b. Property Value
c. Property Category
d. Property Ordering
Can somebody plz guide me to do this?
Many thanks in advance.
FUnky
... more >>
"Block" a webbrowser object?
Posted by Sam at 3/22/2006 12:00:00 AM
I am trying to create a webbrowser object that will a) not respond to clicks
on links, but b) will allow me to programatically navigate via the URL
property or Navigate() method.
I have tried to set AllowNavigation to false, but this restricts all
navigation, even by the methods and propert... more >>
|