Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: surovi99
  • Content: Threads
  • Order by date
  1. surovi99

    Problem with reading last 2 lines of a file

    Hi, I am trying the following codes for reading last 2 lines of a file. But I am getting some errors like: a)The best overloaded method match for 'System.IO.Stream.Read(byte[], int, int)' has some invalid arguments b)Argument '2': cannot convert from 'long' to 'int'...
  2. surovi99

    Reading last few lines of a file in C#

    Hi, Can anybody suggest some codes for reading the last few lines of a file? Any help will be much appreciated. Thanks
  3. surovi99

    Problem in Message Queuing

    Hi, I am trying to run a program on message queuing in which the user inserts some info in text boxes from the client side which gets entered into a message queue and the server receives the info by message queue, writes to a file and then reads the file. These are the requirements of my...
  4. surovi99

    Renaming Windows Applications VS.Net 2005

    Hi, I have created windows applications under a project in Visual Studio.Net 2005. Although I renamed them later in the IDE, in my documents folder, their names retain as Windows Application1, Windows Application2 etc. How do I rename the names of the windows applications in my documents...
  5. surovi99

    Problem on Socket Program

    Hi, I am facing some problem on Socket programming.What the program does is the user gives a stock symbol on the client side and requests the server to send the corresponding stock price. Once the server sends the initial stock price,it makes variations in the stock price randomly at some...
  6. surovi99

    Problem with C# Program

    Hi, I am trying to generate a random number in a listbox (client_list) on a Windows form. For this I have included a timer control. The program runs but does not show any output. I have set Enabled property of the timer control to True and set the interval to 5 and set the events property to...
  7. surovi99

    Regarding help on Socket Programming with C#

    Hi, I am beginning to get familiar with Visual Studio.net and C#. Thanks for the web link. Now I would like some help on Socket Programming with C# in Visual Studio.net 2005. I would really appreciate if somebody would kindly provide me some web links. Thanks a lot.
  8. surovi99

    Regarding help on VisualStudio.net 2005

    Hi, As I am new to VisualStudio.net 2005 which I am using to run C# programs, I would really appreciate if somebody could give me some web links on how to use VisualStudio.net 2005 IDE. Thanks a lot
  9. surovi99

    Empty toolbox in VisualStudio.net 2005

    Hi, I am trying to design a GUI process in VisualStudio.net 2005 using C#. From what I have gathered, I can design a GUI by dragging and dropping controls from the toolbox in VisualStudio.net onto a Windows form. But the toolbox in VisualStudio.net that I have installed is empty. Is there a way...
  10. surovi99

    Query on GUI design in Visual Studio.NET 2005 using C#

    Hi, I am new to Visual Studio.Net and C#. Can anybody give me some weblinks on how to design GUIs in VisualStudio.net 2005 using C#? I would really appreciate that. Thanks a lot.
  11. surovi99

    Query regarding aggregate function

    Hi, I am currently working on advanced databases where I need to replace a GROUP BY clause by an aggregate function.Is it possible for an aggregate function to do the job of a GROUP BY clause? If yes, I will be grateful if somebody would cite an example. Many thanks in advance
  12. surovi99

    Query on connecting PHP to MS SQL Server

    Can somebody tell me if I need any other additional software to connect PHP to MS SQL Server? For example like Apache Server or IIS?
  13. surovi99

    Problem with extracting database in .xls format

    Hi, I am having a problem with extracting database in .xls format from php. I give the codes below. Everything is fine with the codes except that I see a repetition of rows in the extracted .xls format. Could someone help me out? <?php //microsoft sql server connection here //write data to...
  14. surovi99

    Help with extracting database in .dbf format using php only

    Could someone suggest me some codes for extracting database in .dbf format using php only? I know how to retrieve data using mssql_*() functions, for example: //Ms sql server connection here $query = "SELECT * FROM User "; $result =mssql_query($query); But how to use dbase_*() functions to...
  15. surovi99

    How to extract a database from ms sql server in .dbf format

    I have come up with a query with my database in ms sql server. How do I extract it in .dbf format? As soon as possible help will be very much appreciated. Many thanks in advance...
  16. surovi99

    Referential Integrity Problem

    Hi all, I have a problem with referential integrity in ms sql server. If I delete a primary key record of one table, the foreign key records are also deleted automatically provided I enable 'Csscade Delete Related Fields' option in the Relationshops Property Page in ms sql server. But if I dont...

Part and Inventory Search

Back
Top