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 > august 2004 > threads for wednesday august 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 to control the time-out of a webclient request?
Posted by Kueishiong Tu at 8/4/2004 11:15:03 PM
I am using webclient to retrieve data from a web site. How do I control the time-out of this request? ...more >>

Forward Linking and Circular Dependency problem
Posted by Mohit Gupta at 8/4/2004 10:55:03 PM
Hi all, I have just started working on VC++ .Net and have problem with circular dependencies of 2 files. I created 2 forms "Form1" and "Form2", which respectively created 2 .h files, Form1.h and Form2.h and so as 2 classes, "Form1" and "Form2". Now I want to use object of Form1 insi...more >>

NSLOOKUP
Posted by Franco FigĂșn at 8/4/2004 7:26:32 PM
Hi everyone I need to simulate NSLOOKUP but with asp.net in c# o vb.net, any idea? I don't need a very complex example, only 2 textbox for the domain and other for the DNS server, and one button, that's all. Any help? Thanks -- FF www.francofigun.com.ar www.microsofties.com.ar Yahoo MSN...more >>

Get info from an excel file
Posted by Ramon at 8/4/2004 7:23:01 PM
Hello All: I need to develop a .Net application to accept an Excel 97 file and display information about it such as: Number of worksheets Number of external data sources, type of source Number of macros Number of addins used, name of addin Security settings, although I'm really not ...more >>

Microsoft Disillusion
Posted by frankvfox at 8/4/2004 7:07:02 PM
I am struggling to export Excel spreadsheets to the client machine in an ASP.Net application. Everything was great until exporting Excel got into the act. Documentation on MSDN is so poor regarding this subject it is pathetic. Following examples on MSDN lead me to using CreateObject("Excel.App...more >>

crosspost
Posted by meera at 8/4/2004 6:05:01 PM
Hi, Is it possible to integrate a java application with a .net application ? or have a .net module in a java application....more >>

Open diskpartition
Posted by Yves Dhondt at 8/4/2004 5:36:39 PM
Something went wrong with my previous post, so this is the full question : Hello, in the past I used the CreateFile, ReadFile and WriteFile api to access a diskpartition directly (e.g. "\\.\c:") to read raw sectors. I was planning on converting some of those old c++ classes to c#. However ...more >>

Raise event question!
Posted by User at 8/4/2004 5:03:21 PM
Hi, How better is to implement my own event (and calling my raiseevent) instead of calling a function. I receive a lot of data via winsock control, should I raise my event when receiving all this data, and then parse this data. OR Should I call my parsing function when I receive data...more >>



Export To Excel
Posted by frankvfox at 8/4/2004 5:03:01 PM
I need a code sample using VB ASP.Net 2003 which exports a tab delimited text file resident on the server into an Excel spreadsheet which will be saved through the browser to the client's local workstation. I don't need examples of a Windows application where everything is local. I've tried...more >>

Best choice for holding data for a single user WIN based app
Posted by Stephen Russell at 8/4/2004 3:23:50 PM
I will probably have a mix of OS's to deal with. 50% Win98 10% WinME 35% XP 5% Win2000 Will MSDE work in the above mix or not? If not any drawbacks using either of these ? MDB, DBF TIA ...more >>

returning results with postback with rating system?
Posted by dave at 8/4/2004 2:25:02 PM
I would like to put a rating system (number of radio buttons) on a form to allow the end user to rate the article. After the user rates the article i would like the system to save the selected rate to the database without performing a postback. Can this be accomplished? I do not want to perform...more >>

Newbie Question
Posted by Michael Phelps at 8/4/2004 1:55:01 PM
I'm brand new to .NET programming, and have a little experience with the.. "stock" programming languages. Anyway, I'm trying to install a pre-made portal application on my webserver made in the .NET framework architechture, and keep comming up with thie message when I attempt to run it: Event ...more >>

MsChart6 problem in VB.NET
Posted by User at 8/4/2004 1:25:56 PM
Hi, I use a MsChart6.0 control in my VB.NET application. When running in debug mode, I can run the application. But when I get to release mode, I can compile, but when I execute the application, I get this exception: An unhandled exception of type 'System.IO.FileNotFoundException' oc...more >>

MsChart6 added to VB.NET project, here is my problem.
Posted by User at 8/4/2004 12:44:44 PM
Hi, I am using a MSChart6 control in my VB.NET project. When I run the program in debug mode, it is working fine, but when I compile for a release and I execute it, I get this error: An unhandled exception of type 'System.IO.FileNotFoundException' occurred in HSVFServerOpt-F.exe Additi...more >>

How I can fill a DataSet from two diferent Combobox
Posted by Ari at 8/4/2004 9:49:02 AM
Hi, i creating a form where i need fill a dataset with records that come from two diferents Comboboxes, and the same time call information in the table that is relate with the information that are in the ComboBoxes. I'm using VisualBasic .NET. how I can do that. I will appreciate the help. Thanks...more >>

Event monitoring in a running application
Posted by Ron Gliane at 8/4/2004 9:27:03 AM
Hi, this seems like something so basic that there must be some way to do it...Is there a way for Visual Studio or some other tool to let me see Events as they are raised in an application? For example, I've created a form with two fields. I would like to be able to see ALL the events for th...more >>

Using LDAP Provider to retrieve First Name and Last Name
Posted by prasadkkn NO[at]SPAM hotmail.com at 8/4/2004 7:54:29 AM
I am using the C# DirectoryEntry class to retrieve the Properties of an user object in the Active Directory. I need to get the First Name and Last Name as properties. I know it is not supported with the ADSI NT Provider and only supported in the LDAP Provider. So given an UserId (UID) how can ...more >>

How to excecute a stored procedure
Posted by Oldhandandy at 8/4/2004 7:39:03 AM
I have a SQL stored procedure that I need to run by pressing a button on a .Net form. I've created a SQLConnection, the form and a button, what code do I need to run the procedure. ...more >>

Storing string
Posted by SK at 8/4/2004 6:32:08 AM
I have a string that consists of both japanese characters and english characters .how do i store this in a text file. Please help...more >>

problem of using timer in windows service
Posted by ray at 8/4/2004 5:17:58 AM
Hi, I just wrote a windows service application to call a function of another object periodically. I used System.Server.Timer and I found that it works fine within the first 2 hours but the onTimer event wouldn't be raised again after few hours. I checked the msdn and Microsoft claims that it i...more >>

Open Source Mudslingers
Posted by novelle.vague at 8/4/2004 5:11:02 AM
I detect a new trend in Open Source: Mudslinging How to do it? Example, IBM declares its Web Sphere product 'open source' Are they being generous? No, Web Sphere is a crappy product that IBM has being shoveling on its customers for years. So they 'generously' open source it -- why?...more >>

Thread doesn't die
Posted by ns leonardo via .NET 247 at 8/4/2004 4:49:41 AM
Hello, I am using p/Invoke to access a card reader device's dll and I am using a thread to emulate a assync call from a sync call. Whe I want to read a card, I start a new thead that makes a blocking call while my application can continue. When the card is read the thread finishes. But w...more >>

Problems writing to the Event Log
Posted by svercuski NO[at]SPAM neo.rr.com at 8/4/2004 4:34:21 AM
Everyone, I'm having trouble writing an event to the event log. Here is the chunk of code I currently have. ----------------------------------------------------------------------- Private Shared Function WriteErrorToLog(ByVal objError As System.Text.StringBuilder, ByVal strSour...more >>

Installing web app on AD domain controller but no aspnet account?
Posted by jano at 8/4/2004 3:45:01 AM
Hi, I am trying to install a web application on an AD domain controller (security risk I know but it is our client's requirement) and i need to give the aspnet account certain permissions. However, the account is not listed in AD users and computers snap-in, though I can see IWAM and IUSR. Where ...more >>


DevelopmentNow Blog