Ramy Mahrous 401 Postaholic Featured Poster

That's the same when you ask how to pass value to another class. fz.SomeMethodTakeStringAsParameter(fileName) haa??

Ramy Mahrous 401 Postaholic Featured Poster

Very great you can share them and make communities around them too at http://codeplex.com

Ramy Mahrous 401 Postaholic Featured Poster

You may ask in ASP.NET forum, it'd be better.

Ramy Mahrous 401 Postaholic Featured Poster

You actually didn't give powerful features that's from my point of view as user, all browsers has zoom in\out.
You've to ask yourself, why your friends will use your browser and won't use else?
Java is nice.

Ramy Mahrous 401 Postaholic Featured Poster

Yes, but first tell me what you'll give more over IE, FF, and Chrome? or it just repeating?? and about your actual answer, I won't answer more than Salem, any one!

Ramy Mahrous 401 Postaholic Featured Poster

1- Try to know more about ADO.NET.
2- Read about CheckBox, your question is really simple, you just need to read more... tell me what did you try?

Ramy Mahrous 401 Postaholic Featured Poster

You're more than welcome, please don't forget to mark the thread as solved.

Ramy Mahrous 401 Postaholic Featured Poster

Did you check my reply?

Ramy Mahrous 401 Postaholic Featured Poster

Very common mistake for who works with files, that they don't replace \n with \r\n
your text in textbox.Text = "lmlmalma\n lmlmla" that's wrong to do that File.WriteAllText(saveFileDialog1.FileName, textFile1); rather File.WriteAllText(saveFileDialog1.FileName, textFile1.Replace("\n", "\r\n"));

Ramy Mahrous 401 Postaholic Featured Poster

Green tea!

Ramy Mahrous 401 Postaholic Featured Poster

Yes, you should read in the MethodInfo class properties, and you'll get the solution yourself, believe me, you'll.

Ramy Mahrous 401 Postaholic Featured Poster

if MethodInfo instance.Property = ? get else don't get

Ramy Mahrous 401 Postaholic Featured Poster

ASP.NET forum helps better
My friend, it simple task try to show your effort in, to let people help you, you won't find someone who writes this task for you

Ramy Mahrous 401 Postaholic Featured Poster

You're welcome, please mark this thread as solved to be used as reference for such question later :)

Ramy Mahrous 401 Postaholic Featured Poster

I develop using C# 4 years ago, but from just one month I used to go to VB.NET forum and answer... and if you answered Dany's questions, you'd have the answer of yours :)

Ramy Mahrous 401 Postaholic Featured Poster

Look I've experience about that, I never ever use SMTP to send emails because I am sure the destination would be the JUNK! I use CDO (Microsoft CDO for Windows 2000 library) instead.

Ramy Mahrous 401 Postaholic Featured Poster

API viewer your savior...

Ramy Mahrous 401 Postaholic Featured Poster

Yes, there's, right click on the database and copy, and follow the wizard...

Ramy Mahrous 401 Postaholic Featured Poster

Welcome, mark it as solved:)

Ramy Mahrous 401 Postaholic Featured Poster

It works, friend :)
Mark it as solved :)

Ramy Mahrous 401 Postaholic Featured Poster

How about using ComboBox instance then press "dot"....?

Ramy Mahrous 401 Postaholic Featured Poster

You need to get handler to the other form, usually made using windows libraries, read in....

Ramy Mahrous 401 Postaholic Featured Poster

Preferable to make it on your own! you need non-model + no beep, so?! but if you need to get how the user close the form without additional code you must use Model mode DialogResult

Ramy Mahrous 401 Postaholic Featured Poster

In such cases to not change all database setting to be case sensitive I usually cast it to varbinary

select lmlmlaa from lmlmlaa where
CAST(columnName AS varbinary(8)) = CAST(@value AS varbinary(8))
Ramy Mahrous 401 Postaholic Featured Poster

Great Murtan :)

Ramy Mahrous 401 Postaholic Featured Poster

Look .doc file is binary file I think you can't do that without word, but .docx is follow OOXML you can play with it.

Ramy Mahrous 401 Postaholic Featured Poster

Split it by Manager :D really I am not kidding YourString.Split(new string[] { "Manager" }, StringSplitOptions.RemoveEmptyEntries);

Ramy Mahrous 401 Postaholic Featured Poster

OK, let me some time to do it... by today or tomorrow max I'll handle this en shaa ALLAH.

Ramy Mahrous 401 Postaholic Featured Poster

loooooooooooooool Salem I won't say and the other 9 :p because I know Binary :D

Ramy Mahrous 401 Postaholic Featured Poster

From my experience in Daniweb, most of people give the thread a different title which isn't related to the question and others give a lot of terminologies although their problem is simple!!

Ramy Mahrous 401 Postaholic Featured Poster

It doesn't return 3 items, seem you don't care! I tried my code before posting it works fine. I won't go on in this thread.
Excuse me!

Ramy Mahrous 401 Postaholic Featured Poster

Please concentrate in my answer and try this code, don't get me another pieces of code which I didn't write and say it doesn't work!!!!!!!!!

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
dim host as IPHostEntry 
dim hostname  as string 
hostname =  My.Computer.Name
host = Dns.GetHostEntry(hostname)
For Each ip As IPAddress In host.AddressList
if ip.AddressFamily = System.Net.Sockets.AddressFamily.InterNetwork 
ComboBox1.Items.Add(ip)
end if
Next
Ramy Mahrous 401 Postaholic Featured Poster

Give us the URL :p we're somehow lazy :)

Ramy Mahrous 401 Postaholic Featured Poster

Tell me what the result of QueryString1... write it here please

Ramy Mahrous 401 Postaholic Featured Poster

Whatever :) You should specify username and password, I don't know how to add the flavor of impersonation to your application but I don't know did you reply after reading the namespace or you just don't need and insist on running your application correctly because you're the administrator??

Ramy Mahrous 401 Postaholic Featured Poster

That's too logical to get error, if you didn't, for sure I was about to get another OS rather than Microsoft Windows, anyway, read in System.Security.Principal it helps you...

Ramy Mahrous 401 Postaholic Featured Poster

You didn't said I want just IPv4
To get it

dim host as IPHostEntry 
            dim hostname  as string 
hostname = "lmlmlaa";
            host = Dns.GetHostEntry(hostname)
For Each ip As IPAddress In host.AddressList
                if ip.AddressFamily == System.Net.Sockets.AddressFamily.InterNetwork 
                    MessageBox.Show(ip.ToString())
        Next

I don't know VB.NET, I tried to convert it to VB.NET as much as I can.

Ramy Mahrous 401 Postaholic Featured Poster

You can also do it in the event handler of the TabControl.SelectedIndexChanged

Ramy Mahrous 401 Postaholic Featured Poster

obsolete attribute means this method is old, and another one is used (GetHostEntry in your case)!
We use this attribute to tell developers who use our libraries that this method no longer use and use an alternative (the new one) + telling the compiler to raise warning or error if it used!
Understood?

Ramy Mahrous 401 Postaholic Featured Poster

If you need to install it on your flash drive, I think you should have U3 flash drive but also VS needs to locate some files on boot drive, unfor. you need to install it on each computer you're developing on.

Ramy Mahrous 401 Postaholic Featured Poster
Ramy Mahrous 401 Postaholic Featured Poster

Hold current TabPageIndex in integral variable, and once the click done on any TabPage set the TabControl SelectedIndex = the integral value tabControl1.SelectedIndex = integral variable;

Ramy Mahrous 401 Postaholic Featured Poster

To hold the image itself use Binary or Image data type
To hold the image path use Varchar(N) or nVarchar(N)
why? because image is binary format.

Ramy Mahrous 401 Postaholic Featured Poster

I use C#, some use Java.... AS YOU LIKE :) really select any of both, you don't develop business application to come with some features of language over else. try to read any tutorial of both and the one you feel rest with, use it.

Ramy Mahrous 401 Postaholic Featured Poster

What version you use?

Ramy Mahrous 401 Postaholic Featured Poster

Can you send me the documentation, or try to register the ocx again.

Ramy Mahrous 401 Postaholic Featured Poster

LOL, Rapture, Concentrate! and thank Dany!
Good Dany (Y) serialization fits him

Ramy Mahrous 401 Postaholic Featured Poster

Check 3rd party control documentation!

Ramy Mahrous 401 Postaholic Featured Poster

Half of the world knows CS == C# or Java!

Ramy Mahrous 401 Postaholic Featured Poster

If it solved your problem, please mark the thread as solved!