all groups > dotnet general > february 2004 > threads for wednesday february 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
Please Help! Format disk programmaticaly
Posted by Pola at 2/4/2004 11:21:06 PM
I need to format disk in my appl in vc++
I am using SHFormatDrive(...) function
but this shell function opens a dialog window to confirm user to format disk
I want to format disk without dialog win
thank yo
... more >>
How to get fields in method using Reflection
Posted by djp at 2/4/2004 9:58:51 PM
Hi,
I'm trying to access fields that are local to a method using reflection.
What BindingFlags value should I use and is this possible at all. So far I
was able to retreive class fields only.
Thanks
... more >>
Accessing SqlServer from a machine without SqlServer
Posted by jytchang at 2/4/2004 9:41:06 PM
Is it possible to access a SqlServer installed machine from a machine which does not have SqlServer installed (from within a .NET application)?
Cheers,
James Chang.... more >>
datagrid
Posted by adam at 2/4/2004 7:36:10 PM
i have a datagrid which i have populated using sql server c
I would like to select a row and retrieve the text stored in the first cell
I would then like it to open a new form
i.
column1 column2 column
758 adam davie
475 dave evans - this row select... more >>
How to Compile the aspx page each time?
Posted by Imayakumar at 2/4/2004 7:31:05 PM
Hi,
For some reasons, how to make a page get compiled each time when refreshed ?
Thanks.... more >>
converting Unix datetime count to .Net DateTime object
Posted by Mark Worrall at 2/4/2004 5:34:49 PM
I am being supplied a count of number of seconds since Jan 1st 1970, i.e. a
Unix system time. How can I convert this into a valid .Net DateTime object ?
thanks,
Mark
WinXP / C#.Net 2003
... more >>
Migrating to .Net
Posted by Kiran Kumar at 2/4/2004 5:22:35 PM
Hi All,
We have an application developed in Visual Basic for Load distribution and
scheduling of automation testing scripts for Regression Testing.
We have planned for migrating this tool to .Net using C# language. We need
to submit the feasibility study with advantage of migration.
Can a... more >>
what is a legacy system?
Posted by JellBellForum NO[at]SPAM yahoo-dot-com.no-spam.invalid at 2/4/2004 4:34:59 PM
I dont know what is a legacy system..please help me out
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
---------------------------------------------------------- ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
C#: How to find out IE's URL
Posted by BK at 2/4/2004 3:21:17 PM
Hi all!
I am a total newbie on this stuff and I am probably asking for
an answer for very stupid (simple) problem.
Well..
I would like to write a C# application that checks URLs where
user go/surf by using IE. I found on the internet how to do that
by launching own instance of IE (new Inte... more >>
VB.NET Listbox Multiple select
Posted by Alex Fimine at 2/4/2004 2:41:09 PM
Hi,
I have a list box lstMy which is bound to a datatable dt.
The SelectionMode in the listbox is set to MultiSimple.
I want to run through the listbox and return all _values_ from the selected items. In other words, if it were to be a single select listbox i would just refer to it as lstM... more >>
SqlDateTime Overflow
Posted by FrodoBaggins at 2/4/2004 11:49:21 AM
Dear Team,
Attempting to insert a record into a SQL database, using the command:
command.ExcuteNonQuery();
Get the following error message in the event log:
SQLDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999
11:59:59 PM
Have searched MSDN Library 2004 and onlin... more >>
Using Platform Invoke
Posted by Mircea Pleteriu at 2/4/2004 11:00:03 AM
Hi all,
I need to call an Win32 API function within the c# code.
The function is InternetOpen.
One of the arguments of the function is of type DWORD, so it can be
tranlated to sn Int32 but the values it can take are
covered by API constant values.
The possible values the argument can tak... more >>
Date Return if selected a weeknumber from a year, eg, Wk 20. Help..Anyone??
Posted by Vanessa at 2/4/2004 10:59:52 AM
Does anyone know whether when I select a weeknumber of a certain year, eg.
2004, the date from first day to the last day of the week will be known.
Regards
Vanessa
... more >>
CSharp Compiler and interpretor
Posted by Azeem M. Suleman at 2/4/2004 10:43:34 AM
Hello,
I need to use Csharp compiler and an interpretor. In my application user
will use the application and application will write CSharp code on backend.
But now i don't need to reinvent the wheel, just need to know how i can give
user an option to build the project which will compile and ma... more >>
UML
Posted by Mark Jerde at 2/4/2004 10:15:36 AM
I'm at the beginning of a web DB product and I'd like to use UML for
analysis, design, round-trip engineering and maintenance. I'm a MSDN
subscriber and have MS Visio for EA (10.0.525) and VS.NET 2002 installed. I
can install later versions if that makes sense.
- Rational XDE looks good e... more >>
Calling VB.NET DLL from VB6
Posted by Mauro at 2/4/2004 9:16:33 AM
Hi,
We' ve encountered a problem relating to IIS6.0 isolation mode settings on
our new Windows 2003 web server.
Our architecture is the following
1) Web application written entirely in ASP. This app carries out all data
access through a VB6 DLL.
2) We recently added a new .NET DLL to save ... more >>
Working with large text file
Posted by Jcons at 2/4/2004 8:46:08 AM
I'm looking for a set of functions that will allow me to work with a 1Gb+ file without loading the whole thing into memory. Anyone have any ideas
Thanks in advance for help
-J... more >>
Newbie question
Posted by Bryan Dickerson at 2/4/2004 8:17:05 AM
I would imagine that this question has been posted a million and 1 times,
but since I'm pretty new to this group, please suffer me thru one more time.
My first VB.Net program runs great on my machine, but ultimately, it needs
to run on one of my company's server boxes so that it can be run on a
... more >>
Does anyone know this?
Posted by john at 2/4/2004 7:55:08 AM
Hello,
I am trying to create a delegate for an upgrade but I am now getting
this error:
Method 'Public Function CamEventCallbackFunc(eventID As Integer, pData As
Integer, DataSize As Integer, Context As Integer) As Integer' does not have
the same signature as delegate 'Delegate Function... more >>
Visual Styles in resource
Posted by Christopher Burr at 2/4/2004 7:51:11 AM
How do I include the Visual Styles for XP in the resource? Don't want to
use "Application.EnableVisualStyles" because the program needs to run with
..NET 1.0 also and also would perfer not to use a manifest file.
--
Chris Burr
cburr@kcc.com
... more >>
StreamWriter problem
Posted by Danny Shi at 2/4/2004 7:49:37 AM
Hi,
I am trying to write a file using WriteByte after
creating a file stream.
....
FileStream fs = new FileStream
(FILE_NAME,FileMode.OpenOrCreate,FileAccess.Write);
for(i = 0; i < M; i++)
fs.WriteByte(someBitmap.GetPixel(k,j).R);
.....
Apparently Windows adds some new ... more >>
Accessing a Row in a typed Dataset
Posted by George Grodentzik at 2/4/2004 7:21:10 AM
I created a typed dataset from which I am trying to access the data. When I use the following code to access a row
string name =dataset.person[1].firstName
I receive an error System.IndexOutOfRangeException as if there are no rows. Yet when I dump the data to a file I rec... more >>
IDE complains that IIS is not 1.1 compatible, how to upgrade?
Posted by Feng at 2/4/2004 7:21:06 AM
I have MDE 7.1.xxxx and Framwork 1.1.xxxx and IIS 5.1. Now when I try to develop web application. IDE can not talk to IIS. My system is XP professional which is upgraded from Win2k professional. I tried to remove IIS and add it again. The problem is still there. Any help will be appreciated
Thanks... more >>
Crystal Reports and DataSets
Posted by shaynestuddard NO[at]SPAM hotmail.com at 2/4/2004 6:06:22 AM
I've got a report that is pulling data from a dataset. When I update
the dataset's definition, the added columns don't show up in the
Report Designer. If I go to add/remove databases, they don't show up
in the definition, nor do they show up in the Select Expert.
The Crystal Reports support ... more >>
Clear or Reset a DataGrid
Posted by Bill S. at 2/4/2004 6:01:06 AM
I have a DataGrid that I have populated. But I want to clear that Grid and Populate with another dataset. But I have not figured out how to clear the first set of data shown. Please help... more >>
Diana Rigg Is A LINUX PISTOL !!!
Posted by John Bailo at 2/4/2004 5:54:30 AM
http://frodisman.com/diana202.jpg
She's Diana Rigg -- The Coolest Chic in History
Linux ? Hell, yea !!!
--
*W '04* <:> Open Source <:> Open Competition... more >>
A New E-Shop For Jeff Relf
Posted by John Bailo at 2/4/2004 5:21:01 AM
Finally, a place where Jeff Relf can shop with pride:
http://www.fatbaldandproud.com/
--
*W '04* <:> Open Source <:> Open Competition... more >>
Concurrency Problem
Posted by marcel NO[at]SPAM bazoon.nl at 2/4/2004 5:02:43 AM
Hello to all,
I have a problem between 2 programs I have running.
We have got an old databridge for our clients to upload data to our
central database. This one is written in C++ (not by me).
We now have a new Databridge developped, which is written in VB.NET.
Functionally they are the same... more >>
Upgrading VB6 cgi-bin routines to VB.NET
Posted by Crispin Horsfield at 2/4/2004 4:31:07 AM
Hi
I want to update some CGI-BIN routines driven from <b>Classic</b> ASP that I wrote in VB6. There are a number of criteria controlling what I'm doing:
1. I don't want to rewrite the Classic ASP pages in ASP.NET just yet
2. I can make changes to the Classic ASP pages but don't want to go cr... more >>
C# and XML
Posted by C at 2/4/2004 4:31:04 AM
Hi,
I am new to .NET and especially C#.
I am looking for some sample code that involves looping through an XML Resultset in C# as I will be coding my Project in C# and XML.
Does anyone know any good sites that show such examples?
Thanks,
C.... more >>
How to refer a config file...?
Posted by V.Boomessh at 2/4/2004 2:06:08 AM
Hai can any one help me on this issue?
I am working on VB.NET. Let us assume, that i use 2 Config files (App.config & App1.config) for different purposes. Using System.configuration i can read the contents of App.config file with out setting the name of the config file in the code,
i.e., I use... more >>
|