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


all groups > dotnet general > may 2004 > threads for tuesday may 11

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 to set Focus?
Posted by IMRAN SAROIA at 5/11/2004 11:38:53 PM
Hi! Which command is used to setfocus in Windows and Web Application in Dot Net. ...more >>

Performing a ping from within VB.Net
Posted by Raf at 5/11/2004 8:30:21 PM
Hello to the pros, I have to create an application that performs a "Ping" to an IP-address. The result (successfull or not successfull) should be captured by the application and should be shown to the user. I know that you can perform dos-commands with the SHELL-command. But is there a po...more >>

Windows Component Update Disk
Posted by Eric Kinkead at 5/11/2004 7:45:29 PM
(doh... that was me) Here is the problem.... I try to install my VisualBasic.net Standard Version 2002 But then it just sits there and asks for "Windows Component Update Disk for Visual Basic.NET now" Did that come with it? Is it Disk1? Disk2? or Disk3?? What is this Windows Compon...more >>

Where to find missing/not installed components/user controlls
Posted by paja at 5/11/2004 4:56:03 PM
Hello All I have been trying looking for Slider control required for one of the application. I have looked in default Form controls, then tried to add controls from COM components, but could not find one Can anybody please tell me where can I find such control or is there any external place/sit...more >>

How do I acquire MethodInfo WITHOUT hardcoding the method name in GetMethod?!
Posted by le.socha NO[at]SPAM comcast.net at 5/11/2004 3:59:06 PM
hey, How do I acquire MethodInfo WITHOUT hardcoding method name as a string?!??!The fact I have to use xxx.Gettype.GetMethod("MyMethod", xxx) is making me want to drive an ice pick into my eye! I have exhausted my resources and I cannot find a way out of it. Having to use that creates a da...more >>

VisualStudio.NET built in Crystal reports question
Posted by Jerry at 5/11/2004 3:13:32 PM
Hi, I want to create a compound field i.e. CityStateZip and then build a formula that is composed of the 3 data elements .City, .State and .ZIP. I've done this before creating a formula in the "real" Crystal reports product but on this machine all I have is the version of Crystal that co...more >>

Task List won't display?
Posted by Mark Preuss at 5/11/2004 2:47:10 PM
Hi all, Anybody seen where if after a Build with errors the Task List won't pop up when you click on the tab? I have to shut down the whole IDE to get it to come up. This is in VS.NET 2003. I don't remember this occuring in version 2002. Thanks, Mark ...more >>

Maximum Capacity of a Collection
Posted by Claranews at 5/11/2004 2:42:30 PM
What is the maximum capacity of a collection? I have a routine that adds listviewitems to a collection, and stores them so I can pick and choose which I add/delete in future. There are 6000 items in this collection...but when it reaches 584, I get the "This collection has reached its maximum ...more >>



problem with the mapped drive
Posted by Eric Clapton at 5/11/2004 2:33:52 PM
I have created a vb.net project in local drive and the program contains crystal report 9.0 through ODBC and link to SQL server. I can run this no problem on WinXP. But when I move the project to a mapped drive and run the same application there. I got the following error: "Just-In-Time Debu...more >>

Need better crash info for failing service
Posted by Per Bergland at 5/11/2004 2:13:20 PM
I have a system service written in C#. For some reason it fails to start on our external web server (running a tightened Windows 2000). If I try to start the services after logging on, it works great. The Application event log says in a ".NET Runtime" entry: "The description for Event ID (...more >>

Byte[] to string - Kinda...
Posted by jusovsky NO[at]SPAM anotherretarded.com at 5/11/2004 12:56:07 PM
Hi guys. I'm parsing an XML document with the Chilkat XML.net parser. I am trying to take the easy way out since I'd rather not have to write my own. The problem is that the Chilkat parser automatically performs a whitespace trim on a node's content when it returns the value with the .Content pro...more >>

I fail to create registry keys from Xml Web Service
Posted by Alexander Pino at 5/11/2004 12:01:30 PM
Hiya, at this very moment I'm trying to write an XML Web Service for reading and writing configuration/registry settings. But for some reason I can read from the registry ('HKEY_LOCAL_MACHINE\SOFTWARE') but I do not seem to be able to create keys. The moment I call RegistryKey.OpenSubKey(wh...more >>

unicode sorting
Posted by Vojislav at 5/11/2004 11:30:01 AM
How can I sort datatable according to unicode? I set corret regional and culture settings but Basic .Net sorts according Ascii. It sorts letters with accents like without them. thank you in advance ...more >>

Programming loops inside repeater controls
Posted by springb2k NO[at]SPAM yahoo.com at 5/11/2004 10:41:22 AM
I'm trying to display groups of records with the repeater control in a loop, whereas each time i iterate i will display the next set of displaygroups. My sql,databind strings are : <script language="VB" runat="server"> Sub Page_Load(Src As Object, E As EventArgs) Dim strConn as string ="Pr...more >>

Distributing an application
Posted by Greg Smith at 5/11/2004 10:25:53 AM
I am distributing a Windows application via a Setup.exe file. How do you change the default target folder that comes up in the "Select Installation Folder" dialog box. Any help is greatly appreciated. ...more >>

Visual Studio 2005 Technology Preview
Posted by Guinness Mann at 5/11/2004 9:27:45 AM
Greetings, Could someone point me to the newsgroup in which people are talking about the Visual Studio 2005 Technology Preview? Thanks, -- Rick ...more >>

vb.net and c# .net
Posted by Eric Clapton at 5/11/2004 8:51:18 AM
When should I use vb.net and when I should use c#.net? What is pros and cons? ...more >>

Fixed Impersonation vs Current login user
Posted by roan_schuurman NO[at]SPAM hotmail.com at 5/11/2004 8:35:06 AM
I have a ASp.NET application which performs a http request to another web site on the same server but different virtual directory. when i set impersonate = true and a fixed account, the http request is done with that account. when leave the account blank (current login user) then the request fai...more >>

Which file do I need to reference for Microsoft Word 11.0 Object Library
Posted by Helene Day at 5/11/2004 8:30:09 AM
I am trying to access the Word Objects from a .NET project. I have some sample from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_vsto2003_ta/html/WordObject.asp and I have MS Office 2003. However I don't know which file I need to reference for the MS Word 11.0 Object L...more >>

DataTable
Posted by Seril at 5/11/2004 7:21:08 AM
I extract the DataTable changes using GetChanges() , i Want the Datable to be Row wise having original and current versions. can anyone give their valuable suggestion in this regards (1) e.g Row1 -> original Row2 -> Current etc Thanks in advance ...more >>

Image viewer application problsm...
Posted by almurph NO[at]SPAM altavista.com at 5/11/2004 7:02:00 AM
Folks, I'm trying to write a little VB.NET Web image-essay application. You know the ones - a "next/previous" button etc... However due to the fact that I am new to VB.NET I have bugs. Could you a look at the code below and tell me where I'm going wrong. Suggestions/commetns/code samples ...more >>

How do you set the current row in a dataset
Posted by Craig at 5/11/2004 6:56:32 AM
How do you set the current row of a dataset? I want to bind a control to a field from the 5th row in a dataset. I fill the dataset, then I want to set the row to the 5th row and then do the databinding. Dataset1.tblMyTable.CurrentIndex = 5 or something like that maybe? 'Sets the value f...more >>

Problem and unable to solved it:( Help me out of this
Posted by Amjad at 5/11/2004 4:26:07 AM
Hi i have problem . i am using asp.net and i can upload file upto 2mb very fine no server connection lost nothing..... i extend the max size to 10mb and allow user to upload that much file to the server. but i got problem when ever user try to upload that mush of file to the server he got time out ...more >>

Statics and threading
Posted by Andy Newland UK at 5/11/2004 4:11:03 AM
Hi I am writing a fairly simple desktop app which will not be subject to great loads. Therefore this question is more for academic purposes I have implemented a class that declares only static members and functions. I use this class to control my connections. There are just 2 methods; Open and C...more >>

Please explain DiscardBufferedData
Posted by yashgt NO[at]SPAM yahoo.com at 5/11/2004 4:05:33 AM
Hi, Can someone please explain to me what the StreamReader.DiscardBufferedData method does? The documentation says "Use DiscardBufferedData to seek to a known location in the underlying stream and then begin reading from this new point, or to read the contents of a StreamReader more than o...more >>

Convert BitArray to hexadecimal string
Posted by Joel Moore at 5/11/2004 3:52:00 AM
Maybe I'm just easily baffled after an all-nighter but I can't seem to figure out how to represent a BitArray as a hexadecimal string. For example: Dim outputBank As New BitArray(8) outputBank(0) = True outputBank(1) = False outputBank(2) = False outputBank(3) = True outputBank(4) = T...more >>


DevelopmentNow Blog