Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts

Sunday, January 12, 2014

C# SQL Database Tutorial 6: How to use Chart /Graph with local database ...
















----------------------------------------------------
Threaded plotting in Visual Studio C# with Windows Forms
C# Windows Forms application
C# winform Chart/Graph
c# - advice on displaying graphs and charts
Practical C# Charts and Graphics
C# Graph WinForm example code for Graphs
Easy way to plot graphs with C# and Visual Studio 2010
C# : PowerPoint : MS Graph-Chart : Write a similar
Chart/Graph - DataGridView‎
Creating and Displaying graphs and charts in C#‎
How to reload a fastline chart using Windows.Forms  C#
Windows Charting Application
Learn the Windows Forms Chart Control
How do I plot data on a Chart in a CLR Form in C#?‎
how to draw line graph in C#?‎
Plot with visual studio C# express‎

Saturday, January 11, 2014

C# SQL Database Tutorial 5: Search data in Local database and Filter in ...














------------------------------------------------------------------
Code for searching data from database using C#
C# Search in database
how to search data in database in asp.net with c#
how to search data with data grid in asp.net using c#
how to make search in sql database in asp.net using C#
To Search The Data From Database Using Asp.net(C#)
Search as you type implementation in C# using Sql Database
C# display data from database using sqlparameters
c# - Displaying selected data in a datagridview
c# - How to Display data in datagridview from access database
updating data in database using datagridview C#
Datatable Search

Tuesday, January 7, 2014

C# SQL Database Tutorial 4: Navigation through records with NEXT and PRE...














----------------------------------------------------------
C#.NET: Database Navigation Buttons
coding for the next and previous button in C# with sql server
Navigation through records with NEXT, PREVIOUS, LAST, FIRST buttons. C# / C Sharp
how to navigate data on button click in window form using c#.net
How to Display Records as First-Next-Previous-Last in a ... - C#
C# Last Next And Previous Button
c# - Record navigation on a details page

C# SQL Database Tutorial 3: Getting the number of rows in Local database...











-----------------------------------------
c# - How to count total number of rows of an access database table
How to count the number of rows from sql table in c#
c# - DataTable Row count always returning
Getting the number of rows in an SQL database in a C# app
C# Data Table Rows.Count always returns at least one row
Searches related to count rows in database c#
php count database rows
android database count rows
c# sqldatareader count rows
c# mysql count rows
c# datatable count rows
count rows in database sql
c# count rows in file
codeigniter database count rows

Friday, December 6, 2013

C# Tutorial 102: How to make a Live Currency Converter Using C#




















-------------------------------------------------
currency converter help c#
How best to calculate derived currency rate conversions using C#
Updating the rates in my currency converter c#
currency converter in asp.net c#
Live Currency Conversion using C#
C# Currency Example
Searches related to currency conversion using c#
how to convert currency using exchange rate
convert decimal to currency c#
how to convert currency using a calculator
currency converter using php
Currency Converter Server with C#

Sunday, December 1, 2013

C# Tutorial 101: How to Add or Embed YouTube Videos In C# Windows Form...



















-----------------------------------------------------------------------
Embedding And Playing YouTube Videos In C#
c# - embed video using just url
c# - Play youtube video in windows form
Purify Embedding YouTube Videos method in C#
Watch Embedding And Playing YouTube Videos In C#
Embed youtube videos using .NET (C#)
Searches related to add youtube video to c#
how to add a video to you tube
how to embed you tube video
create you tube video
how to add you tube video to powerpoint
add music to you tube video
add you tube video to wordpress

C# Tutorial 100: How to embed VLC Media Player into C# Windows Forms Ap...




using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace vlc_media_player
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void Load_Click(object sender, EventArgs e)
{
OpenFileDialog openFileDialog1 = new OpenFileDialog();
openFileDialog1.Filter = "( *.mp4) | *.mp4";
if (openFileDialog1.ShowDialog() == DialogResult.OK)
{
axVLCPlugin21.playlist.add(openFileDialog1.FileName, openFileDialog1.SafeFileName,null);

}
}

private void start_Click(object sender, EventArgs e)
{
axVLCPlugin21.playlist.play();
}

private void stop_Click(object sender, EventArgs e)
{
axVLCPlugin21.playlist.stop();
}

private void pause_Click(object sender, EventArgs e)
{
axVLCPlugin21.playlist.togglePause();
}
}
}










------------------------------------------
Does VLC media player have a C# interface
How to Embed The VLC media player in Window Form using C#
I want to add VLC media player in window application
libvlc media player in C#
How to hook VLC media player using c#
VLC Player in C# window form
Searches related to vlc media player c#
videolan vlc media player
media players like vlc

Saturday, November 30, 2013

C# Tutorial 99: How To Add ToolTips To Controls On A Windows Form in C#



















-----------------------------------------
C#: How do I add a ToolTip to a control?
Creating a ToolTip for a Control (Visual C#)
ToolTip.SetToolTip Method
How To Use The Winforms ToolTip Control
Visual C# - Tooltip Control
Tooltip in C# - C#
Searches related to how to use tooltip in c#
c# tooltip example
.net tooltip
vb.net tooltip example
c# add tooltip to button
vb.net tooltip text
vb.net tooltip show
flowlayoutpanel









Friday, November 29, 2013

C# Tutorial 98: How to use ContextMenuStrip (Right mouse click) in C#

















-----------------------------------------------------------
C# context menu strip right click
Searches related to Context Menu Strip c#
c# vista look and feel
left click context menu
contextmenu c#
c# right click menu
c# popup menu example
c# contextmenu event
right click context menu c#
c# contextmenustrip right click
C# Source Codes: Context Menu Strip
Creating Context Menus in C#
Context Menu
c# - How to respond to a ContextMenuStrip item click

Adding Veritcal Scroll to ContextMenuStrip
How do I get a popup menu like window in C#?
How to create a C# context menu from code?
C# context menu


Wednesday, November 27, 2013

C# Tutorial 97: How to shutdown the computer from C#



















--------------------------------------------------------
How to make a timer to shutdown computer with c#
reboot, shutdown, logoff computer using c#
Windows Shut down a computer using .NET
Shutdown Computer in C#
How To Shut Down Your Computer In C#
how can ShutDown Windows using c#.net
Searches related to How to shutdown the computer from C#
c# shut down
computer shutting down









Monday, November 25, 2013

C# Tutorial 96: Determine if internet connection is available using C#






























------------------------------------------------------
How to detect working internet connection in C#
Determine if internet connection is available c sharp
 What is the best way to check for Internet connectivity using .Net C#
check whether Internet connection is available with C#
How to check if connected to the internet in C#
How to check if the internet is available in wp7 using c#

What is the best and accurate way to find internet
How can i notice if the internet connection is up or down ?
Window mobile 6.5.3 development internet connection
How to detect internet connection instantly in C #
Visual C# - Checking Internet Connection
C# - Simply method to detect if the user is connected to
´check internet connection available or not in c#
Searches related to check whether Internet connection is available with C#
check if there is internet connection c#
check if internet connection exists c#
android check if internet connection is available
javascript check if internet connection available
xcode check if internet connection available
python check if internet connection is available





Friday, October 25, 2013

C# Tutorial 93: How to list Files and Folders in the selected directory ...






















----------------------------------------------------------------
Populate files into a listbox from a folder in C# windows
C# Open files from listbox file listing
how to add folder to a listbox in .net
Listing directory files in a listbox and open them

Directory Of Folder Names In Listbox - C#
Get Files Into List Box - VB.NET
Add To Listbox Using OpenFileDialog - C#
Recursively Adding Files To A ListBox - C#
Browsing files with DriveListBox, DirListBox and FileListBox
Filling listbox with files in a directory
C# Live updating listbox and duplicates
Need List box to read and display files in C Sharp
 Extracting Path from OpenFileDialog path/filename
 How to use Open File Dialog to Select a Folder
 how to get only file names from the directory
Get path only of a file name? - C#
 How to use Open File Dialog to Select a Folder
Extract file name from full path

Thursday, October 24, 2013

Write a C# Program to convert Binary to Decimal


Write a C# Program to convert Binary to Decimal


using System;
using System.Collections.Generic;
using System.Text;

namespace Program
{
class Program
{
static void Main(string[] args)
{
int num, binary_val, decimal_val = 0, base_val = 1, rem;
Console.Write("Enter a Binary Number(1s and 0s) : ");
num = int.Parse(Console.ReadLine()); /* maximum five digits */
binary_val = num;
while (num > 0)
{
rem = num % 10;
decimal_val = decimal_val + rem * base_val;
num = num / 10 ;
base_val = base_val * 2;
}
Console.Write("The Binary Number is : "+binary_val);
Console.Write("\nIts Decimal Equivalent is : "+decimal_val);
Console.ReadLine();
}
}
}




-----------------------------------------------
C# Program to Perform Binary to Decimal 
Converting from Binary and Decimal in C# C sharp
binary to decimal
Binary To Decimal Conversion In C#
PROGRAM FOR BINARY TO Decimal CONVERSION C#

How to convert decimal to Binary, Octal, Hex conversion in C#

How to convert decimal to Binary, Octal, Hex conversion in C#



Random rand = new Random();
int value = rand.Next(0, 1001);
String binaryRepresentation = Convert.ToString(value, 2);
String octalRepresentation = Convert.ToString(value, 8);
String base10Representation = Convert.ToString(value);
String hexRepresentation = Convert.ToString(value, 16);
// Any other bases and you are on your own.

// Go the other way.
int binary = Convert.ToInt32(binaryRepresentation, 2);
int octal = Convert.ToInt32(octalRepresentation, 8);
int base10 = Convert.ToInt32(base10Representation);
int hex = int.Parse(hexRepresentation, System.Globalization.NumberStyles.HexNumber); 
// alternative
Console.WriteLine("Binary: " + binaryRepresentation + " = " + binary.ToString());
Console.WriteLine("Octal: " + octalRepresentation + " = " + octal.ToString());
Console.WriteLine("Base10: " + base10Representation + " = " + base10.ToString());
Console.WriteLine("Hex: " + hexRepresentation + " = " + hex.ToString());














--------------------------------------------

Decimal To Octal C# Searches related to program to Convert Decimal to binary c#
convert decimal binary java
convert decimal binary visual basic
convert integer binary c#
convert decimal hexadecimal c#
c# convert decimal ascii
int to binary c#
Convert Decimal To Octal In C#
Converting Decimal To Octal C sharp
c# - Decimal to binary conversion in c #
Write a Program to convert Decimal to Binary in C#.NET
How convert decimal to binary
Converting decimal number into Octal number
C#: Decimal to Binary Conversion
Convert Decimal Number to Octal Number
How to convert numbers between hexadecimal and decimal in C#
Convert Type Decimal to Hex
C Sharp Code
Searches related to program to convert decimal to hexadecimal in c#
c# convert hex string to decimal
convert integer hexadecimal c#
convert decimal hexadecimal java
convert decimal binary c#
c# convert decimal ascii
c# to hex

Friday, October 18, 2013

C# Tutorial 92: How to Download a File from Internet using C#

























-------------------------------------------------------------------
C Sharp Download File Using C#
How to Download a File - C Sharp C#
How To Download an Internet File with C#
Downloading a file from a PHP page in C#
C# Webclient Stream download file
C# download file from the web
Searches related to How to Download a File - C Sharp C#
c sharp download file from web
c sharp download file from url
c sharp download file from ftp
c# uploading file
c# email file
java downloading file
java file transfer
visual basic file transfer    
How to download a file in C#
Creating a Web Scraper

Thursday, October 17, 2013

C# Tutorial 91: How to get Source Code from a Website with C#























-----------------------------------------------------
Get HTML code from a website C#
c# - How to get source code after simulate web page button click
Get HTML code from a website C#
C# code to read html source code of a web page
How to get webpage source code using C#
Download source code of a website in C#
How to get Website Source Code with C#
Get Web Page Contents in Code with C#
Searches related to How to get Website Source Code with C#
c# get web page source
how to find source code of a web page
how to view html code in browser
c# download html

Saturday, October 12, 2013

C# Tutorial 90: How to Display Google Maps in C# Windows Form
















----------------------------------------------------------
Show Your Data on Google Map using C#
How to add google maps in a C# Program
c# - how to display address in google map
Display Google Map in Windows Form - C# / C Sharp
display google maps in c# application
C# And Google Maps - C#
Integrating Google Maps with C#
Embed Google Maps in C#
how to show locations in a Google map
Google Maps in C# Web Application

Sunday, September 29, 2013

C# Tutorial 89: How to Publish an Application in C# and Make the Install...















--------------------------------------------------------------------
How to Create Installation Setup for Your C# Application Project
Howto make setup file from project in VS2012 C#
How to Create an Installer For a WinForm Application
How to make an installer for my C# application?
How can I deploy a C# application
Deploying a C# application
Visual Studio Create Setup project
How to make setup file using VS 2010 in C# window forms
How do I create setup in c#
Create a simple installer from Visual Studio
How make Setup installation file of my Completed C# project
Make an Installation program for C# applications
C# publish application properties

Sunday, September 22, 2013

C# Tutorial 88: How to Search Listbox and get all matches using C#














---------------------------------------------------------------------
Making a Searching List Box C#
Create a list of choices by using a list box C#
How to make a ListBox Search C#
Trying To Create Search A ListBox C#
Create list box of search terms
Dynamic restrict data in List box c sharp
Textbox to make a selection (like a listbox)? C#
Categorizing List Box Data Advanced Fuzzy Search C#
Listbox search operator for "unequal" C#

Sunday, August 25, 2013

C# Tutorial 87: How to make a Simple Splash Screen with ProgressBar in C#





















-----------------------------------------------------------------------
Create a Simple Splash Screen  with ProgressBar c#
How to make a Splash Screen in C#
Creating a Splash Screen in .NET with a progress bar
A Pretty Good Splash Screen in C#
Yet Another Splash Screen in C#
How to Create Splash Screen with Progress Bar in  C#
C# Splash Screen - C#
 Making a splash screen in C#
c# - splash screen or progress bar
Splash screen in C#
C# WinForm - loading screen
How to create a splash screen with progress loading in C#
How to create splash screen in C#

 

© 2013 Klick Dev. All rights resevered.

Back To Top