Search:

Type: Posts; User: pidyok

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    689

    VS 2022 Startup Form Dropdown List Not Populated

    I am having this problem with VS2022 that suddenly Project Properties > Application > Startup Form dropdown list is not populated. I have reinstalled VS2022 but to no avail. So I copied the entire...
  2. Replies
    6
    Views
    1,884

    VS 2019 Re: vb webview2 new window

    I come from the same country as you are and it seems your parents didn't raise you well enough. I have received numerous responses from this forum and people here very helpful. It's not about them...
  3. Replies
    5
    Views
    1,460

    Re: Element ID not Found

    @Shaggy Hiker, understood. For the mean time, @Inferrd's code solves my requirement. Thanks a lot for both responses.
  4. Replies
    5
    Views
    1,460

    Re: Element ID not Found

    Understand. However, we just need to get over that prompt page and programmatically fill the search box thereafter and display data on screen. So in essence, not really web scrapping as we will be...
  5. Replies
    5
    Views
    1,460

    [RESOLVED] Element ID not Found

    Hi! Any idea how I can get elementID of the disclaimer button from this site https://notams.aim.faa.gov/notamSearch/disclaimer.html to be able to executescriptasync button click?

    I can't find the...
  6. Replies
    4
    Views
    3,564

    Re: Webview2 Download Not Firing

    Thanks for the heads up @jmcilhinney. You've been of great help to me. I'll take note of that.

    Meanwhile, I figured it out thru ideas from another forum conversation. The finished code below is...
  7. Replies
    4
    Views
    3,564

    [RESOLVED] Webview2 Download Not Firing

    ADMIN: Please move to VB.NET Sub Forum. Apologies. Many thanks!

    Using WebView2 (webVwLAF), I am trying to manually download and open a PDF from a postback link from a site. Unfortunately, when I...
  8. VS 2013 Re: [RESOLVED] Automatically Save the File and NOT Display the Save Dialog of a WebBr

    Hi ident... Many thanks! some guys are just born brilliant... thank you...
  9. VS 2013 Re: Automatically Save the File and NOT Display the Save Dialog of a WebBrowser Contr

    thank you for the replies... looks like I have to stick it out with getting the handle & send keys...
  10. VS 2013 [RESOLVED] Automatically Save the File and NOT Display the Save Dialog of a WebBrowser Control

    Would like to see how to get around this as I don't have the direct URL of the image... Below is the code I am using to get to the image file but the Save Dialog gets in the way... thanks!




    ...
  11. VS 2012 Re: Slower App Startup for Release Mode than Debug Mode

    Machine is a new HP i5, 4gb, win7, office2013, vs2012 not running, launching the built apps from either bin folder for the debug version, and/or from the release folder..... just pulls list of...
  12. VS 2012 Slower App Startup for Release Mode than Debug Mode

    Application Compile setting is set to AnyCPU and on .Net 4.5... Question is, why does the release version of my app launches/starts slower than its debug version from the bin folder? The release...
  13. VS 2012 Requesting for Sample Code for Epson TM-L500 Printer

    Anybody please provide a sample code I could work around based on the parameters below??? I've done the printer side settings, but I want to have a software side of setting things up if in case a...
  14. VS 2012 [RESOLVED] Error: db_sec_e_auth_failed(0x80040E4D)

    in a Module:



    Then:
    I'm getting an error "No error message available, result code:db_sec_e_auth_failed(0x80040E4D)" when the main form loads after setting the DBFileName from a login form......
  15. Replies
    5
    Views
    3,664

    Re: Bing translator error using vb.net

    sorry, tried that one as well but it'll lead you to AppId invalid error... for NKKin, try the code below, it worked for me... just make sure you have only one endpoint in your app.cfg...

    Got it...
  16. Replies
    5
    Views
    3,664

    Re: Bing translator error using vb.net

    I'm getting the same error here... Invalid AppID, parameter name: AppID...

    Dim strTranslatedText As String, iSourceNames As String = "", iDestNames As String = ""
    iSourceNames =...
  17. Replies
    12
    Views
    2,757

    Re: Datareader

    thanks guys... opted for the DataAdapter Fill method instead of the DataReader... initially thought DataReader/ExecuteReader is faster than the Fill method... not really sure though... anyway at...
  18. Replies
    12
    Views
    2,757

    Re: Datareader

    Hi, JM...I'm closing the connection once I close my configuration dialog... this configuration dialog provides the query string (subject to a tab selected) that is passed on the query subroutine......
  19. Replies
    12
    Views
    2,757

    Re: Datareader

    actually I keep on reusing the qryCfgSelect block with using query string (qryStr) subject to a selected parameter... I then pass the datatable to the same datagrid...

    it's like I have one...
  20. Replies
    12
    Views
    2,757

    [RESOLVED] Datareader

    code runs well if i would not click the sort header of the datagrid... I could switch between tabs/queries so long as i dont sort the data... I'm getting the problem as seen on the screenshot after...
  21. Re: Fixed number of rows for a data-bound datagridview.

    the number of rows could vary from 1 to 20 kevin and not 8, but gridlines should be painted for 20 rows instead of the blank/greyed area of the dgv... listview would have done the job (which i've...
  22. VS 2010 Re: Background Worker Cross Thread Operation on Active MDI Child

    thanks... will check it out...
  23. Re: Fixed number of rows for a data-bound datagridview.

    thanks! done that before... problem is, most of the time query results are less than the desired number of rows...
  24. Fixed number of rows for a data-bound datagridview.

    Anybody have tried having fixed number (painted) of rows on a datagridview regardless of the number of rows of the datasource??? i.e. datagridview will still show 20 rows even if the the datasource...
  25. How do I pass a static variable value in a reportviewer custom code?

    Public Function bMale(ByVal bMaleDob As Date, ByVal bMaleGen As String, ByVal bMaleStat As String) As Integer

    Dim iIoLVal As Decimal
    Dim iToday As DateTime = DateTime.Now...
  26. VS 2010 [RESOLVED] Background Worker Cross Thread Operation on Active MDI Child

    If anybody could help me please how to put this on a background worker without getting cross thread errors??? trying to upload a childform object values to an access db... I don't work in IT, I'm...
  27. VS 2008 Re: Datagridview Combobox SelectedIndexChanged

    :thumb::thumb::thumb::thumb::thumb:

    you're a savior...

    thank you very much... thanks again dude...


    :thumb::thumb::thumb::thumb::thumb:
  28. VS 2008 Re: Datagridview Combobox SelectedIndexChanged

    thanks jay... works great... however, if datagridview's editmode property is set to EditOnKeystokeOrF2, it takes at least 2~4 mouse clicks before the pulldown/dropdown list shows up... if the...
  29. VS 2008 Re: Datagridview Combobox SelectedIndexChanged

    I have done it as well as seen on the code below... but still, upon selection/clicking the other combobox of other row(s) on the datagridview, selectedindexchanged is fired already even before the...
  30. VS 2008 [RESOLVED] Datagridview Combobox SelectedIndexChanged

    Ive got an example from the web regarding catching the indexchange of a datagridview combobox column. My datagridview is unbound, has got one combobox column and could have multiple rows. When i...
  31. Thread: Raise Event

    by pidyok
    Replies
    13
    Views
    4,912

    VS 02/03 Re: Raise Event

    dude, how do i stop the threaded timer??? thanks
  32. Listview Font Size not displayed correctly...

    I have a listview on a different MDI child form that is populated through

    For iXY = 0 To iActiveChild.lsv1.Items.Count - 1
    .lsv1.Items.Add(iActiveChild.lsv1.Items(iXY).Clone)
    ...
  33. Replies
    7
    Views
    3,019

    VS 2008 Re: Listview Gridlines VB.Net version?

    thanks! will try looking for the code specifically for the gridlines... =)
  34. Replies
    7
    Views
    3,019

    VS 2008 Re: Listview Gridlines VB.Net version?

    yup, that's what I've done... unfortunately, i want to have listview gridlines to be darker... i have tried placing labels with height set to 1 just to get by but at some point, but the lines shift...
  35. Replies
    7
    Views
    3,019

    VS 2008 Re: Listview Gridlines VB.Net version?

    any help on this please? haven't seen a work around so far...
  36. Replies
    7
    Views
    3,019

    VS 2008 Re: Listview Gridlines VB.Net version?

    thanks fior the quick reply... however, setting the gridlines = true shows only the faint lines... i am looking for better fix which would be visible for printing... preferably darker...

    anyway,...
  37. Replies
    7
    Views
    3,019

    VS 2008 Listview Gridlines VB.Net version?

    anybody knows the vb.net version of the code below??? have tried the other solution using Class but I don't want to revise everything...

    this listview gridlines issue hasn't been addressed in...
  38. Replies
    37
    Views
    34,894

    Re: Drag & Drop in Windows Forms

    i'll consider your example... nice to know different approaches... thnks jmcilhinney... rep added...

    cheers...
  39. Replies
    37
    Views
    34,894

    Re: Drag & Drop in Windows Forms

    how do you perform Drag & Drop of a row between 2 datagrids BETWEEN 2 MDI child forms populated either manually or from a recordset initially... i have a common child form with a datagrid which is...
  40. Re: [2008] Drag & Drop Between 2 Datagrids Between 2 MDI Child Forms

    any answer on this pleeassee
Results 1 to 40 of 43
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width