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 > october 2004 > threads for wednesday october 27

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

GAC
Posted by Tim Marsden at 10/27/2004 10:09:35 PM
Hi, when I navigate to path C:\Windows\assembly in widows explorer , there is a sub folder listed in the treeview called downloads. This lists some assemblies I have created. But I don't now how there got there? Can somebody cast some light on this for me. One assembly is a office addin w...more >>

Accepting input parameters.
Posted by L. Spiro at 10/27/2004 8:25:07 PM
After my program is associated with a file type, and the user double-clicks that type of file, my program is launched. How do I access the input parameters (command line) Windows® sends to my application so that my application can open the file the user double-cicked? L. Spiro...more >>

How do I tell what products have been updated on DVD's in subscrip
Posted by James at 10/27/2004 8:21:01 PM
When replacement DVDs are sent in a monthly update, what is the easiest way to tell if any of the software products I have installed have been changed/updated on the new DVDs? Or are updates only made via service packs or new product version numbers? -- Cheers, James....more >>

creating wizard in .NET? ??
Posted by fgh at 10/27/2004 7:08:10 PM
This is a multi-part message in MIME format. ------=_NextPart_000_0015_01C4BC58.4CE6E200 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0016_01C4BC58.4CE6E200" ------=_NextPart_001_0016_01C4BC58.4CE6E200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfe...more >>

unpack gzipped tar archive
Posted by Eric Nelson at 10/27/2004 7:07:02 PM
I get a gzipped tar archive e-mailed to me every day. Thanks to help from this newsgroup I have a daily c# program that scans my outlook mail, finds the archive and saves it to a file. Now I'd like to unpack it, à là (cd targetdir; gunzip file|tar xvf -) How do I do this from the same c# p...more >>

Uploading file problem
Posted by Jonathan at 10/27/2004 6:58:30 PM
Hi everyone, I have a problem with the file uploading in Asp.Net and I have read a lot on forums on this but never found an answer. Here is the problem: I know Asp.Net maximum Length for uploading a file to the server is 4Mo but I changed that maximum to about 10Mo in my web.config file : ...more >>

Date convertion problem
Posted by Jonathan at 10/27/2004 6:11:33 PM
Hi, i am having a hard time trying to convert my date. Here is my problem : I get an input date from a user in a form (in a asp:textbox control). The date is validated with the "dd/MM/yyyy" format and stored in a variable. Dim strDate As DateTime = Date.Text (strDate contains:20/10/2004 0...more >>

HOw to populate the combo box?
Posted by raj at 10/27/2004 5:43:03 PM
I have a combo box that I want to populate from a SELECT query How to do this?...more >>



Automatically advance to next textbox
Posted by Gil at 10/27/2004 2:35:04 PM
I am trying to advance to the next textbox when input for the current textbox has reached its maximum length. In a different newsgroup I found this code snipit, but I have not been able to use it. Private Sub Text1_Change() If Len(Me.Text1) = Me.Text1.MaxLength Then Me.Text2.SetFoc...more >>

OT: C++'s position / Next things
Posted by John Spiegel at 10/27/2004 2:21:23 PM
Hi all, This strays off-topic (which would seem difficult in something including "general" in its name)... I've been curious where C++ is fitting into the overall scheme of the future. Is MS trying to downplay it in favor of C#? Where is it heading in the rest of the non-MS world? There ...more >>

Simple asp.net question
Posted by PCL at 10/27/2004 2:17:01 PM
I am new to asp.net and am having a hard time with what i would usually do with a recordset. I have a simple query that returns a record - how can i get that record value into a variable after i execute the query: select Max(DailyPOnumber) + 1 as MaxPO from tblPurchaseOrders i used to be ...more >>

Schedule an email based on date in SQL DB
Posted by msnews.microsoft.com at 10/27/2004 1:09:37 PM
Hi, Can you schedule emails/events based on SQL data? Example: User sets an expiration date via web form to SQL DB. When this date arrives, send out an email to the user via web form. Any suggestions would be appreciated. Thanks, Roland ...more >>

.NET GUI Standards
Posted by stephjohn13 NO[at]SPAM hotmail.com at 10/27/2004 12:53:09 PM
Hi, I wonder where I can find a reference/manual about .NET GUI Standards (online or a book). All general rules, do and don't do, controls, color scheme, mouse etc. I once so a book about these kind of topics for windows 95. Any idea? Thx, Steph....more >>

ErrorProvider and Exit button
Posted by s-galit at 10/27/2004 12:43:02 PM
im using "Error Provider" in my form , the problem is that when im trying to exit the program by the exit button on the title bar im getting disturbed by the error provider so i cant exit the program from there. is it possible to hide or disable the exit button in the title bar? is there an...more >>

GetCustomAttributes: MarshalAsAttribute
Posted by Chakravarthy Bollapalli \(IFIN SCC COM\) at 10/27/2004 12:22:48 PM
Hi, I tried to retrieve CustomAttributes from a field in a class that has a MarshalAs attribute but I couldn't. Out of frustration I tried all possible combinations. GetCustomAttributes(true); GetCustomAttributes(false); GetCustomAttributes(typeof(MarshalAsAttribute), true); GetCustom...more >>

POP3 Component?
Posted by Sal Bompensaro at 10/27/2004 12:06:27 PM
Hi, Could someone please recommend a good POP3 component that you've used successfully in your .NET projects? My only requirement is that the component be able to handle attachments and save them to a specified folder. Thanks, Sal ...more >>

Crystal reports basic question
Posted by Peter Schmitz at 10/27/2004 11:51:03 AM
Hi, I'm totally new to crystal reports (for VS.Net 2003), so please excuse if this question is trivial: In my application, the user is able to create XML- files, that always contain information in the same (!) format. So, I'd like to give the user the ability to create reports out of any...more >>

Error: The breakpoint will currently not be hit. No symbols loaded for the document
Posted by Tarakeshwar L at 10/27/2004 11:07:30 AM
This is a multi-part message in MIME format. ------=_NextPart_000_001C_01C4BC15.26EE67F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am getting this error, when I try to debug my project. My solution is = in the VSS. Other users do not have...more >>

Messagebox does not show any text
Posted by Wolfram Schubert at 10/27/2004 9:16:21 AM
Hi, I just started my first .net project with visual studio and c# and have got a problem which seems quite strange to me: Alle messageboxes in my program don't show any content i. e. neither the message itself nor the caption of the ok-button is visible. I also tried a little VB-project an...more >>

Uploads files/images
Posted by Rune at 10/27/2004 6:33:16 AM
I have create a windows application in c# with use of an webservice. I have a problem with upload files/images to the server with use of a windows application. Is't some as can help me?...more >>

Whitehorse preview
Posted by Richard L Rosenheim at 10/27/2004 6:30:20 AM
I read that Microsoft has released a preview copy of Whitehorse. Is it available for downloading, and if so, what's the URL? ...more >>

Shortest Path
Posted by Lau at 10/27/2004 5:47:06 AM
How do I easily calculate the shortest path between two geographical spots on a map? The map is divided into zones. So I guess it is possible to use Dijkstra’s Shortest Path algorithm, but it seems like a lot of work and I am sure that it has been done many times before. From (x,y) coord...more >>

Search in DataGrid
Posted by Job Lot at 10/27/2004 5:09:01 AM
My DataGrid is bound to DataSet which contains relationship between two tables as follows: SqlHelper.FillDataset(strConn, CommandType.StoredProcedure, "spSelectClientApplicant", ds, New String() {"Client", "Applicant"}) ds.Relations.Add("Applicants", ds.Tables("Client").Columns("Client_I...more >>

Deploying .NET COM class library
Posted by pieter.breed NO[at]SPAM gmail.com at 10/27/2004 4:04:52 AM
Hi All, The company I work for has traditionally used COM/ActiveX for the solutions that it provides. We are in the process of moving to .NET and a few applications have been written in VB.NET up to this point. Some of the applications are class libraries which need to be callable via the C...more >>

binding to objects
Posted by rufus at 10/27/2004 3:41:03 AM
Hi, i am relatively new to dotnet and am working on a project that requires me to bind to objects instead of datasets. The reason for this is that we are using an OR mapper to generate these custom data objects. I know that web controls can bind to any type of object as long as it imple...more >>

How to change the language from Arabic to English and Vice-versa
Posted by Dharmendra Singh at 10/27/2004 3:29:01 AM
Hi I'm using .Net(C#) and working on the form(Screen) which have text boxes for both arabic and english data to store. So i want to change the language at run time from arabic to english and vice-versa, when the control moves from one text box to another. Regards Dharmendra...more >>

paste to password
Posted by s-galit at 10/27/2004 3:03:03 AM
hi, i have a textbox that used for entering password (passwordChar=*) when im doing cut,copy,paste to the textbox.text its not working how to do the paste in this case? thanks...more >>

.Net versus COM+ components
Posted by Robert at 10/27/2004 2:49:03 AM
What is the general difference between .Net and COM+ components? When is one better than the other? Where can I find information about the similarities and differences? I have browsed msdn but so far I have not found much useful information....more >>

Why can IE return a web page but TcpClient cannot?
Posted by johannblake NO[at]SPAM yahoo.com at 10/27/2004 2:38:02 AM
Hi, I have come across a rather bizarre problem using the TcpClient to retrieve a web page. I use the TcpClient in conjunction with a StreamWriter to write a HTTP request to the web site. The web server returns either a 301, 302 or 404 code indicating that the page could not be found or has b...more >>


DevelopmentNow Blog