Search:

Type: Posts; User: montanasoft.com

Search: Search took 0.02 seconds.

  1. Re: SQLite "Database is Locked" when moving a list of records from one table to anoth

    Yes ... I built the comma-space separated string, included that in the IN statement, and SQLite handles it as a batch.



    I ran the pragma to set up WAL, and it still didn't work with the INSERT...
  2. Re: SQLite "Database is Locked" when moving a list of records from one table to anoth

    Thank you for your answer, Zvoni. I looped through the listview items collection and built an array of item tags (which held the "id" primary key in the DB tables). Then used String.Join() to build...
  3. SQLite "Database is Locked" when moving a list of records from one table to another

    I have a Public Sub to move a collection of records from one table to another in the same SQLite database. First it reads the first record from strFromTable, then writes it to strToTable, then...
  4. Re: how to learn C# for the first time

    Yes ... that is where I got started also ... great tutorial.
  5. Re: How to create a blank class object that can accept variant data structures

    Thank you. Your code above worked perfectly.

    After creating the "Foo" class you described, I could set and get the "MyObject" property from a different class like this:


    public class...
  6. How to create a blank class object that can accept variant data structures

    Hello:

    I'm downloading APIs and deserializing their JSON content into an object. The JSON structure varies dramatically from day to day. It also has arrays[] of information. So I need an object...
  7. Re: Creating a windows installer for our programs

    That's really good info, jmcilinney. I like the sound of deploying the required libraries as part of my application. Where do I find that option in VS 2019?

    Thanks!
  8. Creating a windows installer for our programs

    Hi:

    I need a good installer that can install/uninstall my vb.net program on various versions of windows. I also need it to check for the correct version of .Net core and install it if necessary....
  9. Re: How to remember form size and position when program shuts down while minimized?

    jmcilhinney and jmcilhinney ... thanks very much for your suggestions. It's always good to find ways to make the code more streamlined and elegant. I haven't done much coding for the past 20 years,...
  10. Re: How to remember form size and position when program shuts down while minimized?

    Ok ... I just found the answer. The "RestoreBounds" property will get the size and location of the normal FormWindowState while the window is minimized :



    '
    If frmMyForm.WindowState =...
  11. How to remember form size and position when program shuts down while minimized?

    Hi:

    I have a vb.net 2019 winforms application that is designed to run in the systray. During program shutdown, it saves form size and position to a config file. If I have the window open and...
  12. Re: Documentation for API calls in VB.net?

    Thanks jmcilhinney. You are very right about VB6-VB.net. Unfortunately, I've been running into a lot of trouble with it. One good thing might be to get a VB.net API example from pinvoke.net, then...
  13. Documentation for API calls in VB.net?

    Hi Folks:

    Does anybody know of a good source of info on making Win32 API calls in VB.net? There are a lot of books and other info for VB6, but not much for VB.net.

    Any help would be much...
  14. Re: [RESOLVED] Select/deselect all items in a listview

    To Delselect all items in a listview, you can try the following:



    LV_AddModule.SelectedItems.Clear()


    Hope this helps. Good luck to everyone with your projects.
  15. Replies
    2
    Views
    923

    Re: Etsy API programming in VB?

    Hi: Thanks for the response. I've seen both of those sources. Unfortunately, Etsy documentation is pretty short on vb code. They have a few vb examples, but not much. And the example-code site...
  16. Replies
    2
    Views
    923

    Etsy API programming in VB?

    Hi:

    I'm looking for some Etsy API programming in VB ... it can be either VB6 or .net. Does anyone have some code they could share? A sample project?

    Thanks!
  17. Re: Which Lightweight Free DB do you recommend to distribute with a VB program?

    Thanks, jmcilhinney!!

    Everything you said makes SQLite sound like the best solution. Can anyone recommend a good tutorial for integrating SQLite into a VB forms application? Something for a real...
  18. Which Lightweight Free DB do you recommend to distribute with a VB program?

    Hi:

    I used to do a lot with VB6, but it's been a long time since I've done any coding.

    I'm now using/learning VS 2019 Community edition. I'm making a little clipboard extender stand-alone...
  19. (Outlook) Creating custom "message rules" for Outlook Express

    Hi: I'm a fair-to-middling VB6 programmer (the more I learn, the more I realize how much I don't know). I haven't done any VBA before, but I'm comfortable with VB.

    I'd like to create custom...
Results 1 to 19 of 19



Click Here to Expand Forum to Full Width