Search:

Type: Posts; User: DreamWarrior77

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds.

  1. VS 2019 How To Fix Character Display in DataGridView?

    For some reason I am getting an awkward character displayed when importing data into the DataGridView control.

    For example:

    5 � 10

    When It Should Be:

    5 - 10
  2. VS 2019 How To Controll VOIP Hardware Phone With VB .Net Program?

    Hello I am in need of figuring out how I can control.. for example.. to dial a hardware VOIP phone via vb .net program..
    How can I achieve this?

    At this point I have very limited info on the...
  3. Replies
    19
    Views
    2,388

    VS 2017 Re: Make The Web Browser Editable

    Well I did notice something from your project:

    You are targeting .NET Framework 4.0 Client Profile
    I am Targeting 4.7.2

    It gave me some info before I tried to change the target framework but I...
  4. Replies
    19
    Views
    2,388

    VS 2017 Re: Make The Web Browser Editable

    I should mention that when I posted this I was using VS 2017 but I am now using VS 2019 so this might be the issue if anything has changed that would make this not work right..
  5. Replies
    19
    Views
    2,388

    VS 2017 Re: Make The Web Browser Editable

    Ok sorry, I was not sure if we could send files via PM or not. Ok I sent my email via PM.

    Thanks
  6. Replies
    19
    Views
    2,388

    VS 2017 Re: Make The Web Browser Editable

    ok Thanks Paul, I sent you a PM.

    I tried searching but answers and it seems other people have had the same issue I am still going to keep searching google for it.
    Someone must know why it is not...
  7. Replies
    19
    Views
    2,388

    VS 2017 Re: Make The Web Browser Editable

    Ok I am on Windows 8.1 but I found and added it now I have this:

    Error - 'mshtml.IHTMLDocument2' is not defined.
  8. Replies
    19
    Views
    2,388

    VS 2017 Re: Make The Web Browser Editable

    Thanks paulg4ije, ok I will add the dll as a reference and see if that works.

    OptionBase1, wrong path? Yeah I am not sure but my goal with this is to create an html editor textbox that the user...
  9. Replies
    19
    Views
    2,388

    VS 2017 Re: Make The Web Browser Editable

    Thanks ok it says, IHTMLDocument2 is not defined. How do I best define this?
    It also says the imports for mshtml statement is unnecessary..
  10. Replies
    19
    Views
    2,388

    VS 2017 Re: Make The Web Browser Editable

    Nope I have been trying everything I can find and nothing is working.

    Trying this but not working:


    WebBrowser1.Document.designMode = "on"

    this is in my form load event, it says:
    ...
  11. VS 2019 Re: Scan DataGridView Rows and Remove If Found While Keeping Results In Memory

    Kind of need help with the whole thing but I think the first thing I should do is figure out how to either have the code find the column that holds the email addresses
    or have the user just select...
  12. VS 2019 Scan DataGridView Rows and Remove If Found While Keeping Results In Memory

    I am in need of creating a code that will find the email address column in my datagridview control and then proceed
    to scan each row one by one. Checking each email address per row with my...
  13. Re: Regex VS MailAddress Function To Verify Proper Email Syntax?

    Got it, Thanks.. Forgot that, I was thinking I had to double them on the ends for some reason.
    I remember needing to add them to the ends on each end for some reason once but did not the the reason....
  14. Re: Regex VS MailAddress Function To Verify Proper Email Syntax?

    Thanks ChrisE, I am going with techgnomes suggestion Thanks though, why worry about case though?
    I mean we probably should just make all the email addresses all lowercase before checking it..
    ...
  15. Re: Regex VS MailAddress Function To Verify Proper Email Syntax?

    ok Thanks techgnome, I have seen many regex methods but can you give me one that covers pretty much everything?
    I have heard of some domain names that are not typical and what about email addresses...
  16. Regex VS MailAddress Function To Verify Proper Email Syntax?

    Hi I am using a Function to verify correct email syntax but was wondering if using a regex method was any better or worse than what I am currently using now?
    I know many people have been using regex...
  17. VS 2019 Master Page Site That Admin Can Change Theme Options Via Backend Panel

    I would like to start attempting to create a asp .net website with some basic features.

    I want to create my asp .net vb site that will have a master page that will have a header, menu, body,...
  18. VS 2019 Courses Or Tutorials On ASP, VB .Net and Web Forms?

    Hello back again in the ASP forums. Ok well after a bit more searching it is still confusing due to so many different options you can select when creating an asp site,
    but I am thinking that the...
  19. Replies
    18
    Views
    3,125

    VS 2019 Re: Check MX Record Of Email Address

    ok I see so I will need to choose a public DNS server to Query. Got ya.. alright
    I can either hard-code that for now or just make an option to save/load a listbox list with text files or something...
  20. Replies
    18
    Views
    3,125

    VS 2019 Re: Check MX Record Of Email Address

    Cool ok Thanks, well I am not sure I yet understand how it works.

    Lets say I want to find the MX Record of some offbeat domain that no one knows the info publicly.

    whateveritis133.net

    ok now...
  21. Replies
    18
    Views
    3,125

    VS 2019 Re: Check MX Record Of Email Address

    It is one of the best vb .net books that I have gotten so far:

    Network Programming in .NET by Fiatch Reid
  22. Replies
    18
    Views
    3,125

    VS 2019 Re: Check MX Record Of Email Address

    Yeah I was confused myself, Until I test it I won't actually know myself. I am assuming that it needs the domain name for example:

    google.com and it's main IP address and then it will query the...
  23. Replies
    18
    Views
    3,125

    VS 2019 Re: Check MX Record Of Email Address

    I will pass on that but thank you, I just want to roll my own with this, but I do appreciate your suggestions..

    ok well some info I have found. The link above sort of looks like he may have...
  24. VS 2019 Re: Only Read Certain Number Of Lines in CSV File

    DataTable ok, that seems like the best way to do this I am assuming since it is kind of related to the datagridview right?

    One of my issues is that on one of my forms I am loading a .csv file into...
  25. Replies
    18
    Views
    3,125

    VS 2019 Re: Check MX Record Of Email Address

    PlausiblyDamp,



    Thanks though, If I were to use anything from a third party it would be MIT license so I do appreciate that though.
    Just hoping to do this on it's own without any extra stuff...
  26. Replies
    18
    Views
    3,125

    VS 2019 Re: Check MX Record Of Email Address

    Yeah like how can I do this with tcpclient for example? Should be able to do this.
    I do not want to rely on nslookup.exe
    Would rather do it using tcpclient.

    Public Function...
  27. VS 2019 Re: Only Read Certain Number Of Lines in CSV File

    Maybe Import was taken incorrectly.. what I meant was that when the user maps the dgv combo choices from dgv1 column 2 to column 1 that is when the user clicks the "Import" button it will just take...
  28. VS 2019 Re: Only Read Certain Number Of Lines in CSV File

    ChrisE, well the issue I have is that some files are small and some large but I need to load them and then scan them and then after it scans them,
    it is going to automatically break them down into...
  29. VS 2019 Only Read Certain Number Of Lines in CSV File

    Hello I have a Public Sub that I would like to modify to read only a specified amount of lines into my datagridview instead of all of the lines.

    The Original Sub Code:


    Public Sub...
  30. VS 2019 Re: Loading DataGridView Hangs On Large CSV File

    Yeah I started to realize this last night ChrisE, so I will either possibly just load 100 or so at a time and then auto load them as the user scrolls down the datagridview control OR have Forward and...
  31. Replies
    5
    Views
    1,627

    VS 2019 Re: DllImport Not Working in My Module..

    Thanks Niya, I am still learning..

    ok I don't know C# but I have this at the top of my module:

    Option Strict On
    Imports System.Runtime.InteropServices

    So Niya, I will leave that out since I...
  32. Replies
    5
    Views
    1,627

    VS 2019 DllImport Not Working in My Module..

    Code for module is not working right in vs 2019..

    There are a bunch of errors on it.


    <DllImport("user32.dll")>
    Private Static extern Integer SendMessage(IntPtr hWnd, Int32 wMsg, Boolean...
  33. VS 2019 Re: Loading DataGridView Hangs On Large CSV File

    I see what I did now, I did not realize this.. well I did not declare those dims in the form but was trying to use them for some stupid reason instead of using the real names of the controls on the...
  34. VS 2019 Re: Loading DataGridView Hangs On Large CSV File

    OpenFileDialog1 in Form2
    DataGridView2 in Form2

    Yes it is now causing issues but it was not before I added the new code you provided which tells me I need to figure out what to change.
    Why was...
  35. VS 2019 Re: Loading DataGridView Hangs On Large CSV File

    ok I moved those 2 into the form 2 where I need it and they seem fine now but it is giving me an issue with

    Dim OFD As New OpenFileDialog
    Dim DGV As DataGridView

    Which are being used in my...
  36. VS 2019 Re: Loading DataGridView Hangs On Large CSV File

    I basically just added what you provided, only thing I did different was added the Private Sub bgw_DoWork and Private Sub bgw_ProgressChanged to my module..
    I think that is what I was not supposed...
  37. VS 2019 Re: Loading DataGridView Hangs On Large CSV File

    ok I need to fix the errors though what do I need to do for these?
    I added it exactly in the form but it still says:

    'bgw' is not declared. It may be inaccessible due to its protection level.
  38. VS 2019 Re: Loading DataGridView Hangs On Large CSV File

    I am creating a big mess with my project I appreciate your help though Paul.
    There are some things I am trying to get sorted out:

    Handles clause requires a WithEvents variable defined in the...
  39. VS 2019 Re: Loading DataGridView Hangs On Large CSV File

    ok awesome, I really appreciate your help!
  40. VS 2019 Re: Loading DataGridView Hangs On Large CSV File

    I see, ok the files range from under 1mb to about 150mb each.

    I would give you a file to csv check out but unfortunately it is my private lead data. :(
    Maybe populate like 12 to 15 fields with...
Results 1 to 40 of 395
Page 1 of 10 1 2 3 4



Click Here to Expand Forum to Full Width