Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: systray question Pin
Mazdak18-Jul-03 2:19
Mazdak18-Jul-03 2:19 
QuestionHow to Create a new Access database using C#? Pin
Xytme17-Jul-03 17:41
Xytme17-Jul-03 17:41 
AnswerRe: How to Create a new Access database using C#? Pin
Kastro17-Jul-03 18:10
Kastro17-Jul-03 18:10 
AnswerRe: How to Create a new Access database using C#? Pin
Mazdak18-Jul-03 2:23
Mazdak18-Jul-03 2:23 
Generalbackground is not transparent !! Pin
KETUINHA17-Jul-03 17:04
KETUINHA17-Jul-03 17:04 
GeneralSML GHETTO STEEZ Pin
eggie517-Jul-03 14:40
eggie517-Jul-03 14:40 
GeneralRe: SML GHETTO STEEZ Pin
eggie517-Jul-03 19:05
eggie517-Jul-03 19:05 
GeneralRe: SML GHETTO STEEZ Pin
eggie518-Jul-03 10:23
eggie518-Jul-03 10:23 
HA, HAHA, I don't need you people... I did it my self.

for (b=1; b<=8; b++)
{
baseBytes="//Bytes";
basebyte1="/byte"+b2;
baseCell="/b"+b.ToString();
baseFULL=baseBytes+basebyte1+baseCell;

XmlDocument xmlDoc=new XmlDataDocument();
XmlNode bit;
string NUM;
xmlDoc.Load("byteFile1.xml");
bit=xmlDoc.SelectSingleNode(baseFULL); //Bytes/byte1/b2
NUM=bit.InnerText;
nOutNum=short.Parse(NUM, NumberStyles.AllowHexSpecifier);
NTPort.Outport(nAddress, (short)nOutNum);
MessageBox.Show("Cell: "+b.ToString()+" illuminated"+"\nByte #"+b2.ToString());

if(b==8)
b2++;
if(b==8)
b=0;

}
MessageBox.Show("LOOP ENDED");

/\ |_ E X E GG
GeneralRe: SML GHETTO STEEZ Pin
eggie518-Jul-03 10:23
eggie518-Jul-03 10:23 
GeneralMD5 in C# Pin
Zibar17-Jul-03 11:01
sussZibar17-Jul-03 11:01 
GeneralRe: MD5 in C# Pin
Frank Rem17-Jul-03 11:30
Frank Rem17-Jul-03 11:30 
GeneralRe: MD5 in C# Pin
Zibar17-Jul-03 20:13
sussZibar17-Jul-03 20:13 
GeneralProgress Bar Pin
eggie517-Jul-03 9:36
eggie517-Jul-03 9:36 
Generalvisual studio designer Pin
mdolby17-Jul-03 9:11
mdolby17-Jul-03 9:11 
GeneralRe: visual studio designer Pin
John Fisher17-Jul-03 9:25
John Fisher17-Jul-03 9:25 
GeneralRe: visual studio designer Pin
Kastro17-Jul-03 11:07
Kastro17-Jul-03 11:07 
Questionlocating a node in a treeview control? Pin
misterbear17-Jul-03 8:54
misterbear17-Jul-03 8:54 
AnswerRe: locating a node in a treeview control? Pin
Nick Parker17-Jul-03 9:13
protectorNick Parker17-Jul-03 9:13 
QuestionCan you have a space in Table Name &amp; query it from C# Pin
Khang Nguyen17-Jul-03 7:32
Khang Nguyen17-Jul-03 7:32 
AnswerRe: Can you have a space in Table Name &amp; query it from C# Pin
Ray Cassick17-Jul-03 7:53
Ray Cassick17-Jul-03 7:53 
GeneralRe: Can you have a space in Table Name &amp; query it from C# Pin
Khang Nguyen17-Jul-03 8:53
Khang Nguyen17-Jul-03 8:53 
GeneralRe: Can you have a space in Table Name &amp; query it from C# Pin
Uwe Keim17-Jul-03 22:47
sitebuilderUwe Keim17-Jul-03 22:47 
GeneralWhere do i find an Object Int type Pin
Anonymous17-Jul-03 6:34
Anonymous17-Jul-03 6:34 
GeneralRe: Where do i find an Object Int type Pin
leppie17-Jul-03 7:17
leppie17-Jul-03 7:17 
GeneralSaving Images Pin
Johan Lombaard17-Jul-03 6:07
Johan Lombaard17-Jul-03 6:07 

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.