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 > october 2005 > threads for thursday 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

VB.Net connecting Access 2003 Database
Posted by Guillermo at 10/27/2005 9:18:03 PM
Gentlemen, I have a VB6 Project. Works fine in my PC, but once uploaded to my website it can't connect to my Access database. Questions: 1. Can VB.net connect with Access 2003 databases hosted in the same website?. 2. If so, how easy it is to convert the VB6 Project (has several forms, but ve...more >>


post back event for a button
Posted by Galahad at 10/27/2005 3:23:05 PM
Here's the question: I have a form w/ TextBox controls and a Search Button control. Once the user clicks the Search Button, they get a Modal dialog w/ a datagrid that contains their search results. They select a row and click OK. The return value of the Module triggers an method that popu...more >>

No Jumping and Leaping for Joy that VS2005 has been released?
Posted by Chris Dunaway at 10/27/2005 2:28:35 PM
I can't believe that this late in the day that no has mentioned yet that VS2005 is now available on MSDN!! I figured there would be shouts ringing though the hills! ...more >>

How to load and sort Values from Hashtable into a DataColumn of a DataTable
Posted by bpdace at 10/27/2005 1:49:25 PM
I have a datasource that is being passed in as a Hashtable. I want to load in all the Values (strings inside the Value, not the Keys) into a collumn inside a DataTable. The values need to be sorted alphabetically. What is the best way to do this? Any help is appreciated! ...more >>

How to load and sort Values from Hashtable into a DataColumn of a DataTable
Posted by bpdace at 10/27/2005 1:49:21 PM
I have a datasource that is being passed in as a Hashtable. I want to load in all the Values (strings inside the Value, not the Keys) into a collumn inside a DataTable. The values need to be sorted alphabetically. What is the best way to do this? Any help is appreciated! ...more >>

Intellisens feature of .net..
Posted by scsharma at 10/27/2005 12:50:08 PM
Hi, I am using .Net on Windows XP Professional. I am facing a unique problem with visual studio where intellisense feature is getting turned off. If i close IDE and reopen my solution the intellisense feature is back again for sometime and after sometime its again turned off. Is there a reas...more >>

ASP.NET Forms Authentication Questions...
Posted by Paul Daly (MCP) at 10/27/2005 12:25:04 PM
Background: I want to be able to authenticate users whose usernames & passwords are stored in a SQL database. I only want certain pages to require authentication. I have tried to implement this by creating the following class public class SecuredPage : System.Web.UI.Page { ...more >>

Creating a shortcut.
Posted by UJ at 10/27/2005 11:32:21 AM
I've got a program that I want to add to the startup group. I assume the way to do it is create a shortcut in the C:\Documents and Settings\All Users\Start Menu\Programs\Startup directory but don't know how to do it. Anybody know how to create a shortcut programmatically? TIA - Jeff. ...more >>



Dot Net tools
Posted by F. S at 10/27/2005 11:31:51 AM
Would somebody please compare different C# development tools, such as MS Visual Studio and Delphi 2005, C# and Delphi.net? ...more >>

What are RptProj, rdl and rds files ?
Posted by Santhosh A Nagendra at 10/27/2005 11:24:39 AM
Hello, We have project files in .Net with the extensions as xxx.rptproj , xxx.rptproj.user, xxx.sln , yyy.rdl, yyy.rdl.data and zzz.rds files I would like to know what are these files and what type of project it is. I tried to open in VS.Net and Visual studio but did not open. Do i need to i...more >>

Running a DOS Batch file from a program.
Posted by UJ at 10/27/2005 9:52:15 AM
How do I run a dos batch file from a program? I am guessing I have to run cmd.exe with the parameter of the batch file. TIA - Jeff. ...more >>

Architecture Question Business Layer
Posted by hans at 10/27/2005 8:57:29 AM
Hi! I am new to .NET (coming from Java). We have to implement a desktop application which extracts data from a database, does some analysis, filtering etc. and displays the results. I have noticed that in .NET applications Windows widgets like the DataGrid are often directly bound to a DataSet ...more >>

Regex - Finds one match for repeating patterns
Posted by Radioflyer651 at 10/27/2005 7:56:12 AM
I'm stumped... I'm trying to find start and stop blocks in a string which use the same markers. The problem is that it finds the very first start marker and very last end marker and counts only 1 match when there are mutiple starts and stops. For instance my regex code would read someth...more >>

How does IE choose a Word application?
Posted by Dave at 10/27/2005 7:42:03 AM
Hi, This is an odd ball scenario I'm sure. I've got a .Net web page that streams an XML Word document from memory. The customer didn't want to pay to upgrade their Word 2000 software to Word 2003, so they have installed the Word 2003 Viewer on the side. They didn't need edit capability s...more >>

Control a remote windows service
Posted by LP at 10/27/2005 6:20:10 AM
Hello All, I have a windows service on several remote machines that gather data and load it to SQL 2000. The service on the remote machine runs at a desirable frequency and gathers the data. I'm using DTS on a central server to bring the data back. The DTS package has it's own schedule...more >>

Strong name problem
Posted by henfo at 10/27/2005 4:33:02 AM
Hello, When I run sn.exe to generate a strong name i get the error message "Failed to generate a strong name key pair -- Key is not defined." (The second half of the message is an attempt to translate into english). Why am I getting this error? And what can I do? \Henrik...more >>

Error handle and just-in-time debugger
Posted by Marius Horak at 10/27/2005 2:13:36 AM
Hello there, In my Windows application I have: Application.ThreadException += new System.Threading.ThreadExceptionEventHandler(error.GlobalErrorHandler); All was working fine until today. Today, when error occurs in a compiled program, Windows calls Just-in-time debugger popup window. W...more >>

Problem: Using Windows Service to access Outlook to send mail
Posted by Paul at 10/27/2005 12:00:00 AM
I am using a windows service which accesses Microsoft Outlook. Outlook is supposed to send an email. This works fine when not run in a windows service. I am running the service under my user domain logon. I am using VB.net and using redemption.dll to bypass the security patch. This is the l...more >>

c# - listbox onScroll event
Posted by John Keers at 10/27/2005 12:00:00 AM
Can anyone tell me how to fire and use a listBox vertical onScroll event. The language I am using is C# in a windows forms application thanks ...more >>

How do you develop an application to be used on Windows CE?
Posted by Brian Underhill via DotNetMonster.com at 10/27/2005 12:00:00 AM
I know there are projects for smart devices, but doesn't some Pocket PC's use Windows CE? So would I develope the App for Windows CE? Visual Studio 2003 doesn't allow me to compile a Windows CE project, is there something I need to do to get to compile and run before I put it on a device? As y...more >>


DevelopmentNow Blog