Search results for query: *

  1. J

    Question [Visual Studio 2019] Code Definition Windows question.

    hello, i select variable, but Code Definition Windows do not show anything. how can i solve this?
  2. J

    Question [VSTO] Is It possible to use like web server?

    Hi, When deploying using VSTO, is it possible to use centrally created functions such as web server? I am making add-in in excel using VSTO. When user click the added button, I want to get the policy from the central server and make it work. Is it possible?
  3. J

    Question [VSTO] Can I Catch event when user add a row?

    Is there an event in Excel after a user adds a row? After adding a row, a separate additional operation is attempted in the background. (for example, set background color to red)
  4. J

    Question [VSTO] how can i show messagebox when user edit locked cell.

    I want to allow the user to input only certain cells in Excel and other cells will be locked. (example: .Cells[1,1]) I wrote the code as below, the problem is I want to show a specific message when user input locked cell. (example: "You Can't Modify Item Cost") What should I do...
  5. J

    Question "CODE DEFINITION WINDOW" do not showing any information

    hello, i am using visual studio 2019. when i click some variable, "CODE DEFINITION WINDOW" show variable type. but now, there is no showing any information from "CODE DEFINITION WINDOW"
  6. J

    Question SAP RFC Connect Error from Framework 5.0

    hello, i am making sap interface by using RFC Function. I am using visual studio 2019/Framework 5.0. Compile is ok, but there is error when create object. "RfcConfigParameters rfcPar = new RfcConfigParameters();" below is error code 'SAP.Middleware.Connector.RfcConfigParameters' threw an...
Back
Top Bottom