Search results for query: *

  1. F

    Conceptual Question about Multiple Gui's in one app

    The application I am writing has several different interfaces that the user can go to with the press of a button. Now, currently, the user selects a screen with the press of a button, and rest are hidden (see below) ifaceScreen.Visible = False buttonSet1.Visible = False buttonSet2.Visible =...
  2. F

    Question about MSMQ and Databases

    I have an app that recieves network traffic via MSMQ. Because of its structure, its perfect for what it does, however I want to archive specific messages after they are read. So, message gets sent, to Queue, recieved, and transferred to a database (locally) or thrown away. The easiest way...
  3. F

    Problem with INSERT INTO from a TextBox

    Hello All, I'm having a problem with an app that is supposed to insert data from the Textbox into a database field. For simplicity's sake, I just created a simple app and isolated the problem. I cannot get the TextBox info to insert into my query. I've been spinning on this problem for...
  4. F

    Best way to send messages to a remote computer queue?

    Hello Everyone, I'm working with an application, and originally I planned on going the MSMQ route, I'm not 100% positive this is what I need to do. - The application is connected remotely and does not have a constant connection to the server. (It is technically a client application) -The...
  5. F

    Help with AppSettings file

    Hello I'm trying to write an application that is extremely customizable. One thing I want to accomplish is for the user to be able to move a function to whatever button he desires by editing the AppSettings Section. I can modify the text of the button this way, but attaching the action has...
Back
Top