all groups > dotnet general > february 2004 > threads for thursday february 19
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
DateTime.Parse
Posted by Paul Beckett at 2/19/2004 10:19:23 PM
Does anyone know how to prevent an error when using DateTime.Parse?
I am using it to format the display of dates in my database. However, some
dates are empty and so I get an error when I try to run my webpage.
Help please!!
paul Beckett
... more >>
Updates/Patches?
Posted by Paul Engel at 2/19/2004 7:35:39 PM
Can anyone provide a link to the site where I can download any updates or
patches to the Visual Studio.Net?
... more >>
vc++ 6.0
Posted by Aaron at 2/19/2004 5:40:28 PM
I'm currently writing a program in vc++6.0. i find the visual studio 6 IDE
very limited compared to the .NET IDE.
is it possible to use the new IDE for vc++6.0 projects?
... more >>
add module vs add class??
Posted by Ray at 2/19/2004 5:26:05 PM
Greeting,
I'm still grasping the class concept so bear with me.
I have a vb.net app in which I wrote and placed various public functions for later reference.
In vb.net there is an option to "add class" or "add module". My understanding is a module is a class so what is the difference?
Corr... more >>
Any "app.Path" function in dotnet
Posted by awan at 2/19/2004 5:12:50 PM
Is there a function in dotnet which is equivalent as "app.Path" in VB 6?
Thanks in advance!
... more >>
Capitalize keywords
Posted by Laurence Nuttall at 2/19/2004 4:57:36 PM
In vb 6 when I typed in if then
else
endif
vb 6 would automatically capitalize
the if then else and endif words,
..net does not
How can i get .net to capitalize keywords?
Thanks in Advance,
Laurence Nuttall
Programmer Analyst III
... more >>
Install that correction update from the M$ Corporation
Posted by isabel at 2/19/2004 4:48:24 PM
Microsoft Client
this is the latest version of security update, the
"February 2004, Cumulative Patch" update which resolves
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now to h... more >>
Convert VB code to C# code
Posted by bebop1 at 2/19/2004 4:46:05 PM
I need help converting the VB code
Private Sub Button1_Click _
(ByVal sender As System.Object, _
ByVal e As System.EventArgs) _
Handles Button1.Click
Dim cntrlTester As Control
Dim chkTester As CheckBox
Dim sb As New System.Text.StringBuilder
For ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
assign responsibility
Posted by martymcdonald NO[at]SPAM comcast.net at 2/19/2004 4:44:46 PM
public abstract class Animal
{
private string Id;
}
public class Dog : Animal
{
//properties/fields for Dog
public void Add()
{logic to persist to database}
}
We'd like Dog to persist himself to database. We'd like classes
derived from Animal to always have a GUID in Id. Bu... more >>
How to assign responsibility?
Posted by Marty McDonald at 2/19/2004 3:42:47 PM
public abstract class Animal
{
private Id;
public
}
public class Dog : Animal
{
<<fields/properties for Dog>>
}
When Dog or any other derived class of Animal gets added to the database,
we'd like it to have a unique GUID in Id. This only applies for Insert, not
Select, ... more >>
Formatting in C#
Posted by Smith at 2/19/2004 3:12:18 PM
Like c++, is there any way to apply formatting in c# like println("%c",i) ?
... more >>
Remove project
Posted by Milos Puchta at 2/19/2004 1:50:27 PM
Simple question: How can I remove selected project
from the list in the .NET?
TIA
Milos
... more >>
How to change Computer Name -- not just NetBIOS Computer Name
Posted by Dr. StrangeDub at 2/19/2004 1:19:44 PM
Leaving network identification/DNS out of the picture, how does one
change the name of a computer in a local Workgroup (in C#)?
I implemented the SetComputerName() API call and that only seems to
change the NetBIOS Computer Name. I've verified that the underlying
registry key value that gets ... more >>
IIS on each developer's machine
Posted by Anil Jain at 2/19/2004 1:16:05 PM
we are starting developing web application in asp.net with visual studio. The question I have is , do we have to install IIS on each developers machine. If no how we can test our code before putting it onto the server so that others developers will not be effected some buggy code on to the server
... more >>
messagebox code not working
Posted by Bhavna at 2/19/2004 12:56:08 PM
Hi
I am using a messabge box to show a message containing varibles and values from controls
the problem i have is that the values for variable1 and combobox1.selectedvalue do not seem to show up in my message. The date seems to work fine however (dtpDate.value). Can anyone see what im doin wrong... more >>
Universal Data Link
Posted by LWoodIS at 2/19/2004 9:59:13 AM
Do you know any way to invoke UDL from a Windows Application?
I want the user to specify connection parameters, currently I use SQLDMO to
display Servers, Databases, and enter userid & password.
UDL does all of that for me, but I do not know how to invoke it. I read a
few years back that V... more >>
[CDO] MAPI.Session Logoff takes too long
Posted by Kurt at 2/19/2004 9:26:05 AM
Hi
I am using CDO 1.21 from C# in order to iterate through the entries in a users outlook address book (as OOM was too slow). Basically I take the Name field from each "message" and insert it into a ListBox. I shall paste my code at the end, and describe my problem first
If I call my MAPI.Sessio... more >>
Traverse XML Document
Posted by Billg_sd at 2/19/2004 8:36:08 AM
I need a routine to search an entire XML document (all nodes) for a specified string & return the count (or return an arraylist of references to the nodes. I've tried various combinations of the code below, but somehow not all children or siblings are checked. I'm lost.
--Billg S
Public Funct... more >>
How do I build a Release Version?
Posted by OC at 2/19/2004 8:30:35 AM
I go into the properties menu of my solution and changed Configuration from
Active(Debug) to Release. All projects were changed.
However, when I recompile the solution, I only get the debug version...
going back into solution properties I see it has been reset to
Debug(Active).
What's going... more >>
19 Feb 2004, How to access VB.net applications thr' PDA's
Posted by Sham Yemul at 2/19/2004 7:41:35 AM
Hello,
I recently started development in Vb.net. I am about to finish a product in
VB.net Database Applicatio, Sql Server as Backend.
I read little about wireless technology and PDAs.
Is it true that one can access VB.net forms/applications running on Server,
using PDAs ?
If so please te... more >>
Passing variables
Posted by Nestor at 2/19/2004 7:31:06 AM
Can some explain how I can do this or point me in the right direction please
I have a frmMain with buttons to allow maintenance of various data tables. The tables all have the same format so I would like to reuse the code for displaying, etc. To do this I have a frmSystemTblEdit
How do I pass ... more >>
IDE Expert Please help!!! Ctrl+R not bring up solution explorer (waiting for chord!!)
Posted by ray023 at 2/19/2004 7:26:07 AM
In the old VB IDE environment, if I removed the "Project Explorer", all I had to do to bring it back was press Ctrl + R
When i try to do it now in VB DOT NET, I notice at the bottom of the IDE screen, it says "Waiting for second key of chord"
There's no second key I want to press.
And yes, I h... more >>
Dataset Merge
Posted by Steve Donnor at 2/19/2004 6:11:07 AM
Here's my question..
I have a Dataset which has populated a datagrid with information from an AS400
That SQL looks like this
"Select MASYS, MAFLD, MADATA, MAEQV from QS36F.MAPDATA WHERE MASYS = ? AND MAFLD = ?
It populates a data adapter in which at that point I open a new dataset and I have th... more >>
vs.net 2003 not creating directories
Posted by dave at 2/19/2004 6:06:08 AM
I am using vs.net 2003 on windows xp. After clicking on a project within my solution and selecting create new folder vs.net responds back with , the "directory already exists". If i look at the virtual directory on my pc the directory does not exist. If i create the folder from explorer then sele... more >>
Asking about GUID
Posted by rh at 2/19/2004 3:11:09 AM
Hi
I have some problem with GUID
when I debug this lin
myguid=Guid.NewGuid(); I found some value in watch.
System.ValueType =
_a = -78434454
_b ,_c,_d ... to _k with specific value
After that the next line System.Writeline(myguid), the value is differenct with watch value
d13fda1f-484... more >>
How to get a list of all public methods if a DDL name is given
Posted by cnu at 2/19/2004 12:06:08 AM
Hi,
How to list out all the public methods in a given DLL (registered in assembly)?
Regards.... more >>
Topic Maps
Posted by Anders Øgsnes at 2/19/2004 12:06:05 AM
Hello!
I'm not sure that this will go to whom it may concern, but I try anyway:
Topic Maps (ISO 13250) are referred to as the "GPS for distributed information†- Anybody who knows about Microsoft have a look into the Topic Maps technolgy, in order to adapt/support/implement it in MSSQL/.NET?
... more >>
|