all groups > dotnet general > may 2006 > threads for friday may 5
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
Cyber cafe software in .net
Posted by h at 5/5/2006 8:46:25 PM
Hi,
I want to develope cyber cafe software (like cafe cup or internet cafe
software) in .net , any one have sample code or have some web links.
Thanks in advance.
Hardik Shah.
... more >>
Packaging software
Posted by the_raj at 5/5/2006 4:21:11 PM
Hi,
I'm trying to package a product and would like to know what people
think is the best packaging software around. Here are the needs and
wants:
Needs:
1. cater for Visual Studio 2005 Pro developed programs (C Sharp
especially).
2. have the capability of installing the latest .NET fr... more >>
Any good VB.NET code snippet RSS feeds?
Posted by AppleBag at 5/5/2006 3:59:02 PM
I remember back in the day Planet Source Code was great for getting vb6
code snippets, but their vb.net section is pretty skinny. I was
wondering if anyone knew of a code snippet site like it that has tons
of vb.net code snippets submitted by users and an rss feed for it?
Thanks!
... more >>
CollectionsUtil class ... usage?
Posted by Mark at 5/5/2006 1:55:00 PM
I want to create a collection class that will be strongly typed (store a
specific object type), be keyed with a case insensitive string, and be able
to access objects stored by index, or sequentially (in the order stored) via
"For Each".
I know I could code this from scratch - or derived fr... more >>
Changing order of event processing
Posted by Bruce HS at 5/5/2006 1:52:01 PM
When I raise an event in an ancestor, the event fires first in the ancestor,
then its descendant, and then in the descendant's descendant.
I would like the descendant's descendant to fire first in one particular
case. How do I accomplish this?... more >>
single to string problem
Posted by ibiza at 5/5/2006 12:56:02 PM
Hi,
can someone help me with that, it's driving me nuts...
-----
dim s as single = 42.5
dim msg as string = s.tostring()
' now msg is supposed to hold 42.5 but NO it's rather containing 43
-----
It seems the tostring() function rounds the number but I don't
understand why it does...
tha... more >>
Publishing with ClickOnce
Posted by Dustin Davis at 5/5/2006 12:04:06 PM
This is my first attempt at using ClickOnce. It seems it is publishing
OK, but I can't run the install. If I use IE, I just see XML in the web
browser. If I use Firefox, I download a setup file, run it, then see XML
in the browser. I'm using Windows 2000, though my friend tried it on XP
and ... more >>
Read Emails on Exchange server without OL client
Posted by Bryan Dickerson at 5/5/2006 10:47:43 AM
Is there a way, with VS 2005 and FX 2.0, to read a given inbox? I need to
write a 'monitor' program and my boss is convinced, as is always his first
gut reaction, that we need to go buy a 3rd-party package to just read an
inbox. He may be right this time, but that's not usually my first gut ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Automated Logon w/Outlook 2003
Posted by John A. Bailo at 5/5/2006 9:39:40 AM
I have a program that I'm converting from Outlook 2000 to Outlook 2003.
It basically opens Outlook and iterates through a series of items in a
public folder.
I was able to run this as a scheduled task overnight.
But now, it seems to want to have me be logged in already or it will not
... more >>
Data Access Layer using TableAdapter & Performance / Packaging
Posted by Demetri at 5/5/2006 7:47:02 AM
I have a question / concern regarding the new suggested way of creating a
data access layer in an n-tier application. Typically, a web application
specifically, using the SOA (Service Oriented Architecture) approach.
At various sites such as 15 Seconds
(http://www.15seconds.com/issue/050721... more >>
Stackoverflow Exception
Posted by wansch at 5/5/2006 2:05:02 AM
Hello,
Iam quite new to programming and dont know enough about the stack.
My problem is if I call a recurcive function like in the code
TestCalc(100000),
I get at some integer argument size a stack overflow exception.
The recursion is not endless. But at 1000000 the exception is thrown.
W... more >>
Do I need a reference to a file
Posted by DesMcC at 5/5/2006 12:58:02 AM
If have a line of code which does a new ObjectX, but I ensure this code never
gets executed, I.e I have an if statement around it, I find that I get an
error at run time that the dll for Object X cannot be found - i.e it still
looks for its dll at run time even though this line of code is neve... more >>
Socket Communication Through internet...!
Posted by batista at 5/5/2006 12:45:33 AM
Hi,
My problem is that i have a client which was, uptil now, running inside
a lan and using sokcet communication to connect to server which is also
insdie the same lan.....(it was all working fine)
Now, i want this client app to be able to connect to my server from
outside the lan as well..... more >>
Converting from Single to double error
Posted by Tor Aadnevik at 5/5/2006 12:00:00 AM
Hi,
I have a problem converting values from Single to double.
eg. When the Single value 12.19 is converted to double, the result is
12.1899995803833.
Anyone know how to avoid this?
Regards Totto
... more >>
|