It is assumed that you have already placed these 2 controls on your winform: 1: TextBox (txt_data) 2: Button (btn_save) Now create an on_click method for...
You Can easily Customize the display for your date time. '///////////////////////////////// Dim mydate As DateTime = DateTime.Now Dim show_date As string ...
Example of the most Common Decimal Numeric Format. 'Insert Commas after each thousand , with specified number of decimal precision. '//////////////// Dim var...
What are MSN Alerts? MSN Alerts Service is a part of Microsoft .NET My Services Initiative. It enables the service provider to reach its users through Instant ...
// import import System.Windows.Forms; // get clipboard data and if any then show in MessageBox // Retrieves the data from the clipboard. IDataObject iData =...
// imports using System; using System.Net; using System.IO; using System.Text; // capture webpage by using HttpWebRequest class and Save into file. File is...
Intro: The PageCapturer utility is used to download Web pages programmatically and save them onto hard disk. File: PageCapturer.zip attached with this email. ...
Using XmlTextWriter to write an Xml file using System; using System.Xml; using System.Text; public class MainClass { public static void Main(string [] arg) { ...
http://www.macromedia.com/support/dreamweaver/technotes.html This TechNote describes a few of the important factors involved in creating a successful MySQL...
As developers, we can only fix things if we know they're broken. I've been a part of several companies in which the users will encounter a fatal error on a web...
The Scenario In this example I have written a simple WebForm to manage a list of contacts which I have stored in XML. The requirements are simply the ability...
The solution is quite simple: 1. Retrieve all the HTML tags using this pattern: <(.|\n)*?> 2. Replace them with an empty string and return the result Here's a...
First, turn on custom error reporting in the web.config and name the file you will use as your default handler: <!-- Web.Config --> <configuration> ...
hi, this is my first post to this group.... its about forcing your app to have only one instance running.. you need to import 2 dlls to find a window and to...
assume that 2 users are logged in, on a single machine (through remote desktop connection), and both the users try to run an instance of the app, will this...
Messagei think processes are managed by OS on machine leve not the at the user level in case of a remote desktop connection ...it will work if a user, say user...
and I think that asim is talking about sessions, not processes. They both are altogether different things. The operating system also maintain a separate...
and I think that asim is talking about sessions, not processes. They both are altogether different things. The operating system also maintain a separate...
Hmmm. But still windows messenger that comes with XP, allows multiple users to use it at the same time (it may use the same thread I donno abt that.) It shows...
MessageIf we are using this code in our application and multiple users are logged in using remote desktop,Individual user cant be able to run multiple instance...
Owais Anwer
owais@...
Jul 22, 2003 10:23 am
45
I dont think so. You can run MSN messenger with Windows XP Messenger but you can't run two different instances for each application. They both are implemented...
What I'm talking abt is the scenario in which multiple users (say a couple of them) log into an XP workstation and all have msn logged in. although there's...
Messagefriends, i didnt CHECKED that code on the case(s) you guys specified... and i dont have resources to check this as well... if you have resources, you...
MessageThe scenario you are talking about is base on different sessions. When a user log into a XP workstation it's session is created ,Means each user has...