Search the web
Sign In
New User? Sign Up
codesnips · Code Snippets
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 19 - 48 of 48   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19
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...
Asim
asimletters
Offline Send Email
Dec 2, 2002
8:37 pm
20
You Can easily Customize the display for your date time. '///////////////////////////////// Dim mydate As DateTime = DateTime.Now Dim show_date As string ...
Asim
asimletters
Offline Send Email
Dec 2, 2002
9:27 pm
21
Example of the most Common Decimal Numeric Format. 'Insert Commas after each thousand , with specified number of decimal precision. '//////////////// Dim var...
Asim
asimletters
Offline Send Email
Dec 3, 2002
1:17 am
22
Here is an example of advanced Numeric Format Specifier , according to exact position of numerals ' Change the number to Telephone number format ...
Asim
asimletters
Offline Send Email
Dec 3, 2002
1:27 am
23
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q305140...
Nauman Laghari
laghari78
Offline Send Email
Dec 3, 2002
2:07 am
24
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 ...
Nauman Laghari
laghari78
Offline Send Email
Dec 3, 2002
5:58 pm
25
How to do String formatting ........................... private void Submit_Click(object sender, EventArgs e) { try { string valueToConvert = Value.Text; ...
Nauman Leghari
laghari78
Offline Send Email
Feb 4, 2003
8:52 pm
26
// Open an xml file into Internet Explorer Process p = System.Diagnostics.Process.Start( "iexplore.exe" , "index.xml" );...
Nauman Leghari
laghari78
Offline Send Email
Feb 28, 2003
5:13 pm
27
// import import System.Windows.Forms; // get clipboard data and if any then show in MessageBox // Retrieves the data from the clipboard. IDataObject iData =...
Nauman Leghari
laghari78
Offline Send Email
Feb 28, 2003
5:15 pm
28
// imports using System; using System.Net; using System.IO; using System.Text; // capture webpage by using HttpWebRequest class and Save into file. File is...
Nauman Leghari
laghari78
Offline Send Email
Feb 28, 2003
5:25 pm
29
Intro: The PageCapturer utility is used to download Web pages programmatically and save them onto hard disk. File: PageCapturer.zip attached with this email. ...
Nauman Leghari
laghari78
Offline Send Email
Mar 1, 2003
4:06 pm
30
Using XmlTextWriter to write an Xml file using System; using System.Xml; using System.Text; public class MainClass { public static void Main(string [] arg) { ...
Nauman Leghari
laghari78
Offline Send Email
Mar 9, 2003
9:31 am
31
using System; using System.Windows.Forms.Design; public class MainClass { public static void Main(string [] arg) { FolderNameEditor ed = new...
Nauman Leghari
laghari78
Offline Send Email
Mar 18, 2003
8:42 am
32
http://www.macromedia.com/support/dreamweaver/technotes.html This TechNote describes a few of the important factors involved in creating a successful MySQL...
Nauman Leghari
laghari78
Offline Send Email
Apr 19, 2003
2:47 pm
33
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...
Nauman Leghari
laghari78
Offline Send Email
Apr 20, 2003
3:35 pm
34
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...
Nauman Leghari
laghari78
Offline Send Email
Apr 20, 2003
3:50 pm
35
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...
Nauman Leghari
laghari78
Offline Send Email
May 18, 2003
3:47 pm
36
http://msdn.microsoft.com/msdnmag/issues/03/05/CuttingEdge/default.aspx...
Nauman Leghari
laghari78
Offline Send Email
May 18, 2003
3:48 pm
37
First, turn on custom error reporting in the web.config and name the file you will use as your default handler: <!-- Web.Config --> <configuration> ...
Nauman Leghari
laghari78
Offline Send Email
May 19, 2003
6:52 am
38
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...
fahad
desperate_de...
Offline Send Email
Jul 21, 2003
10:41 am
39
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...
Asim
asimletters
Offline Send Email
Jul 21, 2003
11:58 am
40
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...
fahad
desperate_de...
Offline Send Email
Jul 21, 2003
1:42 pm
41
and I think that asim is talking about sessions, not processes. They both are altogether different things. The operating system also maintain a separate...
Nauman Leghari
laghari78
Offline Send Email
Jul 21, 2003
6:26 pm
42
and I think that asim is talking about sessions, not processes. They both are altogether different things. The operating system also maintain a separate...
Nauman Leghari
laghari78
Offline Send Email
Jul 21, 2003
6:26 pm
43
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...
Faraz Beg
baigsaab22
Offline Send Email
Jul 22, 2003
6:12 am
44
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@...
Send Email
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...
Nauman Leghari
laghari78
Offline Send Email
Jul 22, 2003
4:00 pm
46
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...
Faraz Beg
baigsaab22
Offline Send Email
Jul 22, 2003
9:10 pm
47
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...
fahad
desperate_de...
Offline Send Email
Jul 23, 2003
6:19 am
48
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...
Owais Anwer
owais@...
Send Email
Jul 23, 2003
7:53 am
Messages 19 - 48 of 48   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help