Search:

Type: Posts; User: supreme_good

Search: Search took 0.02 seconds.

  1. Re: [RESOLVED] Detecting Drive Letter of USB Drive

    You sir are the MAN!! Many humble thanks for that tidbit! :)
  2. Re: [RESOLVED] Detecting Drive Letter of USB Drive

    Can any one tell me how to actually use this code?? I am in need of detecting a usb drive and getting the drive letter so this code seems perfect, but I have no earthly idea how to actually implement...
  3. Re: Is It Possible To Display The Code In A Stored Procedure In A Form Control?

    I ound the answer to my issue. In Oracle the contents of stored procedures are stored in a table named ALL_SOURCE. The following query will get you the line numbers and text from a stored procedure;...
  4. [RESOLVED] Is It Possible To Display The Code In A Stored Procedure In A Form Control?

    Hello all. Please forgive if this is not the right area for this particular topic. I am in need of being able to show a user the contents of a Oracle stored procedure. I have no idea of how to go...
  5. Re: Problem With Using Custom User DLL's in My VB.NET 2010 Project

    I never did find out what the solution to this issue is. As a result I have simply stopped using my custom DLL's in my programming. Until something comes up I guess I will just close this thread out....
  6. Re: Problem With Using Custom User DLL's in My VB.NET 2010 Project

    Hey guys. Thanks to you all for your input on this.

    jmcilhinney - I actually took the time to recreate this dll using the newer IDE (VS 2010) and still got the exact same results. I've been using...
  7. [RESOLVED] Problem With Using Custom User DLL's in My VB.NET 2010 Project

    Hello all. I have what I consider a bit of an unusual problem. I have a dll I created using VS 2008. I was able to add a reference to it in all my VB.NET projects built in VS 2008 with no issues. I...
  8. Re: How Do I detect if a control is in the viewable area of a form

    Hey all thanks for the help. The code provided by both Sitten and Boops was tremendously useful. Thanks for all your help guys.
  9. [RESOLVED] How Do I detect if a control is in the viewable area of a form

    Hello all. I am wondering if any one knows of a way to determine if a control is currently in the viewable area of the parent form. In example...if I have a form where all controls are visible when...
  10. Re: Programmatically selecting a row in datagridview won't fire 'selectionchanged' ev

    First,many thanks to both jmcilhinney and nbrege for their efforts. :)

    jmcilhinney - You are basically right. I'm getting lazy in my old age. I am using a data binding and so should probably be...
  11. [RESOLVED] Programmatically selecting a row in datagridview won't fire 'selectionchanged' event

    Hello all. back again with what I hope is an easy problem. :)

    I have a datagridview and some code that will seek out the appropriate row and select it programmatic.



    For intIndex As...
  12. Re: Scrollnig DataGridView Causes System.IndexOutOfRangeException

    Ok guys. Sometimes having to break down your own code as I did in my previous post can be the biggest eye opening event. I have resolved this issue. The problem is with the following line of code I...
  13. Re: Scrolling DataGridView Causes System.IndexOutOfRangeException

    Help321 - You hit it on the head my friend. :)

    I have narrowed it down to this event I raise in the datagridview selectionchanged event;

    code snippet one



    Private Sub...
  14. [RESOLVED] Scrollnig DataGridView Causes System.IndexOutOfRangeException

    Hello All. Many thanks for any and all help with this issue. I have a situation where I have a databound datagridview and if you try to scroll to the bottom about half way there it generates a...
  15. Re: Issues with adding a data source to a VB.NET 2010 solution

    OK, I found my issue. hate to admit it but it was more or less a bone-headed thing than anything else. My DB is an Oracle 10g installation and my issues stemmed from my omitting a reference to the...
  16. Re: Issues with adding a data source to a VB.NET 2010 solution

    Just some extra info...

    i am including a screen shot of my IDE to show what I mean. You will notice the Solution Explorer shows the dataset (ESBSDataSet.xsd) but my Data Sources still shows...
  17. [RESOLVED] Issues with adding a data source to a VB.NET 2010 solution

    Hello all. I am wondering if anyone else has experienced any issues with adding a data source to a VB.NET 2010 solution using the 'Add New Data Source' wizard. I am getting a very odd behavior...when...
  18. Replies
    11
    Views
    7,674

    Re: DockPanel Suite?

    Yeah I knew that it was old but I took a chance anyway just because this forum seems to be good like that. ;) There is always a good guy like yourself who will jump in anyway and lend a hand. Thanks...
  19. Replies
    11
    Views
    7,674

    Re: DockPanel Suite?

    How are you able to put two parameters in the .SHOW() method of your frmMenu?? I get an error telling me that it can only have one parameter in there?!
  20. Re: DataReader Read() command hangs for up to 30 minutes

    Looks like you hit it on the head. It seems my understanding of how a datareader works is to blame here as I was under the impression that the data was pulled during the executereader command and so...
  21. [RESOLVED] DataReader Read() command hangs for up to 30 minutes

    Hello all. Please forgive me if I am posting this in the wrong area today. I have a datareader pulling data from Oracle. It all works fine but I have one issue. When I issue the read() command ala;
    ...
  22. Re: Export data to Excel without looping

    Hi. I was wondering if anyone ever came up with a solution for this one. I have the same issue. I get to the section where I add the array to the range value and all I get is the first item in the...
Results 1 to 22 of 22



Click Here to Expand Forum to Full Width