Search results for query: *

  • Users: cornelvis
  • Content: Threads
  • Order by date
  1. C

    Hide Hidden Devices

    Hi All, Been a long time since my last thread but here we go. I'm using VS.NET 2010 Prof Beta at the moment and I'm trying to list all Nic Cards and their settings into a text box. I succeeded with a script from the web (which had an error in the first place) and some adjustments to it...
  2. C

    Question uninstall multiple programs one by one from a checklistbox

    Hi, I was thinking about this project for a long time and now I really want to get to it, because I think windows is really missing this feature and it drives me nuts waiting for it to finish and the select another program or install part of the program until it's finished with the first one...
  3. C

    Question vbpowerpack.dll and IMAPIWrapper.dll

    Hi All, I need to download these files somewhere as the latest Power Pack (version 3.0) doesn't seem to have these files. I have some code which requires them. I can't download them anywhere.......:mad: Maybe someone can send them to me via mail in a zip file or something like that or put them...
  4. C

    If, else, won't work somehow

    I think I'm just overlooking something simple here, but it's freaking me out. I'm kind of newby, but totally anymore, but still making stupid mistakes(like anyone I guess....) here is the thing. I try to copy a folder from one place to another and everything goes fine, untill I want to create...
  5. C

    get ip adress and display it on the desktop

    get ip adress and display it on the desktop [RESOLVED] can anyone tell me how? I have this code: Imports System.net Dim ipEntry As IPHostEntry = Dns.GetHostByName(Environment.MachineName) Dim IpAddr As IPAddress() = ipEntry.AddressList Dim i AsInteger Me.Label1.Text = IpAddr(0).ToString()...
  6. C

    receiving mail into a vb program

    Is it possible to receive mail into your application, like a normal mail program. I want to learn from this as I'm quite new to vb.net and want to make a little mail program just to learn. I know how to send mail from a form, but not how to receive and to display it in a text box or something...
  7. C

    setting permission on a reg key

    hi all, Here is what I want to do, but as I'm a vb rookie I don't know where to start. I know how add and delete reg. keys and set a value, but not how to set the permissions on a subkey. the scenario should be like this: -open a form -fill in textboxes with the Active Directory username -...
  8. C

    reporting from a selection form

    reporting from selectionson another form can anyone tell me how to run a report on what I selected on a otherform. I can get a report from the datbase it self, but I think I have to make a query before I go to the report? I'm just starting with vb.net, but every combobox just fills fine the...
Back
Top