Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet windows forms > july 2004 > threads for thursday july 29

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

Open new forms BEHIND the active form
Posted by Squirrel at 7/29/2004 11:38:44 PM
Hi, I'm developing a messenger-style application, and everytime a new chatter comes up, a new window should be opened. Of course, this window should not get the focus, so I tried ShowWindow API with the SW_SHOWNOACTIVATE flag. Now the problem is that the new window, although not getting focus...more >>


how to execute win App methods from script in web pages when used with WebBrowser control
Posted by sachin at 7/29/2004 8:52:18 PM
Hi All, I'm facing difficulty in coding. I have a win App that has a web browser control that host a website. Code is in VB.Net. The website have many web pages. I want to execute win App methods from script in web pages. I got some info but its in VC++. Its like calling window.external.your...more >>

Change Toolbar Button Images
Posted by holysnappingducks at 7/29/2004 6:27:03 PM
Im trying to figure out how to change the image of a toolbar button as the user hovers over the button - similar to word/excel etc etc. Is there a way of determining which button is being hovered over? -- ~~~~~~~~~~~~~~~~~~ Just do something. ~~~~~~~~~~~~~~~~~~...more >>

datagrid fullrow select
Posted by Dan at 7/29/2004 6:26:28 PM
How can I select the full row in a datagrid? I tried the code below (from the Syncfusion windows forms faq), so that all the cells of a row are selected when I click on a single cell, BUT this has the effect of not allowing multiple rows selection (ctrl-click or shift-click). How can I fix this?...more >>

show modal dialog / progess and move on ..advice please..
Posted by martin at 7/29/2004 5:10:08 PM
Hi I have a long running task and while it is being performed I wish to show a modal dialog that displays the progress of my task.. what I am doing is this 'start task frmWait.ShowDialog(Me) 'perform task and update the dialog "frmWait" take frmwait down. however exec...more >>

Datagrid
Posted by usha at 7/29/2004 5:03:53 PM
Hi I want to remove the text NewDataset appearing on my datagrid, if i know where is it set, i found it is neither the text /caption property, then where it is? thanks ushas ...more >>

datagrid
Posted by usha at 7/29/2004 4:57:11 PM
Hi How do ii have datagrid display data directly and prevent the data appearing on datagrid only after the click of the + sign and then the table name. thanks ushas ...more >>

Maximized forms in MDI
Posted by James at 7/29/2004 4:02:22 PM
Hi. I basically have an MDI application with many 'child' forms, and am having difficulties with form WindowStates. Most child forms in my app should run in FormWindowState.Normal (or .Minimized) only, and I have disabled the Maximize buttons for them. Most of the time, this works fine, but I am hav...more >>



Drag e-mail from outlook 2003 to application
Posted by João Melo at 7/29/2004 3:28:19 PM
I have tried to drag an e-mail from the outllok 2003 to my windows application. So far all i could do was drag some attatchments. Here is my code... am i doing something wrong or this just does not work ? João Melo ################################################################# Dim t...more >>

how to get information back to the calling form
Posted by jhs at 7/29/2004 2:44:24 PM
Hello, i'm developping a windows.forms app, using C#. form a form (Form1), i want to call a second form (form2) I want to use form2 as a generic form to set colors, fonts, .... for many types of labels included in form1. So the question is: how can i call Form2 with initial value (get ...more >>

Waiting for background thread.
Posted by Graham Allwood at 7/29/2004 2:22:49 PM
Hi, I have a windows forms application that starts a background thread when it loads. The background thread is intended to load some data from a database, this data is required later on in the app (say on some menu option being chosen). Now, if this menu option is chosen I check the state of t...more >>

[BUG] Graphics.DrawIcon(Icon, int, int);
Posted by Lloyd Dupont at 7/29/2004 2:01:29 PM
in .NET 1.1 Graphics.DrawIcon(Icon, int, int) doesn't clip the icon according to the graphic object's current clip region -- Lloyd Dupont, Software Architect Get Your Data Mobile http://www.ihookdb.com ...more >>

Form Knock-Out
Posted by Tim Sorenson at 7/29/2004 1:48:10 PM
I am trying to create a form that has a notch in the Upper Left corner. Currently we use the Transparent propertry to see other forms behind the current one. That is causing some problems when the user is interacting with it. So we want to notch a corner out or only make that corner transparent? ...more >>

Tabed Dialog and server updates.
Posted by William Stacey [MVP] at 7/29/2004 12:39:59 PM
Say you have a tabed dialog window like the the MS DNS Properties Window. You can go add/change/delete a bunch of stuff on each tab and hit cancel and nothing on the server is changed (easy part). However, if you hit Apply or OK, you then need to figure out what all was changed and do the delet...more >>

Can I use VB.Net to make a special FTP client?
Posted by M K at 7/29/2004 12:21:41 PM
Is this possible? Any ideas on source code available?...more >>

.NET Remoting HOST always creating new instances
Posted by Ahmed at 7/29/2004 11:55:00 AM
I am trying to create a remoting host where I have a datatable and the client simply adds rows to the datatable and has the possibility to fetch the whole datatable. Every request they make always re-initializes my library so my datatable becomes a blank one with every new request.What I was loo...more >>

MDI Child Looses focus
Posted by Hanika at 7/29/2004 11:53:28 AM
Hello, I have seen a lot of people with a problem simialr to mine but I can't seem to find a solution to my problem. I have an MDI Child form with a user control and a toolbar. My MDI parent has a panel docked on the left with a treeview in it. When some processing occurs in the MDI Child...more >>

Invoking a command line .exe program
Posted by Simon Harvey at 7/29/2004 11:46:07 AM
Hi, I have a simple .exe application that I need to invoke from my C# application. I need to send it two strings and then get the result back. Can anyone advise me on how this is done? Also, I'm currently using a windows forms application but I would like to use an ASP.net appliocation to...more >>

MDI Children don't get Focus
Posted by Maqsood Ahmed at 7/29/2004 11:22:43 AM
Hello, We are converting our product from Dot net Framework v1.0 to Dot net Framework v1.1 and experiencing some problems regarding it. In our MDI Application, any Child window doesn't activate on mouse click in Client Area, whenever we open/close any Child form that hosts ActiveX control (such ...more >>

Why can't I delete this file? Does Assembly.LoadFile leave it lock
Posted by M K at 7/29/2004 10:52:34 AM
In my Windows Form, I have a io.File.Delete(filePath) command. Everyone has Full Control to the folder and file. I watch the file with FileMon and nothing opens the file in my code. (There is no code to open the file before the delete command.) I get an 'UnauthorizedAccessException'. How can I fi...more >>

datagrid datatable problem.
Posted by clyyy2002 at 7/29/2004 10:34:43 AM
if you not sort the grid and then click "del" button,no problem. but if you sort the grid (column caption is "DNAME" ) first and then click "del" button, a exception occur(System.IndexOutOfRangeException) . why? underside is my program. Thank. using System; using System.Drawin...more >>

Sub Properties in Designer
Posted by msnews.microsoft.com at 7/29/2004 10:30:37 AM
I have a class Order that contains a set of properties for my OrderControl control. Instead of creating separate properties in OrderControl for every property in Order, I just wanted to make Order a property and then let the user set any properites within Order via the designer. But I don't...more >>

Infragistics Ultragrid Summaries Display Format
Posted by barrantesj NO[at]SPAM bellsouth.net at 7/29/2004 10:24:24 AM
I am trying to format the summarie band as a numeric field or currency but I don't know what string I need to entered in the displayformat. I tried "###,###,###", "c","999,999" and did not work. I tried to get the value to use format() function but I cann't find it. oBand.Summaries(intRecno...more >>

extract directory name out of filename
Posted by Chris at 7/29/2004 9:20:12 AM
Hi, is there a way to extract the directory-name out of a filename that includes the path ? thnx Chris ...more >>

Click event handler in forms, which the forms are in the mdi container
Posted by Arashk Mahjoubi Amine at 7/29/2004 6:21:36 AM
Hi I have question about Click event handler in forms, which the forms are in the mdi container. Let say from1 is a mdi container (IsMDIContainer = True) and include form2 and form3. In form3 we have a Textbox and Button and both of them have Click event handler and also AcceptButton in f...more >>

Crystal Report - Need URLs
Posted by ChristManIn at 7/29/2004 3:43:30 AM
Hi, I am new to Crystal Reports in .NET Can anyone give me a good links which can help me to understand Crystal Reports. I mean. How to write program for Crystal Reports in C#. etc.. -- Great!! ChristManIn...more >>

Adding Images to ComboBox
Posted by Hazira B at 7/29/2004 3:20:17 AM
Dear Firends, Is there any combo box available for displaying images inside the combo box. -- Yours, Hazira B...more >>

Urgent Problem in adding Events tab to propertygrid
Posted by gurjinder NO[at]SPAM beesys.com at 7/29/2004 12:21:45 AM
Hi, I am making a form designer. It is same like VS.net IDE. I am facing difficulty in adding Eventstab to propertygrid control. In some forums it is mentioned that just assign some Site to sIte property of propertygrid and then just do grid.propertytabs.addtabtype(typeof(eventstab),Pr...more >>


DevelopmentNow Blog