Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
GeneralRe: USB Card Reader Pin
bonkers12310-Jun-09 20:52
bonkers12310-Jun-09 20:52 
AnswerRe: USB Card Reader Pin
Dave Kreskowiak5-Jun-09 4:41
mveDave Kreskowiak5-Jun-09 4:41 
GeneralRe: USB Card Reader Pin
Neophyte305-Jun-09 5:16
Neophyte305-Jun-09 5:16 
GeneralRe: USB Card Reader Pin
harold aptroot5-Jun-09 5:27
harold aptroot5-Jun-09 5:27 
GeneralRe: USB Card Reader Pin
bonkers12310-Jun-09 20:48
bonkers12310-Jun-09 20:48 
QuestionHelp with processing an Image Pin
livewirerules5-Jun-09 3:51
livewirerules5-Jun-09 3:51 
AnswerRe: Help with processing an Image Pin
dan!sh 5-Jun-09 3:54
professional dan!sh 5-Jun-09 3:54 
Questionchange C# to vb.net Pin
Franklinlloyd5-Jun-09 3:45
Franklinlloyd5-Jun-09 3:45 
How do I change this code to VB

Address shipAdd = getUserAddress();

upsRates uRate = readXML(getXMlhttp(sourceAddress, shipAdd, ddlUPS.SelectedValue));

if (uRate.StatusCode == "1") // Status OK
{
UPSCharges = uRate.Rate;
Label2.Text = UPSCharges;
Session["ShippingType"] = ddlUPS.SelectedItem.Text;
}
else
{
ddlUPS.SelectedIndex = 0;
UPSCharges = "0";
Label2.Text = UPSCharges;
Label2.Text = uRate.Error;
}
}
else
{
Label2.Text = "";
UPSCharges = "0";

}
try
{

Session["shipping"] = Convert.ToDecimal(UPSCharges);
double shp = Convert.ToDouble(Session["shipping"].ToString());
double amt = Convert.ToDouble(Session["amount"].ToString());
//Array grandtot=grandtotallbl.Text.Split('$');
//grandtotallbl.Text ="Grand Total : $ " + Convert.ToDouble(grandtot.GetValue(1).ToString() + shp);
grandtotallbl.Text = "Grand Total: $ " + Convert.ToDecimal((shp + amt)).ToString();

}
AnswerRe: change C# to vb.net Pin
dan!sh 5-Jun-09 3:49
professional dan!sh 5-Jun-09 3:49 
AnswerRe: change C# to vb.net Pin
Nagy Vilmos5-Jun-09 5:38
professionalNagy Vilmos5-Jun-09 5:38 
AnswerRe: change C# to vb.net Pin
Franklinlloyd5-Jun-09 5:57
Franklinlloyd5-Jun-09 5:57 
QuestionIndexing Service Pin
ellllllllie5-Jun-09 2:50
ellllllllie5-Jun-09 2:50 
AnswerRe: Indexing Service Pin
Nagy Vilmos5-Jun-09 3:01
professionalNagy Vilmos5-Jun-09 3:01 
GeneralRe: Indexing Service Pin
ellllllllie5-Jun-09 3:30
ellllllllie5-Jun-09 3:30 
GeneralRe: Indexing Service Pin
Nagy Vilmos5-Jun-09 3:44
professionalNagy Vilmos5-Jun-09 3:44 
GeneralRe: Indexing Service Pin
dan!sh 5-Jun-09 3:46
professional dan!sh 5-Jun-09 3:46 
Questionbackground worker Pin
havejeet5-Jun-09 2:03
havejeet5-Jun-09 2:03 
AnswerRe: background worker Pin
Nicholas Butler5-Jun-09 2:13
sitebuilderNicholas Butler5-Jun-09 2:13 
AnswerRe: background worker Pin
I Believe In GOD5-Jun-09 2:18
I Believe In GOD5-Jun-09 2:18 
AnswerRe: background worker Pin
DaveyM695-Jun-09 2:27
professionalDaveyM695-Jun-09 2:27 
QuestionForward a port in a router programmatically Pin
Majid_grok5-Jun-09 1:55
Majid_grok5-Jun-09 1:55 
AnswerRe: Forward a port in a router programmatically Pin
harold aptroot5-Jun-09 2:14
harold aptroot5-Jun-09 2:14 
QuestionCreating a CSV File from a datatable with C# Pin
jonhbt5-Jun-09 1:47
jonhbt5-Jun-09 1:47 
AnswerRe: Creating a CSV File from a datatable with C# Pin
I Believe In GOD5-Jun-09 1:56
I Believe In GOD5-Jun-09 1:56 
QuestionArrow keys on form with Tabs with GridViews Pin
Nigel Mackay5-Jun-09 1:12
Nigel Mackay5-Jun-09 1:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.