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!

Recent content by surovi99

  1. surovi99

    Problem in Message Queuing

    Looks like I would require JSM for the message queue to have guaranteed delivery. But my requirements are Visual Studio.NET,C# on Windows XP. Is there any other way? Any help much appreciated. Thanks.
  2. surovi99

    Problem in Message Queuing

    How can I configure the message queue to have guaranteed delivery? Thanks a lot.
  3. 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'...
  4. 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
  5. surovi99

    Problem in Message Queuing

    Hi, I have a new problem. I want the message queue to be persistent i.e when I stop the server and restart it, the messages it has read before should still be there. How can I resolve this problem? Thanks
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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.
  11. 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
  12. 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...
  13. 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.
  14. 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
  15. 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?

Part and Inventory Search

Back
Top