Search results for query: *

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

    is it possible to install win app without .net Framework?!!!!

    Hi Folk I have created a Win .net Application and when I try to install it, it asks me to install the .net Framework first!! Is it possible to install a Win App on third party machines without the need to install the .net Framework?!!!!!!!!! This is a big disaster, if I will need...
  2. awsok

    How to dynamically insert data in a simple table without database!

    Hi guys I have some data (capturing them from another application) and just want to show these data in a SIMPLE TABLE inside my Win Form. Yes that’s it, without any database or BLA BLA BLA. When I got a piece on data, I just want to know how to put it in the right please ROW, CLOUMN in my...
  3. awsok

    This is just as simple as crazy !

    How to display data in a grid Hi guys I have some data (capturing them from another application) and just want to show these data in a SIMPLE TABLE inside my Win Form. Yes that’s it, without any database or BLA BLA BLA. When I got a piece on data, I just want to know how to put it in the...
  4. awsok

    How to cancel lunching application from the beginning?

    Hi I am making a VB application and want to give the users ability to CANCEL lunching the application depending on whether a process (instance of INTERNET EXPLORER) is already running or not? So sending a MessageBox with Yes, No and CANCEL is probably the way, but HOW? Any idea please?
  5. awsok

    How to capture the posted data from the Internet Explorer to my VB or C# Win App?

    Hi developers, Any one has an idea about capturing the posted data from the Internet Explorer to the server, if you using Windows Application in C#? It means, how can I capture the data entered in the fields a form in a web page in the IE, before it is send to the server?!!! Any simple ideas...
  6. awsok

    How to monitor Website Info from Windows Application using C#?

    Hi all friends I am trying to develop a Windows Application in C# that will opens new instance of Internet Explorer when first start up (or when the user choose start Recording from the Action menu). That’s done so far using Process.Start("IExplore.exe", "about:blank"); Then when the user...
Back
Top