Search:

Type: Posts; User: HeribertoLugo

Search: Search took 0.03 seconds.

  1. Re: How to make horizontal scrolling bar always stay at meddle of iframe?

    @tech
    i thought the same, but lots of big websites still use iframes.

    to scroll the iframe you can use jquery.. get the doc, then set the scroll.

    but it would be easier to use a div and then...
  2. Replies
    20
    Views
    1,634

    VS 2015 Re: Error simply impossible... or not??

    @ident
    i could have posted a similar question as to why my app gets flagged by an AV a few years ago... But instead of asking in a forum, i scanned it across multiple AV and then scanned it at virus...
  3. Replies
    6
    Views
    3,124

    Re: [RESOLVED] Custom textbox flickering

    hey, question - the text doesnt disappear on your machine? every time i typed something, text would disappear when i focus on a different control.. which was why i drew the string. and if i hover...
  4. Replies
    6
    Views
    3,124

    Re: Custom textbox flickering

    you're very welcome.. im glad you got it resolved.

    always fixed border huh? weird.. on my machine it shows the thin border until you focus or hover (i cant remember which right now, im half...
  5. Replies
    6
    Views
    3,124

    Re: Custom textbox flickering

    i got the flickering to stop. dont think its perfect and im sure there is a better way. i looked at a few differnt posts and seems i got it working. here are the references i used:...
  6. Re: Suggestions how I can post a system wide message to my application users

    if you are on a domain network, you can also send notifications to everyone through the domain controller. Theres also a way to do it through a network using batch.
  7. Re: html request to get longitude and latitude

    to use xml linq you would load that into an XDocument.

    like so:


    XDocument doc = XDocument.Load("https://developers.google.com/maps/d...ng/intro?hl=en");
    IEnumerable <XElement>...
  8. Replies
    8
    Views
    2,021

    Re: how to remove event handler?

    After thought:
    looking at your code i dont see why removing first wouldnt work for you. but im guessing whats going on is that you are adding these new handlers, and you are losing their reference....
  9. Replies
    8
    Views
    2,021

    Re: how to remove event handler?

    its actually common practice to unsubscribe to an event before subscribing to it. helps prevent duplicate subscriptions, if that is your actual problem.

    so put this
    ...
  10. VS 2017 Re: Populate an object's properties from another object's properties

    to get your clone is simple, because it sounds like you have a simple object. You wouldnt need a deep copy, as a deep copy uses more resources and its for objects that contain other objects as...
  11. Replies
    24
    Views
    50,753

    Re: Input Wanted: 3rd Party Products

    this was about 2 - 2.5 years ago. their response time was about 1 week after i initially emailed to inquire about their products. after about the second day after emailing them, i decided to just...
  12. Re: Cant get the mistake in the update query

    could also just add the parameters once, then update the value in each row iteration


    Private ReadOnly connectionString = "Data Source=localhost\COASTWISE;Initial Catalog=RestHours;Integrated...
  13. Re: Cant get the mistake in the update query

    I didn't test this, but it should work. Assuming your gridview column names match the database table names. But really, you should be using SqlBulkCopy


    Private ReadOnly connectionString = "Data...
  14. Replies
    24
    Views
    50,753

    Re: Input Wanted: 3rd Party Products

    its funny you mention how they are well supported.

    before we started using devexpress, i made a spreadsheet to compare about 7 companies and their controls. from features to look and feel. i...
  15. Replies
    3
    Views
    1,029

    Re: Cannot add database to Visual Studio

    it does not recognize the user account trying to connect.

    Windows Authentication means the windows user account, and SQL Server Authentication means a user account created in the database.
    ...
  16. Replies
    6
    Views
    3,964

    VS 2013 Re: Datepicker for DGV

    i am going to assume op didnt use vb.net in the keywords. you are right, there are tons of tuts on how to host custom controls in dgv columns.

    i posted the one i used to learn how to make custom...
  17. Replies
    6
    Views
    3,964

    VS 2013 Re: Datepicker for DGV

    i think this is one of the best tutorials on how to do that

    https://docs.microsoft.com/en-us/dotnet/framework/winforms/controls/how-to-host-controls-in-windows-forms-datagridview-cells
  18. Replies
    24
    Views
    50,753

    Re: Input Wanted: 3rd Party Products

    DevExpress.. absolutely love the controls and customer service.
    JetBrains dotPeek.. decompiler.
    winMerge.. file comparison for differences.
    notepad++..
  19. Replies
    6
    Views
    1,001

    VS 2013 Re: List of String Range[Help]

    or, just a different idea, why use labels? why not use a list box, or gridview or something in which you can have a dynamic number of visual objects to display the urls? what if you get more than 5?...
  20. Replies
    3
    Views
    1,449

    VS 2008 Re: problem in datagridview ??

    if someone could point out how to post vb.net code for easier readability, it would be much appreciated.

    in the mean time i made a script which give me some color.
  21. Replies
    3
    Views
    1,449

    VS 2008 Re: problem in datagridview ??

    if i understand you correctly, what you want probably isnt the best way to do it. the user should choose an item from inventory, and select it. then it gets added to the grid. and they can specify...
  22. Replies
    1
    Views
    738

    Re: IBindingList implementation

    Looking at PropertyDescriptor, i think i get the jist of what and how.

    leaving thread open incase anyone has some insight, but i think i can manage from here.
  23. Replies
    1
    Views
    738

    IBindingList implementation

    i am trying to implement IBindingList

    but i am unsure as to how to implement addindex and remove index for PropertyDescriptor..

    my assumption was a dictionary with the PropertyDescriptor as...
  24. Replies
    8
    Views
    8,304

    Re: Palindrome Checker

    Please review the accepted definition for what a palindrome is. it is not simply a phrase, word or sentence in which characters are compared from front to end.

    Test this in your code:
    A dog, a...
  25. Replies
    8
    Views
    8,304

    Re: Palindrome Checker

    "A palindrome is a word, phrase, number, or other sequence of characters which reads the same backward or forward. Allowances may be made for adjustments to capital letters, punctuation, and word...
  26. Replies
    7
    Views
    44,790

    VS 2008 Re: How to change size of textbox

    I was actually searching for the very same thing. I am using Visual Studio 2010, which is only 2 years newer than this post. So I am confident it is safe to assume that the TextBox control did not...
  27. Replies
    2
    Views
    907

    Re: select resource image dialog box

    It was not my plan to use it outside of VS..

    But I guess you answered my question indirectly. If it was available, i'm confident you would have known about it.
  28. Replies
    2
    Views
    907

    select resource image dialog box

    120975



    I am hoping that this dialog box is available for use, and i wont have to create my own.


    i have looked at the ResourceManager Class, Creating Resource Files for Desktop Apps,...
  29. VS 2008 Re: Custom property editor (UITypeEditor) not working properly with class

    I came here hoping to find an answer, as it seemed the most promising for 2 reasons:
    1 - This is an excellent site with superb resources.
    2 - The question was an exact match to my issue. As the...
Results 1 to 29 of 29



Click Here to Expand Forum to Full Width