Search:

Type: Posts; User: NJDevils28

Page 1 of 8 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    918

    VS 2015 Re: Find an open port

    I was afraid of that.
    Thank you for the reply!
  2. Replies
    8
    Views
    20,215

    Re: VB.Net Custom ON and OFF Slide control

    This is pretty cool. Has the attachment issue been resolved yet?
  3. Replies
    2
    Views
    918

    VS 2015 [RESOLVED] Find an open port

    Hello all,

    I have written a small utility (see my sig) to scan for open ports on a connected router. Nothing nefarious.

    The code works fine, only it takes a long time to scan each of the 65K...
  4. VS 2015 Re: Converting Python Get Statement to VB.NET - My solution

    Ok - I found a better way of doing the JSON Convert. The reason I continued to research was because I had issues converting JSON Tables.

    I used the Built-in JSON Parser.


    Imports...
  5. VS 2015 Re: [RESOLVED] DGV Right Mouse Click - not firing

    You got it jmc!
  6. VS 2015 [RESOLVED] DGV Right Mouse Click - not firing

    Hi all,

    I figured it out. I should be checking the CellMouseDown event.


    Left mouse click fires fine.
    I seem to be unable to capture the right click event in my DGV. I think I may be...
  7. VS 2015 Converting Python Get Statement to VB.NET - My solution

    I had a need to convert this Python Code to VB and here is how I did it. I'm sure there is a better way and would appreciate any advice on improving the .NET Code.

    Python Call


    import...
  8. VS 2017 [RESOLVED] Convert Python "GET" Statement to VB.NET

    Here is the answer to my question..




    Dim webClient As WebClient = New WebClient()
    webClient.QueryString.Add("api_key", apiKey)
    webClient.QueryString.Add("ip",...
  9. Replies
    41
    Views
    5,957

    VS 2015 Re: [RESOLVED] Sorting Large Datasets

    Pretty Cool - Thanks!
  10. Replies
    41
    Views
    5,957

    VS 2015 Re: [RESOLVED] Sorting Large Datasets

    heh

    :)
  11. Replies
    41
    Views
    5,957

    VS 2015 Re: [RESOLVED] Sorting Large Datasets

    Hi Chris,

    Thank you for the code!
    Normally I would shy away from using a DB as it is not my forte'. But since I was able to produce the desired results with off-the-shelf software, I find myself...
  12. Replies
    41
    Views
    5,957

    VS 2015 Re: [RESOLVED] Sorting Large Datasets

    Hi Chris,

    I thought of doing something like that, but I would have to cut the data into manageable parts as 600M records would eventually blow out memory and grind the system to a stall.

    As an...
  13. Replies
    41
    Views
    5,957

    VS 2015 Re: [RESOLVED] Sorting Large Datasets

    It's still running. Been running since 2PM yesterday and Yes, I was in error with the server I chose to use. It is running on an older machine with 8GB ram and a 5400RPM drive.
    I am about to...
  14. Replies
    41
    Views
    5,957

    VS 2015 Re: [RESOLVED] Sorting Large Datasets

    Hi Topshot.

    We did just that.
    We wrapped 500K records in a transaction and then executed the commit. That was surprisingly quick. It was reading in the records creating the mini records, then...
  15. Replies
    41
    Views
    5,957

    VS 2015 Re: [RESOLVED] Sorting Large Datasets

    Hi Sitten,

    I hope your doing well!

    We tried loading the 600 million mini records (160 bytes each record) into a SQLite data base. it took around 1TB of storage space and a few hours to load...
  16. Replies
    41
    Views
    5,957

    VS 2015 Re: Sorting Large Datasets

    Hello All,

    Just to update everyone, I was unable to successfully sort the minimum amount of data records needed to offload some work from the mainframe to the server.
    We need the ability to pass...
  17. Replies
    41
    Views
    5,957

    VS 2015 Re: Sorting Large Datasets

    Thank you for the kindness of your understanding.
    You are very correct in we are always a few versions behind anything even close to bleeding edge.

    And yes, you are very observant to conclude...
  18. Replies
    41
    Views
    5,957

    VS 2015 Re: Sorting Large Datasets

    Lets put it this way. Our code has been around since the early 80's and still works great. We do not compete with the big boys for other reasons and none of them is their software is superior to...
  19. Replies
    41
    Views
    5,957

    VS 2015 Re: Sorting Large Datasets

    I understand your high defense of the independent developer. I myself am one, on the side of course. I hold independent developers in high regard, I truly do.

    As for SQLite being an...
  20. Replies
    41
    Views
    5,957

    VS 2015 Re: Sorting Large Datasets

    Yes, we have used MicroFocus COBOL and while it is indeed, a good fit for our needs, once again the cost associated with the product make it very prohibitive to use.
    We understand that moving from...
  21. Replies
    41
    Views
    5,957

    VS 2015 Re: Sorting Large Datasets

    Hi,

    Yes, we are on the same page. :)
    I'm using SQLite not MS MySQL. Tools such as the one described in that Document do not exist (At least that I know of) for SQLite. From what I have...
  22. Replies
    41
    Views
    5,957

    VS 2015 Re: Sorting Large Datasets

    Yah, I do something like that now. I just load a dataset with 500K records, then I start a SQL Transaction /.... For Each/... Insert the 500K Records .../ Next .../ then I do a Transaction.Commit...
  23. Replies
    41
    Views
    5,957

    VS 2015 Re: Sorting Large Datasets

    We already have algorithms in place to achieve a very high success rate. Our Match rate is consistently in the very high 90's, hence the multi-pass process. The issue we have is the cost of...
  24. Replies
    41
    Views
    5,957

    VS 2015 Re: Sorting Large Datasets

    Yah, I do a bulk insert every 500K records then free up memory for the next insert. So far I can pass 3.2 Million records in just under 10 minutes. Not very good when I ramp things up to the...
  25. Replies
    41
    Views
    5,957

    VS 2015 Re: Sorting Large Datasets

    Hi,

    I am looking into SQLite as the engine and I hope it works as I'm trying to achieve this without much overhead. SQLite is a file based DB so I'll see what the performance level is once I...
  26. Replies
    41
    Views
    5,957

    VS 2015 Re: Sorting Large Datasets

    Hi JMC,

    I tried that before. (My version anyway, your is a bit more elegant) and the entire system eventually freezes as the test data grows.

    -NJ
  27. Replies
    41
    Views
    5,957

    VS 2015 Re: Sorting Large Datasets

    Hi,

    Initially I would be removing all the duplicate records or come as close as I can by bringing together all known possible likeness, such as name and address matches or close to that. Joe...
  28. Replies
    41
    Views
    5,957

    VS 2015 [RESOLVED] Sorting Large Datasets

    Hello all,

    I'm finding that Sorting files and data in VB .NET to be a bit confusing.
    I was wondering if I could explain what I need to do and hope that someone could point me to a tutorial that...
  29. Replies
    2
    Views
    979

    VS 2017 Re: Virus alert - code signing?

    I use COMODO

    This is a re-seller of the same Certs but way cheaper

    You have to sign the EXE Before you Deploy and the Setup program. That will alleviate the warning nag when they install.
  30. VS 2015 Re: Instructions to Run App at Startup - Not Working - Where did I go wrong?

    I think I found my answer. It took a bit of digging on the MS Site. They do not make things easy.

    Link to MS Info for Desktop Bridge


    In essence, I have to do all the work in my manifest...
  31. VS 2015 Re: Instructions to Run App at Startup - Not Working - Where did I go wrong?

    Hi jmc!

    Technically, yes. But no.

    It is a normal Windows Form app that goes through the conversion process using Windows Project Centennial Conversion Program (The Desktop Bridge). That is...
  32. VS 2015 Re: Instructions to Run App at Startup - Not Working - Where did I go wrong?

    From the Microsoft Store.
  33. VS 2015 [RESOLVED] Instructions to Run App at Startup - Not Working - Where did I go wrong?

    Hi All,

    Seeing as there is no way for my App to alter any OS Registry keys without Admin authority, I decided to add a Link Label that presents the user with detailed instructions on how to add a...
  34. VS 2015 Re: How to add App to run at startup Programmatically(Without Admin Rights)

    You are correct on both counts it seems.
    I tried the shortcut method and it's not straightforward. Using the MS tutorials messed up all my File.IO code so I scrapped it.

    I may have to supply a...
  35. VS 2015 Re: Hoa to add App to run at startup Programmatically

    Thank you for that, I did not find it for some reason with my searches. That's actually pretty easy and straight forward!

    But...My Apologies.

    My Question should have been is there a way to do...
  36. VS 2015 [RESOLVED] How to add App to run at startup Programmatically(Without Admin Rights)

    Hi All,

    I have been googling and I'm not able to find an easy way to allow users to add my app to run at startup.

    Is there an easy way?

    -NJ
  37. VS 2015 Re: Port Scan - Is there a faster way?

    That's allot of useful information. I have made a note of it. Thank you!

    On a side note, my app is no where near Commercial Grade. Not even close. This is a consumer app meant for personal...
  38. VS 2015 Re: Port Scan - Is there a faster way?

    That's Great to hear!
    I tried it out on a 2012 Netgear. At least that's what I was told and they said it ran just as fast as on my newer Netgear.

    Thank you for taking the time to run the code!
  39. Replies
    8
    Views
    1,162

    Re: obtain ip address

    Hmmm. I wonder if there is a lag in the updating. I update it every few days.
  40. Replies
    8
    Views
    1,162

    Re: obtain ip address

    Hi. if you use my app in my signature - it should give you the IP address, MAC address and if available computer name of every computer on your network.
Results 1 to 40 of 295
Page 1 of 8 1 2 3 4



Click Here to Expand Forum to Full Width