Click here to Skip to main content
15,912,897 members
Home / Discussions / C#
   

C#

 
AnswerRe: Java -> C# Programming Problem , plz help ! Pin
SeMartens22-Mar-09 3:32
SeMartens22-Mar-09 3:32 
GeneralRe: Java -> C# Programming Problem , plz help ! Pin
wgarnett22-Mar-09 4:30
wgarnett22-Mar-09 4:30 
GeneralRe: Java -> C# Programming Problem , plz help ! Pin
0x3c022-Mar-09 4:37
0x3c022-Mar-09 4:37 
GeneralRe: Java -> C# Programming Problem , plz help ! Pin
wgarnett22-Mar-09 5:04
wgarnett22-Mar-09 5:04 
GeneralRe: Java -> C# Programming Problem , plz help ! Pin
Yusuf22-Mar-09 5:15
Yusuf22-Mar-09 5:15 
AnswerRe: Java -> C# Programming Problem , plz help ! Pin
0x3c022-Mar-09 5:55
0x3c022-Mar-09 5:55 
GeneralRe: Java -> C# Programming Problem , plz help ! Pin
SeMartens22-Mar-09 5:42
SeMartens22-Mar-09 5:42 
GeneralRe: Java -> C# Programming Problem , plz help ! Pin
wgarnett22-Mar-09 6:24
wgarnett22-Mar-09 6:24 
java code is below :

java.util.Calendar cal = java.util.Calendar.getInstance();
cal.add(1, 3);
cal.add(6, -1);
java.text.NumberFormat nf = new java.text.DecimalFormat("000");
licenseNum = nf.format(Integer.valueOf(licenseNum));


and here "sbyte" method has some problem

private string change(string s)
{
//sbyte[] abyte0;
char[] ac;
int i;
int k;
int j;

//abyte0 = s;
ac = new char[s.Length];
i = 0;
k = s.Length;
while (i < k)
{
j = char.ConvertToUtf32(s, i);
if ((j >= 48) && (j <= 57))

garnett

GeneralRe: Java -&gt; C# Programming Problem , plz help ! Pin
wgarnett22-Mar-09 6:31
wgarnett22-Mar-09 6:31 
GeneralRe: Java -&gt; C# Programming Problem , plz help ! Pin
0x3c022-Mar-09 6:48
0x3c022-Mar-09 6:48 
GeneralRe: Java -&gt; C# Programming Problem , plz help ! Pin
wgarnett22-Mar-09 7:08
wgarnett22-Mar-09 7:08 
GeneralRe: Java -&gt; C# Programming Problem , plz help ! Pin
0x3c022-Mar-09 8:33
0x3c022-Mar-09 8:33 
GeneralRe: Java -&gt; C# Programming Problem , plz help ! Pin
wgarnett22-Mar-09 15:12
wgarnett22-Mar-09 15:12 
GeneralRe: Java -&gt; C# Programming Problem , plz help ! Pin
0x3c022-Mar-09 21:03
0x3c022-Mar-09 21:03 
GeneralRe: Java -&gt; C# Programming Problem , plz help ! Pin
wgarnett22-Mar-09 21:14
wgarnett22-Mar-09 21:14 
GeneralRe: Java -&gt; C# Programming Problem , plz help ! Pin
0x3c023-Mar-09 5:41
0x3c023-Mar-09 5:41 
GeneralRe: Java -&gt; C# Programming Problem , plz help ! Pin
wgarnett23-Mar-09 6:22
wgarnett23-Mar-09 6:22 
QuestionDrawing graphics in a new thread causes flicker Pin
_Martin_22-Mar-09 2:39
_Martin_22-Mar-09 2:39 
AnswerRe: Drawing graphics in a new thread causes flicker Pin
0x3c022-Mar-09 2:56
0x3c022-Mar-09 2:56 
QuestionHow do I get the Objects of the Solution Explorer(or General the Files of the Project) in an Visual Studio Integration Package Pin
Dromar22-Mar-09 2:10
Dromar22-Mar-09 2:10 
AnswerRe: How do I get the Objects of the Solution Explorer(or General the Files of the Project) in an Visual Studio Integration Package Pin
tech60322-Mar-09 3:59
tech60322-Mar-09 3:59 
AnswerRe: How do I get the Objects of the Solution Explorer(or General the Files of the Project) in an Visual Studio Integration Package Pin
Yusuf22-Mar-09 5:19
Yusuf22-Mar-09 5:19 
QuestionHow to Sort Dataset ? Pin
E_Gold21-Mar-09 22:33
E_Gold21-Mar-09 22:33 
AnswerRe: How to Sort Dataset ? Pin
Abhishek Sur22-Mar-09 0:04
professionalAbhishek Sur22-Mar-09 0:04 
GeneralRe: How to Sort Dataset ? Pin
E_Gold22-Mar-09 1:03
E_Gold22-Mar-09 1:03 

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.