all groups > dotnet general > december 2004 > threads for thursday december 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
How much is Bill worth right now?
Posted by Me_and_you at 12/30/2004 11:43:55 PM
From:
http://evan.quuxuum.org/bgnw.html#Worth
Interesting stuff. read for yourself:
----------------------
How much is Bill worth right now?
We obviously do not have a full reckoning of everything Bill owns. But,
according to the Yahoo! Insider Trades site, Bill has 1,077,499,336 shares
o... more >>
How to Implement Client-Project Adaptable User Authentication in Reusable Code Base
Posted by Rhett at 12/30/2004 6:40:11 PM
Hello,EveryBody!
I'm troubled by a design problem, Hoping that you'll save me out!
The Situation is:
We have two project of code A and B.A is our reusable code base, B is
for specified for our client;A has user authentication but based on
client's requirements.
Like:
For client B1:user ... more >>
how to plot graph in VB.net?
Posted by Soon Lee at 12/30/2004 5:22:16 PM
any one know of any good way to plot graph using vb.net?
... more >>
Events in C# generated by VB DLL
Posted by Jake Haddock at 12/30/2004 4:49:01 PM
I have VB6 DLL that contains a Time class. In the time class a timer event is
defined.
The event is declared as:
Public Event Timer(ByVal sKey As String)
And is called with:
RaiseEvent Timer("somestring")
When I instantiate the Time class in my C# application, the Timer event
shows u... more >>
Rendering XML to form and saving it back to XML
Posted by ken at 12/30/2004 3:09:01 PM
I have a XML file as below;
----------------------------------------------------------------------------------------------------------------------
<?xml version="1.0" standalone="yes"?>
<BorrowerContainer>
<ID_BorrowerID value = "BO_1"/>
<BOCO_REOPropertiesNo value = "1"/>
<Bor... more >>
Merging multiple dlls into one
Posted by thechaosengine at 12/30/2004 2:22:45 PM
Hi,
I have a solution made out of about 5 projects. At the moment, each one is
creating its own dll in its own subdirectory.
I seem to remember that there is a way to merge multiple dlls into one big
Daddy dll.
Does anyone know how to do this and is there anything I should be aware of
... more >>
Specify member scope in Interface Classes
Posted by aaronh64 NO[at]SPAM hotmail.com at 12/30/2004 1:43:56 PM
Have you ever noticed that when you look at an Interface Class
definition (ie IDisposable), the methods or properties belonging to the
class are defined as abstract (C#) or overridable (vb)?
How can this be? When I create an Interface class and try to give
methods any signature at all, I rece... more >>
VS .NET 2002 Remove and Reinstall
Posted by mdavidjohnson at 12/30/2004 1:15:05 PM
My copy of Visual Studio .NET 2002 became corrupted. Repair didn't work so I
tried remove and reinstall via the Start menu. Removal seemed to proceed
normally but when I tried to reinstall I got:
"A failed installation has been detected. Press OK to uninstall the product.
Then retry install... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
www.designcontents.com
Posted by chul7011 NO[at]SPAM hotmail-dot-com.no-spam.invalid at 12/30/2004 11:54:17 AM
Do you want COOL design resource?
If you are... visit our website "http://www.designcontents.com"
Design Contents provides communication professionals
with an indispensable resource for searching, purchasing
and downloading royalty-free.
Join now!!! You can get free resource. We will help your... more >>
SQL Editor
Posted by gswitz at 12/30/2004 10:27:02 AM
When Editing .SQL files using .Net, when I execute the SQL or Check the SQL,
it reformats the SQL differently than we normally do it. I would like to
know how I can disable this automatic formatting. Alternatively, I would
like a format option that creates a carriage return after each field ... more >>
Class Design Tools?
Posted by clintonG at 12/30/2004 10:17:17 AM
I'd like to know about application(s) or the name by which the following
process is referred which would allow a business analyst to enter the
following statements which when submitted would result in the generation of
class library members...
"Are you an individual person not working?"
if ... more >>
Interfacing with an API - structs with arrays of structs.
Posted by Dave A at 12/30/2004 9:06:54 AM
The following C code specifies the interface into a DLL. I need to =
access it from C#. How do I do declare it? I have done simple ones =
before but this particular API requires a pointer to a struct that =
contains an array of other structs.
typedef struct
{
int nWidth;
int nHeigh... more >>
Implementing a Filmstrip
Posted by WhiskyRomeo at 12/30/2004 9:01:11 AM
I need to duplicate something that is easy to do in Access using a recordset
with its movenext, moveprevious, movefirst, movelast, and move(i) where i is
a positive or negative integer. I do not know how to do this in .NET. None
of the existing data structures dataset, arraylist, etc supp... more >>
So close........
Posted by VK at 12/30/2004 8:01:49 AM
Hi Folks,
I am so close to settin up our company website on my PC - for
development purposes (come across across hurdles!).
IIS on my PC doesn't let me add website but only virtual directories. I
am running Windows XP Prof with IIS 5.1.
For some reason the site doesn't show up - comes... more >>
Strange behavior
Posted by Bud at 12/30/2004 7:23:02 AM
I just went through a wipe and reinstall. Now everytime I start Outlook my
system wants to reinstall Visual Studio. If I cancel it 3 times Outlook
starts and runs fine. I can live with it but would much appreciate help in
making the behavior normal.
Email me - bud@checkmaster.com. ... more >>
TimeZones - help wanted ... help needed ... desperate for help
Posted by Oliver at 12/30/2004 4:22:29 AM
Hello,
I am writing an application that will be used across multiple time zones
(Eastern to Pacific) and since much of the application revolves around time
stamps, I need a best practice for storing time information in a database
and displaying it correctly to the user (adjusted for his respec... more >>
Clicking on created shortcut triggers reinstallation
Posted by Benjamin at 12/30/2004 2:31:02 AM
I have a very strange problem.
I have developed a .NET solution. To set up user clients I have also
included a "Deployment Project" in the solution:
Using "File System Editor | User's Program Menu" configuration a "Shortcut"
is created and pointing to the client EXE-file.
The created ms... more >>
|