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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|