Forum: C# Jan 29th, 2009 |
| Replies: 10 Views: 538 Rashakil Fol gave the only thing else i could think of ...
But using "*.txt" will work fine ? |
Forum: C# Jan 29th, 2009 |
| Replies: 7 Views: 953 Ah cool, works like a charm ... thanks dudes |
Forum: C# Jan 29th, 2009 |
| Replies: 24 Views: 5,881 |
Forum: C# Jan 29th, 2009 |
| Replies: 7 Views: 953 What do you mean 'automate ' it ????? |
Forum: C# Jan 29th, 2009 |
| Replies: 24 Views: 5,881 Yo dude, listen, just neglect the people who are rude, some of us actually want to help you , in fact, you can even add me if you want to, i will always try to help you ...
I think in order to... |
Forum: C# Jan 28th, 2009 |
| Replies: 13 Views: 6,798 |
Forum: C# Jan 28th, 2009 |
| Replies: 9 Views: 1,170 The basic problem is that your XML file has either more or less columns than your Table, i would recommend writing the table on the button click...else add some null values ... |
Forum: C# Jan 28th, 2009 |
| Replies: 7 Views: 953 Speak to me RamyMahrous, what on earth do you mean ??? heheh ***nut bucket here |
Forum: C# Jan 26th, 2009 |
| Replies: 13 Views: 1,298 So either like save it to the new location directly in the Dest filestream or end the whole process then move it via new filestream ... ????????? |
Forum: C# Jan 26th, 2009 |
| Replies: 13 Views: 1,298 So in other words you actually edit it then move it around and stuff ?? |
Forum: C# Jan 26th, 2009 |
| Replies: 13 Views: 1,298 ok ... hmmmm, in that case, what happened ??? why didnt it work ???
Please tell me the error, i love them,
(the answer lies within) :P |
Forum: C# Jan 26th, 2009 |
| Replies: 13 Views: 1,298 Well maybe try copy the file to the desired location and then delete it at the original location, this is fairly simple so it wont be too much effort (i believe in using the least code for the best... |
Forum: C# Jan 26th, 2009 |
| Replies: 7 Views: 953 :yawn:
I am trying to import the address book from MS Office, can anyone tell me where to locate the MS Outlook addressbook ?
Thank you in advance...
cVz |
Forum: C# Jan 23rd, 2009 |
| Replies: 8 Views: 2,206 Just make sure you close the stream...
Else , like hieuuk said,
do the |
Forum: C# Jan 22nd, 2009 |
| Replies: 9 Views: 2,301 try this ??? is easy way to find
int I = 0;
foreach (string S in Text)
{
int I += 1;
}
Console.WriteLine(I.ToString()); |
Forum: C# Jan 21st, 2009 |
| Replies: 3 Views: 519 What do you want to accomplish exactly |
Forum: C# Jan 20th, 2009 |
| Replies: 15 Views: 1,025 @ Salem
Why do you drag the man down ??? I take my hat off to someone who works hard in life to get somewhere , i had to work 3 jobs to just pay for my studies when i studied back in the day ...... |
Forum: C# Jan 20th, 2009 |
| Replies: 15 Views: 1,025 Create an application that does transactions via FTP , sort of something a chain of franchises would use as an OS so that everything in the server is always updated and always the correct data >>>... |
Forum: C# Jan 19th, 2009 |
| Replies: 2 Views: 299 Can anyone give me some good forums or advice on threadpools in C# ???
Thanks ...:D |
Forum: C# Jan 19th, 2009 |
| Replies: 16 Views: 2,998 Hold on ... not yet ... i will be with you now |
Forum: C# Jan 19th, 2009 |
| Replies: 16 Views: 2,998 Dude this works
private void Form1_Activated(object sender, EventArgs e)
{
Form2 F2 = new Form2();
F2.ShowDialog(); // Puts it on top (form1 wont be... |
Forum: C# Jan 19th, 2009 |
| Replies: 16 Views: 2,998 So do you want them to ALWAYS be on top ?? kind of like Windows live ?? or do you want them both to show if you click on form1 ? |
Forum: C# Jan 19th, 2009 |
| Replies: 18 Views: 1,431 reader.Close();
if (!reader.close())
{
reader.Close();
}
else
{}
application.DoEvents(); |
Forum: C# Jan 19th, 2009 |
| Replies: 16 Views: 2,998 You have your form declaration here
Form2 F2 = new Form2();
F2.Show();
F2.WindowState = FormWindowState.Minimized;
then you have this on the FormWindows State... |
Forum: C# Jan 19th, 2009 |
| Replies: 10 Views: 2,015 No way man ... you can do this
mail.Priority = MailPriority.High;
or
mail.Priority = MailPriority.Normal; |
Forum: C# Jan 19th, 2009 |
| Replies: 16 Views: 2,998 Just minimize and maximize the form you want on top ...l it will work ... |
Forum: C# Jan 16th, 2009 |
| Replies: 17 Views: 1,840 You meant if it does NOT contain "."
Im doing this now :
foreach (string ChildDir in Result)
{
TreeNode ChildNode = new... |
Forum: C# Jan 16th, 2009 |
| Replies: 17 Views: 1,840 YAAAAYYYYYY, you guys are awesome , it works now !!!! finally
one problem still though = it list all the directories, yet it lists no files
How can this be fixed ???
here's my current code :... |
Forum: C# Jan 16th, 2009 |
| Replies: 17 Views: 1,840 Thanks LizR, i only see that now ... but now i have been trying to manipulate the recurseChild's Root, i cant really get it there, ... what to do , what to do .... give me a while, thanks for the... |
Forum: C# Jan 16th, 2009 |
| Replies: 17 Views: 1,840 I understand what you are saying , but i dont nderstand what you are asking...
I will quickly try and fix that , please try and help me ?? i havent slept in a few days now ... hehehe
miculnegru... |
Forum: C# Jan 16th, 2009 |
| Replies: 17 Views: 1,840 hahaha, ok i get what you're saying... let me put it this way |
Forum: C# Jan 16th, 2009 |
| Replies: 17 Views: 1,840 The path it cannot find is /dir1/dir2/dir3
i take it, there must be a problem loading the recurseChild within the recurseChild, can you check that out and maybe give me a tip, i am clueless, you... |
Forum: C# Jan 16th, 2009 |
| Replies: 17 Views: 1,840 The path would be
tfp://servername + "/" + ChildDir + "/" |
Forum: C# Jan 16th, 2009 |
| Replies: 17 Views: 1,840 I am making a recursive treeview that lists the directories on my server [or trying atleast]...
So far so good , it seems to work, cept it does not load all the files / directories, please... |
Forum: C# Jan 16th, 2009 |
| Replies: 9 Views: 664 ok i guess you will have to split them first , then remove where
text.Contains("The duplicate")
, then add them all together ...
Should be fine ?? |
Forum: C# Jan 16th, 2009 |
| Replies: 15 Views: 1,127 YOUTUBE !!!!!!!! C# Tutorials , start off with C# Fundamentals , go through .NET Framework 070-526, 070-528, 070-529, 070-536, 070-549....you will be good |
Forum: C# Jan 16th, 2009 |
| Replies: 16 Views: 2,998 Can i maybe give you a new approach ???
Ive done this like this
in the formload of form1
this.Tag = form2;
now you can access form 2, so now you can say on a button - |
Forum: C# Jan 16th, 2009 |
| Replies: 4 Views: 662 |
Forum: C# Jan 16th, 2009 |
| Replies: 5 Views: 7,514 You can try something like this
public static bool IsPalindrome(string strValue)
{
int intLen, intStrPartLen;
intLen = strValue.Length - 1;
... |
Forum: C# Jan 15th, 2009 |
| Replies: 8 Views: 2,806 Look i know the problemo is this
but i cant really bypass that one or can I ??? |