Search:

Type: Posts; User: surya

Page 1 of 12 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    12
    Views
    1,120

    VS 2022 Re: ChatGPT 4- simple App

    I have managed to solve the OpenAI issues but am now struck with JSon code; will post the working code shortly
  2. Replies
    12
    Views
    1,120

    VS 2022 Re: ChatGPT 4- simple App

    I reached out to them and sorted the endpoint; now it looks there is an issue with JSON, which I am not able to figure out myself;
    Below is my code for your perusal:





    Private Async Sub...
  3. Replies
    12
    Views
    1,120

    VS 2022 Re: ChatGPT 4- simple App

    Thank you for your inputs; I have used your code but am still getting the same error - "You exceeded your current quota, please check your plan and billing deta"

    I am currently using ChatGPT+...
  4. VS 2022 Re: Are there any NLP libraries that support VB.net ?

    [/QUOTE=Poppa Mintin;5625951]

    Hi Surya,

    You might like to checkout this URL

    Poppa[/QUOTE]

    Thank you very much..
  5. VS 2022 Re: Are there any NLP libraries that support VB.net ?

    Thank you very much..
  6. VS 2022 Re: Are there any NLP libraries that support VB.net ?

    Thank you very much..
  7. Replies
    12
    Views
    1,120

    VS 2022 Re: ChatGPT 4- simple App

    Am wondering if the {engine-id}: "text-davinci-004" is incorrect; IS there someway to get the right EngineID?

    I have also tried with: "gpt-4-1106-preview" as Engine ID
  8. Replies
    12
    Views
    1,120

    VS 2022 Re: ChatGPT 4- simple App

    Hi Jdelano,

    I actually used the code GPT4 gave me earlier; it gave me same error:



    I have used following end-point that system has suggested along with API_Key
    Dim endpoint As String =...
  9. Replies
    12
    Views
    1,120

    VS 2022 Re: ChatGPT 4- simple App

    Many thanks for your quick response, I am using the paid version of ChatGPt4;

    Getting error in the following line; can you please advise?

    .model = "gpt-4-vision-preview"
  10. VS 2022 Are there any NLP libraries that support VB.net ?

    Hello everyone,

    Are there any NLP libraries that support VB.net ?

    thnx,
  11. Replies
    12
    Views
    1,120

    VS 2022 ChatGPT 4- simple App

    Hi,

    Can anyone please help me with this?

    Simple VB.net app for sending a query and receiving results using ChatGPT 4.

    thanks a ton..
  12. Replies
    5
    Views
    1,143

    VS 2019 Re: Running time of Active Application...

    Hi Paul,

    I am able to read all running processes without any problem; the challenge I have is to read the current process or active process that a user is currently active on.

    thanks...
  13. Replies
    5
    Views
    1,143

    VS 2019 Re: Running time of Active Application...

    Hello Paul,

    Thank you for your response.

    Tried the same but I am getting "Form1" only even if I bring some other app - say Notepad into foreground.

    Here is my sample logic..

    thanks
  14. Replies
    5
    Views
    1,143

    VS 2019 Running time of Active Application...

    Hello,

    I am wondering if it is possible to get the name of active application and its start time.

    I have used following code to get all process but not sure how to get current active process...
  15. Replies
    3
    Views
    1,141

    VS 2019 Re: Desktop Application with SignalR

    Thank you for your response. Will revert with some code..
  16. Replies
    3
    Views
    1,141

    VS 2019 Desktop Application with SignalR

    Hello everyone,

    Trying to build a desktop application for tracking progress of an activity using SignalR (Azure).

    Any thoughts for getting started is highly appreciated.

    thanks
  17. VS 2019 Re: Issue while inserting a row to SqlDB

    Many thanks for your time, Seems like the size the field was only [1] and hence the error.
    Code is working now..
  18. VS 2019 Re: Issue while inserting a row to SqlDB

    Many thanks for the response.
    Seems like the DB Admin allocated VARCHAR(1), where as I was passing more characters to the field and hence the error.

    Much appreciated..
  19. VS 2019 [RESOLVED] Issue while inserting a row to SqlDB

    Hello,

    Am getting "String or binary data would be truncated. The statement has been terminated " error msg while trying to insert a row in Sql Db.

    Any suggestions will be most welcome..
    ...
  20. Replies
    1
    Views
    1,054

    VS 2019 Getting Last added row ID in SQLite

    Hello All,

    I am using following code to insert a row in SQLite database.

    Wondering if it is possible to extract to ID, any suggestions will be most welcome.

    thanks
  21. Replies
    2
    Views
    465

    VS 2019 Reading Content Dynamically

    Hello,

    I have a grid, data of which is extracted from a CAD tool when a button (getData) is clicked;

    I am wondering if it is possible to extract data automatically without having to click on...
  22. Replies
    7
    Views
    815

    VS 2019 Re: How to create a PDF with Math Equations..

    Many thanks; will have a look..
  23. Replies
    7
    Views
    815

    VS 2019 Re: How to create a PDF with Math Equations..

    Many thanks; will have a look..
  24. Replies
    6
    Views
    1,898

    VS 2019 Re: Dotnet Core with VB.Net

    Thank you JMC / TysonPrice.

    looks like some waiting at our end.
  25. Replies
    7
    Views
    815

    VS 2019 Re: How to create a PDF with Math Equations..

    Hello 2kaud,

    Thank you for your response.

    Found Katex for Web but not sure if its API's can be used for Winforms.

    Am wondering if anyone can lead me to an opensource (or commercial) library...
  26. Replies
    6
    Views
    1,898

    VS 2019 Re: Dotnet Core with VB.Net

    Hello JMC,

    Thank you for the link.

    There seems to be an update (in the same link) which says :



    But I am not able to see any roadmap on when this might appear for Vb.Net.
  27. Replies
    6
    Views
    1,898

    VS 2019 Re: Dotnet Core with VB.Net

    Hello JMC,

    Thank you for the link.

    There seems to be an update (in the same link) which says :



    But I am not able to see any roadmap on when this might appear for Vb.Net.
  28. Replies
    6
    Views
    1,898

    VS 2019 [RESOLVED] Dotnet Core with VB.Net

    Hello,

    I am wondering if anyone has tried DotNetCore Project with Visual Studio 2019.3

    Am not able to see the option to create a WinForm Project here.
    Wondering if anyone can guide.

    thanks
  29. Replies
    7
    Views
    815

    VS 2019 Re: How to create a PDF with Math Equations..

    Many thanks for your response.

    I am trying to build a small app that will read a text file that will contain formulas in following the readable format:



    Once reading the text file containing...
  30. Replies
    7
    Views
    815

    VS 2019 How to create a PDF with Math Equations..

    Hello Everyone,

    I am wondering if any one can suggest on how to write a report to PDF that have math equations.


    Sample Math calc enclosed.


    thanks,
  31. Thread: Win Tab Design

    by surya
    Replies
    8
    Views
    1,124

    VS 2019 Re: Win Tab Design

    Wow... that looks cool; Wondering if the header also can be customized to look similar to attached image?

    Cheers..
  32. Thread: Win Tab Design

    by surya
    Replies
    8
    Views
    1,124

    VS 2019 Re: Win Tab Design

    Apologies for the confusion.

    Am looking for Windows Forms Solution (VB 2019)

    thanks
  33. Thread: Win Tab Design

    by surya
    Replies
    8
    Views
    1,124

    VS 2019 Re: Win Tab Design

    Apologies for the confusion.

    Am looking for Windows Forms Solution (VB 2019)

    thanks
  34. Thread: Win Tab Design

    by surya
    Replies
    8
    Views
    1,124

    VS 2019 Re: Tab Style

    All,

    A similar tab is also available in VS 2019 upgrade wizard; can someone advise how this design can be achieved?

    thanks
  35. VS 2017 Re: Getting Unique Points from List of Points

    Many thanks tommytwotrain and si_the_geek for your time.
    TommyTwoTrain your inputs have been quite useful..
  36. Thread: Win Tab Design

    by surya
    Replies
    8
    Views
    1,124

    VS 2019 Win Tab Design

    Hi,

    I am wondering if it is possible to create Tab control as shown in the attached image.

    Ideally would like to use native controls available in VS 2019.

    Any suggestions will be of great...
  37. VS 2017 Re: Getting Unique Points from List of Points

    Many thanks for your detailed and quick response.

    Was trying to implement this logic in a CAD app.

    Will revert shortly and thanks again...
  38. VS 2017 [RESOLVED] Getting Unique Points from List of Points

    Hello,

    I have following points in a list ( Dim myList of List(of Point) )



    I am trying to build a set of unique points, which was easily achieved by
    using the following function:
  39. VS 2017 Re: Getting Function Name inside the function

    Topshot, many thanks for your response..
  40. VS 2017 Re: Getting Function Name inside the function

    JMC, many thanks for your quick response.
Results 1 to 40 of 449
Page 1 of 12 1 2 3 4



Click Here to Expand Forum to Full Width