all groups > dotnet general > may 2004 > threads for sunday may 30
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
applcations in VB.NET
Posted by blue at 5/30/2004 11:56:02 PM
Where can I find more information on the more common applications that are available in Visual Basic.NET?... more >>
DateDiff and Javascript getTime Methods help
Posted by Shane at 5/30/2004 9:41:03 PM
I have this peice of Javascript, im trying to convert in to VB.net. Everything work ok. I almost get the some value, but the last 5 numbers are all Zeros on my VB out put. the Java version has numbers there and makes the out a little different. I want to know if there is a better why in VB i can do ... more >>
Is this a BUG
Posted by Trevor Benedict at 5/30/2004 9:01:04 PM
I accddentally typed a " immediately after the End Sub (End Sub") and this line changed to some junk characters. Has anyone noticed this before and the best part is it does not seem to undo these changes
Regards
Trevor... more >>
Changing Serialized Objects
Posted by Russ at 5/30/2004 5:52:51 PM
Hi,
What's the easiest way of modifying an object which has been serialized to a
DB? The previous developer created a complex object hierarchy and binary
serialized the whole thing to a single field in SQL server. I need to
modify the object hierarchy, but every time I do so, I can no long... more >>
When 10 minutes before midnight is out of range.
Posted by Dennis D. at 5/30/2004 9:09:42 AM
VB.net does not seem to have adequate structure for handling time
within it's own code.
Subtract 15 minutes from 00:00 AM, and an out of range condition results.
Subtract 15 minutes from 12:00 PM, and the result is 11:45 AM,
as it should be.
Seems one half of the process is missing, and it is... more >>
MDAC 2.8 and Win2003,
Posted by abacnet at 5/30/2004 8:46:08 AM
How do you repair or re-install MDAC 2.8 on a Windows 2003 Server?
... more >>
converting from header files to Win32API declare
Posted by Majed at 5/30/2004 4:04:19 AM
hi,
I'm trying to convert some .h files to API Declaration to use the function
and structs.
one of it is this:
NTMS_GUID CurrentLibrary; // the current library
NTMS_GUID MediaPool; // media pool that the media belongs to
NTMS_GUID Location; // actual location of the media
DWORD Location... more >>
|