Search:

Type: Posts; User: Dextergaisie

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Re: How to register a .Net dll for COM interop?

    ok, guess i had to figure it out myself right? cool! here it is.

    1. Create the relevant library files and store them in a folder.
    2. To generate the required tlb files from the library files, run...
  2. How to register a .Net dll for COM interop?

    Can anyone help on how to register a .NET dll for COM interop.From my research I have come across the Reg Asm but havent found it easy as it seems quiet confusing. Any assistance please?
  3. How to register a .net component on Client's pc

    Hello, everyone.
    I have written a vb.net application using the suite pro, making references to the following components:
    AxInterop.XtremeSkinFramework
    Interop.XtremeSkinFramework

    Everything...
  4. Re: Transfering ListView Data to Listbox completely

    Good, I get that now. Many thanx to you Dun. I'm most grateful. :)
  5. Re: Transfering ListView Data to Listbox completely

    Good, I get that now. Many thanx to you Dun. I'm most grateful. :)
  6. Re: Transfering ListView Data to Listbox completely

    yep. For example. Lets say this is the listview data

    Name | Ages | Country
    -------------------------------
    Samuel 26 USA
    Mark 24 India
    Anna 21 ...
  7. Transfering ListView Data to Listbox completely

    Hi,
    I am trying to transfer listview data to listbox. I wrote this code, but however only the main items are being tranfered but not the subitems. What am I missing? please help out. Thank you

    ...
  8. Re: How to Cycle through Listview entries programmatically.

    Here it is J.

    Private i As Integer = 0



    Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
    With lv1
    .Items.Add("ITEM 1")
    .Items.Add("ITEM 2")
  9. Re: How to Cycle through Listview entries programmatically.

    Sure. Thanx :)
  10. Re: How to Cycle through Listview entries programmatically.

    Thanx Jm. But I seem to be fumbling with this, as I am not so good with usage of listviews. :(
    A little demonsatration will do help me get started. I would very much appreciate it. Thanx so much in...
  11. How to Cycle through Listview entries programmatically.

    Hello guys.
    I would be very grateful for your assistance. I want to know whether there is any means to cycle selection of entries in a Listview,
    like as its done in a listbox such as the example...
  12. Re: HOW TO SWITCH BETWEEN DATAMEMBERS (TABLES) Programatically USING ONE BINDING SOUR

    Thank you jmcilhinney for your patience and help. I am most grateful. :)
  13. Re: HOW TO SWITCH BETWEEN DATAMEMBERS (TABLES) Programatically USING ONE BINDING SOUR

    Well, thank you dunfiddlin for your reply. But what you have to know is that some of us are self learners and havent been to any special college to gain so much into the detail. I have been a VB6...
  14. HOW TO SWITCH BETWEEN DATAMEMBERS (TABLES) Programatically USING ONE BINDING SOURCE

    Hello VB.NET Gurus, I would be glad for your help.
    I have made connection to an access database containing about say 2 tables -
    - USA
    - France


    I have a Datagrid connected to the BindingSource...
  15. PLEASE HELP.I need to export the different reports of the mdb file, into 1 word docum

    I would be very grateful if someone here can help me on this.
    I need a script that can export the different reports of the mdb file, into 1 word document.
    would be very grateful for your idea. ...
  16. Re: URGENT! How to resolve a URL to get actual downloadable file

    Ok. thanx bro.
  17. URGENT! How to resolve a URL to get actual downloadable file

    Hello guys. I would be grateful if someone could help me on how to resolve a download URL. What I mean is, usually certain sites have the URL to a file such as an mp3, for download in this manner:
    ...
  18. Re: How do I nest an SQL statement to derive from two sections in one SQL clause?

    yes it works! Thanx a million. :)
  19. Re: How do I nest an SQL statement to derive from two sections in one SQL clause?

    Thank you very much Lidya. I will try it and give you the feedback But all the same thanx in advance. I am positive its gonna work. :)
  20. How do I nest an SQL statement to derive from two sections in one SQL clause?

    Hello fellow gurus,

    Well, I am trying to query my database to acquire the following fields mainly from Table "DuesTable" to display Surname,OtherNames and Year based on thee MemberID the user...
  21. Re: How to make other PC see my running vb6 program?

    I agree with Dilettante. Atimes, there is no need re-inventing the wheel. Try a desktop sharing application such as TEAM VIEWER (http://www.teamviewer.com/en/index.aspx). With this you can even view...
  22. Re: How to use the middle mouse wheel scroll

    Man, seems you didnt get what I mean.
    I know this code already. What I really meant wasn't this.
    I am not talking about clicking/detecting the mouse buttons which I know already,
    What I need is...
  23. How to use the middle mouse wheel scroll

    Hello again guys. :)
    I would be glad if anyone can help with how I can use the middle mouse scroll from code. For example to increase a progress bar's value when scrolled up and vice-versa. Thank...
  24. Re: How to assign a combination of two shortcut keys

    Thanks so much guys. I am very grateful. It works. :)
  25. Re: How to assign a combination of two shortcut keys

    No not from the IDE Rhino, but through code. I know how to use the keycode with the form's keypreview set on, but don't know how to combine two Keycodes to get that effect. Hope you understand what I...
  26. How to assign a combination of two shortcut keys

    Hello VB Lovers and gurus,
    Does anyone have an idea of how to assign two or more combinations of shortcut keys to a project. eg. Ctrl+Alt+Left arrow and so on since Vb does'nt have that preset. I...
  27. Re: How to display a text/an object over an Active movie video layer.

    Hello JM, thank you for your reply. Well, I the origin of my video renderer is from planet-source code from (Amit Ben Sharhar) who made the Active movie control into a user control which I modified...
  28. How to display a text/an object over an Active movie video layer.

    Hello Vb Gurus, I need a little help. I have been on a media player project and so far has been successful
    I use the Quartz.dll (Active Movie Control library). Well, my problem is that, when...
  29. Re: HELP! How to populate an array of comboboxes at once

    Thank you so much Martin. You still remain the Guru of VB. FOREVER! :)
  30. HELP! How to populate an array of comboboxes at once

    Hello Gurus. I have a couple of array comboboxes such as
    combobox(0)
    combobox(1)
    combobox(2)

    Now I have a list which I want to be loaded into all boxes at a go. Please help me on how I can...
  31. Replies
    5
    Views
    806

    Re: Replace Characters

    Hello GDOG34,
    Merri is right. We hope it was helpful. :)
  32. Remove lines from list box based on a desired specific keyword

    Hello guys,
    I would be very grateful as usual if you could help me on this one.
    Lets say I have a Listbox containing the a number of items - say filepaths and so on. Now I would want to be able...
  33. Re: How do I remove all items having the a specific extention in a listbox

    thanx guys, am very very grateful. :)
  34. [RESOLVED] How do I remove all items having the a specific extention in a listbox

    I want to search and remove certain filepaths in a listbox based on thier extentions

    for instance the lsitbox may contains the following items

    C:\newfolder\abc.doc
    C:\newfolder\efg.art...
  35. Re: How to assign any key to a Menu Item

    Thanx Lavolpe, but it seems thats really not the answer to my problem. I am not new to ampersands, that is - preceeding the command item name with "&". I know.
    Anyway, I have finally resolved the...
  36. [RESOLVED] How to assign any key to a Menu Item

    Hello again guys,
    I was wondering if there is any means by which a menu item can be assigned with a different character such as the 'Space' key, 'Esc', 'R' and so on;
    instead of the ones provided...
  37. Help! How to get all items within subfolders into filelistbox

    Hello gurus,

    I am trying to get items with a folder selected by the user but I only get to have the items on the first level- the Parent folder. How can I get it to look trough all the sub folders...
  38. Re: How to drag a list item from one position to the other

    ok thanx RhinoBull :)
  39. How to drag a list item from one position to the other

    Hello guys. Please I need help on how to drag an item of a list box like you have in media players and so on. So that the user can arrange the items according to his preference. Please help me...
  40. Re: Help with Listview Populating

    Oh thank you so so so much Rhino, no doubt you are a guru. it works perfectly. Thanx :)
Results 1 to 40 of 125
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width