Ramy Mahrous 401 Postaholic Featured Poster

That's tres right (Y), Comatose :)

Ramy Mahrous 401 Postaholic Featured Poster

What do you need exactly is to run windows defragment application or you defragment the hard yourself?

Ramy Mahrous 401 Postaholic Featured Poster

how about system(code.c_str());

???!! what's it??

Ramy Mahrous 401 Postaholic Featured Poster

initially it didn't work exactly becasue the first record still came up when the form loaded because of the fill being in the form load event handler

comment it!!
So, comment the Fill method and remove items like move next\previous\first\last and delete item too, that's would prevent the user from acting else inserting.

Ramy Mahrous 401 Postaholic Featured Poster

Didn't you "Add new data source" then lmlmlaa... and VS generates for you DataSet?? very strange really!!

Ramy Mahrous 401 Postaholic Featured Poster

It's also works with my defined insert query

BlogEngineDataSetTableAdapters.StudentTableAdapter tblStudent =
new trying.BlogEngineDataSetTableAdapters.StudentTableAdapter();
//BlogEngineDataSet dsMain = new BlogEngineDataSet();
tblStudent.InsertQuery(11, "d", "a", "a", DateTime.Now);

Try to take a variable from your table adapter then use its InsertQuery.
-Check TableAdapter properties that InsertCommand is not none.

Ramy Mahrous 401 Postaholic Featured Poster

What's newCycle datatype?
Look I tried that

BlogEngineDataSetTableAdapters.StudentTableAdapter s =
new rying.BlogEngineDataSetTableAdapters.StudentTableAdapter();
BlogEngineDataSet dsMain = new BlogEngineDataSet();
s.Insert(1000, "d", "a", "a", DateTime.Now);
//s.Update(dsMain.Student);
//dsMain.AcceptChanges();
Ramy Mahrous 401 Postaholic Featured Poster

Concentrate the link moves you to ASP.NET forum which your question is related.

Ramy Mahrous 401 Postaholic Featured Poster

Never mind my friend it's just an advice, please mark the thread as solved.

Ramy Mahrous 401 Postaholic Featured Poster

Did you search on how to install windows service? and remove it from Services List?
Try this http://msdn.microsoft.com/en-us/library/sd8zc8ha(VS.80).aspx

Ramy Mahrous 401 Postaholic Featured Poster

By the way, you've 28 posts. That's enough to know you MUST use code tags, I recommend you to edit your post ASAP before getting a bad reputation or bad flag from moderators.

Ramy Mahrous 401 Postaholic Featured Poster

From basics before using reference variable you should new it
and because Form1\2\3 is classes == it reference variables
Before using fr3

fr3.webBrowser1.Navigate("http://www.bbc.co.uk");

You should

fr3 = new Form3();
fr3.webBrowser1.Navigate("http://www.bbc.co.uk");

Try to correct your code.

Ramy Mahrous 401 Postaholic Featured Poster

First read in CAD documentation how to integrate your application with. It's done by adding COM reference to some CAD libraries (That I don't know what are) by reading in the documentation you'll, and writing some code to load the file do some operations.

Ramy Mahrous 401 Postaholic Featured Poster

I think you use BindingNavigator so, in its properties you can remove items like move next\previous\first\last and delete item too, that's would prevent the user from acting else inserting..

Ramy Mahrous 401 Postaholic Featured Poster

What happens when you run the application? Controls appears or not? if yes try to remove the form from the solution then get it from recycle bin to the solution folder add existing item and select it.

Ramy Mahrous 401 Postaholic Featured Poster

Mona, your problem is easy whatever C# or Java is, you should first try on draft, trace that, and then writing code. If you face problem then post a question don't be used to have a full answer to your questions with code, that's a very big problem to whom starting programming.
Wish for you the best.

Ramy Mahrous 401 Postaholic Featured Poster

Need to create\remove a control at runtime?

Ramy Mahrous 401 Postaholic Featured Poster

Look, you went a way VB.NET open a thread in Database design forum http://www.daniweb.com/forums/forum142.html and let discuss there the best way to design it.

Ramy Mahrous 401 Postaholic Featured Poster
Comatose commented: Always Helpful, And Precise +9
Ramy Mahrous 401 Postaholic Featured Poster

- To change form appearance you need to work with GDI, basically Graphics class read on msdn.com
- You've list of all controls in this.Controls, you add\remove controls..

Ramy Mahrous 401 Postaholic Featured Poster

Is it the end of the world? we gave a lot of solutions not speculations!!, and if I were he, I used some of.

Ramy Mahrous 401 Postaholic Featured Poster

If you look Danny to the end of pdf files you'll find too a lot of special characters...

Ramy Mahrous 401 Postaholic Featured Poster

And they can predict the content of file (Text or binary) that's why I asked!

Ramy Mahrous 401 Postaholic Featured Poster

text file means .txt or contains text data like .rtf, or .txt?

Ramy Mahrous 401 Postaholic Featured Poster

You can search on it in the SQL Server 2000 CD, then attach it.

Ramy Mahrous 401 Postaholic Featured Poster

Add reference to it... a commonly used terminology used in COM...

Ramy Mahrous 401 Postaholic Featured Poster

I am happy more than you because your problem solved :)
Please mark it as solved, and feel free to come here again to ask, and share your knowledge :)

Ramy Mahrous 401 Postaholic Featured Poster

Update SP2 on the server machine

Ramy Mahrous 401 Postaholic Featured Poster

So you need to install SP for x86, iff the server which SQL Server not client tools resides in is x86.
See SP2 help file for the instructions.

Ramy Mahrous 401 Postaholic Featured Poster

The SQL Server. Contact the administrator.

Ramy Mahrous 401 Postaholic Featured Poster

Try, be sure the SP2 is also x64

Ramy Mahrous 401 Postaholic Featured Poster

That's http://msdn.microsoft.com/en-us/vbasic/default.aspx take you with zero experience in VB.NET to very professional one.

User will we working on client system.

I don't understand it.

If you need a simple project to learn VB.NET through, I suggest to develop multi-user phonebook.

Ramy Mahrous 401 Postaholic Featured Poster

Exactly ASP.NET forum is better http://www.daniweb.com/forums/forum18.html

Ramy Mahrous 401 Postaholic Featured Poster

You need to code it in C++ on say, VC++ 6.0 IDE. (Project type will be dll)
Then you'll open MSDN and search how to add reference to unmanaged dll then everything will work.
The reference to use and trust in http://www.msdn.com

Ramy Mahrous 401 Postaholic Featured Poster

x86 or x64??

Ramy Mahrous 401 Postaholic Featured Poster

So, please give us your table structure....

Ramy Mahrous 401 Postaholic Featured Poster

I said that in my 2nd reply, friend :) yes mark it as solved.

Ramy Mahrous 401 Postaholic Featured Poster

???

Ramy Mahrous 401 Postaholic Featured Poster

Why he doesn't answer us and just write a code?!

Ramy Mahrous 401 Postaholic Featured Poster

Keep me up-to-date...

Ramy Mahrous 401 Postaholic Featured Poster

OK, give me tasks here in this thread and I'd solve it; and give me advices and correct my assignment, iff you need to help, M.Sc is away from experience.

Ramy Mahrous 401 Postaholic Featured Poster

When people don't have a sensible suggestion to make or don't understand the question maybe they should just keep their random thoughts to themselves. Displaying arrogance and trying to belittle people is nowhere near as clever as some around here seem to think. There has been an influx lately of 2 or 3 posters who seem to rate themselves well above the rest. Maybe they should form a private little forum of their own where they can all be superior together and leave the rest of us to fail alone..

I'm a one from you're talking about?!

Ramy Mahrous 401 Postaholic Featured Poster

I frequently ask people to do so, because we can use it as reference or for people need to ask something, may search on them; instead making new one.

Ramy Mahrous 401 Postaholic Featured Poster

Sure you must upgrade the server not the client :) read the URL content again they solved the problem.

Ramy Mahrous 401 Postaholic Featured Poster

I've tried to set the EnableHeadersVisualStyles to false and it's working.

I didn't change any property and it's working without any problem!!
+ EnableHeadersVisualStyles = true and it's also working...

Ramy Mahrous 401 Postaholic Featured Poster

Analysis and Reporting doesn't mean anything, but it's important to know the cause, did you look to the URL?

Ramy Mahrous 401 Postaholic Featured Poster

Strange :| It works with me...

Ramy Mahrous 401 Postaholic Featured Poster

DataGrid and such programming related, should be asked in VB.NET forum, friend.

Ramy Mahrous 401 Postaholic Featured Poster

As you like, I don't import SqlClient in my code :) so I used fullname

Ramy Mahrous 401 Postaholic Featured Poster

Another thread because we can made a reference to this if anyone has a problem calling UDF in VB.NET