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


all groups > dotnet general > may 2005 > threads for wednesday may 4

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

How do I know when I am in edit mode on a datagrid?
Posted by BillG at 5/4/2005 9:59:09 PM
I have a datagrid with an edit and a delete button on the grid row. When the user clicks the edit button, is there a property that tells me whether I am in edit mode or not? ...more >>

Session variable losing value
Posted by BillG at 5/4/2005 8:54:02 PM
What would be some of the causes as to why a session variable would be lost going from one page to another? My sessionstate is set on. It was working fine earlier and nothing has changed in this part of the app. ...more >>

Control problem with new Internet Explorer Window
Posted by dave at 5/4/2005 6:30:09 PM
We have this older asp application (i dont think this is a factor) that has an active x control on it. When we open the web page that has the control on it, everything appears to work just fine. Now if we get to the page through a link that has target='new' then the controls on the page do n...more >>

Strongly Typed DataSet Vs Un-Typed Dataset
Posted by Job Lot at 5/4/2005 5:26:04 PM
I am confused how strongly typed dataset is different from un-typed dataset. Is there any good link explaining pros and cons of both? Which one should be used preferably? ...more >>

Alert Message
Posted by Ali at 5/4/2005 5:07:36 PM
Hello! I am trying make a alert message in an asp.net application, but i ned that the button tha appear into the message change the languaje depending the user. Anybody know hoe i can do that? Thanks for your help...more >>

Determine application directory in a Windows Service
Posted by Buddy Ackerman at 5/4/2005 4:30:23 PM
I need to programatically determine the directory that the application/service is running from. If I use Environment.CurrentDirectory it returns the System32 directory. Is there anyway to get this the correct directory? ...more >>

Open Source?
Posted by Verde at 5/4/2005 2:34:37 PM
What's the big deal about "open source"? Why are advocates of "open source" so ardent? Thanks! ...more >>

ASP.NET 2.0 - Where to discuss??
Posted by emac at 5/4/2005 2:32:00 PM
What is the best group to discuss ASP.NET 2.0 and/or 2.0 / VS in general?? Thanks all! emac@online.nospam ...more >>



Relating an object to a window in an MDI application
Posted by Mitchell Vincent at 5/4/2005 1:41:27 PM
I'm writing some business software, so I have a customer object that holds customer data and all the logic to deal with that customer. The problem is one of concept - I don't know how to tie the customer object to a specific window. Since this app is MDI, it is possible for the user to have ...more >>

FileSystemObject..GetFileVersion()
Posted by Jamin Guy at 5/4/2005 12:11:55 PM
Has anyone successfully used the FileSystemObject.GetFileVersion function to get the version of a file on a remote machine? and if so how? I'm not able to get it to work. It works from a VBScript application, but not from C#... ...more >>

migrating from VB/ASP/sql2k/Interdev to dotnet
Posted by pjrhoades at 5/4/2005 11:07:52 AM
Hi Group, I have a small development team developing using Interdev and ASP, we have just landed a project which would greatly benefit from dotNet, so are considering the implications of moving from "standard" asp,sql2k,vb6 and visual interdev in to the new dotnet environment. I would great...more >>

[newbie] strange window error
Posted by Peter Schmitz at 5/4/2005 9:30:04 AM
Hi, when I run my program, I receive the following error: System.ComponentModel.Win32Exception: Error creating window handle. at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp) at System.Windows.Forms.Control.CreateHandle() at System.Windows.Forms.Form.CreateHandle(...more >>

SelectedIndex set in ItemDataBound Method but always index(0) set
Posted by Phil Lamey at 5/4/2005 9:08:07 AM
Hi All, I am beffudeled to say the least ... I have code that dynamically populates drop down boxes (in a datagrid - edit itme template) and sets the selectedindex in the dropdown to the equivalent value in a DB. For teams it works (I get the data from the DB) but or designation (game, ...more >>

How to detect and use a webcam to take picture in VB .NET
Posted by charlies224 NO[at]SPAM hotmail.com at 5/4/2005 8:29:35 AM
Hi, I am trying to write an application involving taking pictures with a Web Camera in VB .NET. I am just wondering how I can detect and control the web camera within my application. The web cam I currently have is from Creative. Any help would be much appreciated Thank you, Charlie...more >>

Combo box bindings
Posted by Li Weng at 5/4/2005 5:15:03 AM
Hi, Is it OK to bind a combo box to more than one datasource? One is by: Me.cboState.DataBindings.Add(New Binding("SelectedValue", Me.AddressRow, "State")) Another is by a DataView: aView = New DataView(dsLookup.States) With Me.cboState .DataSource = aView ...more >>

Calculating a percent in a c# web app
Posted by DanP at 5/4/2005 5:10:09 AM
I can not figure out what I'm doing wrong. I'm trying to calc a percent by dividing a small number by a large number, but result always = 0. This is what I have. double nbr1 double nbr2 int pct nbr1 = 180 nbr2 = 500 pct = (nbr1 / nbr2) * 100 The pct always = 0 and it should be 3...more >>

Navision Integration with Biztalk
Posted by Xavi at 5/4/2005 4:47:03 AM
I would like to know if someone has prove the integration and comunication between Biztalk nad Navision and if it works fine. Thank you...more >>

Convert xml to csv
Posted by Connull at 5/4/2005 2:40:06 AM
I have extracted data from a SQL database and need to convert it to a csv. I have transformed the data to xml and then save it with .xls extension which is viewable in Excel. As soon as I try save the xml to a csv, I view all the tags when I open the document in Excel. Please could some on...more >>

Book for extensible applications
Posted by Gerwin at 5/4/2005 1:53:06 AM
Hi all, I need to implement a extensible application. This application is using different devices (containing sensors, valves, ...) and different modes (measurement1, measurement2, ...). Target is that the main application 'never' changes and devices and modes can be added via plugins. Main a...more >>

Datagrid new row update problem.
Posted by BFX at 5/4/2005 12:00:00 AM
Hi All, I have datagrid with binding on dataset this.grdMachineType.DataMember = "MachineTypes"; this.grdMachineType.DataSource = this.dsMachineTypes; After append new row in datagrid i call this private void tbMachineTypes_ButtonClick(object sender, System.Windows.Forms.ToolBarBut...more >>

Width of Text
Posted by Jack Russell at 5/4/2005 12:00:00 AM
How can I find the width of some text (in pixels?) so that I can size the width of the control to fit it as one line? Thanks Jack Russell...more >>

Web-Based or Windows App?
Posted by Antony at 5/4/2005 12:00:00 AM
Excuse my ignorance, but anyone have any links to some good white papers discussing the pros/cons for developing a Web-Based app versus a windows/client/server app? I would think this topic has been largely discussed many times over and I don't need to start another discussion, just some re...more >>

Show VB6 Form from .NET - How to ?
Posted by Antonio Paglia at 5/4/2005 12:00:00 AM
I would wish to be able to open an existing VB6 Form from my VB.NET application. All VB6 forms are in COM dll. My COM dll expose a Public Class with a method that return an instance of my VB6 form. I have used tlbimp.exe utility to generate a RCW.(wrapper). The wrapper name is SecurityNet ...more >>

regex
Posted by Skur at 5/4/2005 12:00:00 AM
hi! can anyone help me with solving my problem? i want to check my string if there's such substring in it: <div class="some_class_i_want_to_set_this_value_before_checking"> text_to_retrieve </div> i would like to get in return text_to_retrieve. i know i have touse regular expressions, a ...more >>

Restrict access to private members covered by property
Posted by Ondrej Sevecek at 5/4/2005 12:00:00 AM
Hello, I have a general problem in mind. Imagine, you have a private member and its associated property: private int member; public int Member { get return member; set {a better code with event triggering etc.} } As actions are associated with the SET method, even the class's i...more >>


DevelopmentNow Blog