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 > march 2004 > threads for wednesday march 10

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

Drag and Drop
Posted by SaiPavan at 3/10/2004 11:31:06 PM
hai friends I want to do drag and drop in web application between treeviews and datagrid can any one help me out I know how it is acheived in windows application but I want only in web application Thanks...more >>


Configuration problems.
Posted by Peter Morris at 3/10/2004 9:17:48 PM
Hi, folks. I'm just learning ASP programming in C# using Borland C# Builder I'm having problems, which I think are some sort of configuration issue, with .NET framework or IIS. I'm using XP Pro on a standalone PC. I use C#Builder to create a new ASP.NET Web application. It creates vario...more >>

How to programatically set WebService url?
Posted by Nicola Garone at 3/10/2004 6:15:49 PM
Hi all, I'm developing a client/server application. Server publish two WebServices, and clients refer to it. This work on my computer and in my network. I need to distribute and install my application to my customers. Each of them will have their own server. CustAServer(refe...more >>

Data Grid Column Size
Posted by Randyb at 3/10/2004 6:06:14 PM
Is there any way to set the width of columns at design time for a datagrid with two columns where the sizes are already known. I have a bound grid with two columns I want the first one to be 30 and the second to be 20 characters for display. I have tried using the Example from .Net docum...more >>

help! lnk2001
Posted by klon at 3/10/2004 4:26:09 PM
Hi I tried to build a sample with .net (written in c++). I made sure that all the paths and linkings are correct. But still I get this error simpleTest error LNK2001: unresolved external symbol _IID_IBaseFilte simpleTest error LNK2001: unresolved external symbol _CLSID_VideoInputDeviceCategor ...more >>

Web Application and Windows Application Communication
Posted by Alex at 3/10/2004 3:21:09 PM
Is it possible to get a web application to communicate with a windows application? I want to be able to create a web application which interacts with a windows application, but I am not sure how. Does any one have more information on how to do this? For example, in my web application, I'd like...more >>

Web Application and Windows Application Communication
Posted by Alex at 3/10/2004 2:56:15 PM
Is it possible to get a web application to communicate with a windows application? I want to be able to create a web application which interacts with a windows application, but I am not sure how. Does any one have more information on how to do this? For example, in my web application, I'd like...more >>

Populate a ListBox.Datasource with a Dataset
Posted by mark at 3/10/2004 1:36:07 PM
Hi I want to populate a ListBox.Datasource with the results from my Dataset What I have so far is my dataset dataset.Tables("dataSetName") and that equates to say 4 fields (last name, first name, mid, i.d. I know I can populate a datagrid, but, I'd like to do the same in a list box. So, I d...more >>



Fw: .NET-BroadcastEventwindow.1.0.3300.0.9:---Application Error
Posted by James P at 3/10/2004 1:09:37 PM
Anyone seen this error? Any workaround/fix available? Thanks. James P ...more >>

C# combo box
Posted by Gareth at 3/10/2004 1:06:08 PM
I am trying to edit the text in a databound combo box and have that text modify the current value in the combo box list. To do this I am trying to extend the combo box class and am looking for an overide of the textchanged event on the base combobox class yet I don't see the override I am new to...more >>

possible to call javascript from IE hosted winform control ?
Posted by Dave Brown at 3/10/2004 12:21:55 PM
Hello everyone, Can anybody tell me if it is possible to call a javascript function in the html from a embedded winform control ? Note. this is not ASP, just a plain html page with a javascript function such as function Hello(name) { alart("Hello "+name); } and then in the body of t...more >>

Adding words to MS word
Posted by Gerry Viator at 3/10/2004 11:19:39 AM
Hi all, I want to add about 500 words to words(MS Word 2002, 2003) dictionary, with a easy script or program using vb.net. The words will be a list in a text file or Delimited file. can someone please tell me how to do this or links? Should I add them to the current dictionary or create a new...more >>

Why learn .NET now when Whidbey is on its way?
Posted by Ken Cooper at 3/10/2004 10:49:45 AM
If you had a choice to go on a training course now to learn .NET basics (VB.NET or C#, ASP.NET, Windows Forms) would you take it? I have read that Whidbey is another revolutionary step and aims to dramatically reduce the amount of code you write. So why go through the pain and expense now when...more >>

Button Text Question
Posted by Greg at 3/10/2004 9:30:31 AM
How do I display multiple lines of text on a button? I want my button to read: ...more >>

XSD of config files
Posted by Francois Vanderseypen at 3/10/2004 8:55:09 AM
Anybody has seen DTD or XSD of web.config and/or app.config? Alternatively, is there an example of the most extended app.config file you can have? (to infer a schema) Thanks for your attention/help. ...more >>

Caching
Posted by Shabam at 3/10/2004 8:47:01 AM
Suppose in a .net application a user sees his homepage, which includes many elements the requires sql queries. Each user sees a different homepage obviously. Executing these queries every time a user goes to his homepage is obviously going to drain a lot of systems resources, especially since ...more >>

Text file
Posted by Ayman at 3/10/2004 8:06:06 AM
Hi How to open a text file, seeking for a word and delete the line containing this word Thanks Ayma ...more >>

ArgumentException: The pointer passed in as a String must not be in the bottom 64K of the process's address space.
Posted by Bob at 3/10/2004 7:15:30 AM
I have a managed C++ class that uses an unmanaged C++ library. That library stores some character strings which I access through a char*. I use that string as an argument to a String::IndexOf(). When I run, I sometimes get either of the following exceptions: "System.ArgumentException: The p...more >>

Sample code covering databinding for TextBox control on WinForms
Posted by sj NO[at]SPAM online.org at 3/10/2004 6:31:08 AM
I am looking for sample code to write databse-oriented applications using VB.NET and ADO.NET. All samples that I have found use the DataGrid control. I am particularly interested in using the TextBox and other standard controls using WinForms. The application involves typical operations: add row, ...more >>

What could it be ? Plz answer me
Posted by Bobby at 3/10/2004 6:31:06 AM
I have installed MSDE but when ever i try to connect to it from the same computer, it gives me 'Can not open Database requested in Login 'pubs' failed. Login fails my connection string is as follow Public Conn As New ADODB.Connectio conn.Open("Driver={SQL Server};User ID=sa;Password=abcd;Datab...more >>

Assemblies & Manifests: Tutorials and/or starting points?
Posted by duane NO[at]SPAM roelands.org at 3/10/2004 6:30:30 AM
I'm about to undertake a large-scale project: completely re-writing my company's flagship product (point-of-sale and office management) in VB.NET. The old version is in VB6, and this will not be a port, but a complete re-design from the ground up, including the database schema, reports, everyth...more >>

AD Programming in .net
Posted by Ravi at 3/10/2004 5:51:05 AM
hi all I am trying to get list of employees in an organization based on the lastname, firstname. Things work fine if i give either firstname or lastname but stops working if i give lastname,firstname string uname="ba,joh" string filter="(&(anr=" + uname + ")(|(objectCategory=organizationalPerso...more >>

Please Help! CommandLineToArgvW()
Posted by Pola at 3/10/2004 3:01:07 AM
I need help with CommandLineToArgvW() functio I want to get arguments from the command line my project uses MFC I need example with this function thank you Pol ...more >>

Accessing a textbox within another webform
Posted by Varun at 3/10/2004 2:51:06 AM
I want to access a textbox within webform1 in webform2 How can i do that Urls or code snippet Thank yo ...more >>

accessing control values in other forms
Posted by shyne at 3/10/2004 2:51:05 AM
i have one textbox in from1. i want to set that textbox value in form2 how to set in different form?...more >>


DevelopmentNow Blog