Search results for query: *

  1. R

    VB.NET and IIS Reference material?

    Does any one know if such a book exists on how to manipulate IIS with VB.NET? I have been trying to develope a Standard Windows Application using VB.NET to add, remove, and query information from IIS. Yet finding resources seems challenging at best... Any info would be greatly appriciated.
  2. R

    Real Newb Programmer questions

    No better term than Newb for this I'd imagine... Here goes.. I have an application that I have multiple forms using the same information. 3 different forms use the same data from a dataset, 2 forms use properties I've created in one of the first forms. All of this is done through leaving a...
  3. R

    VB.NEt - Problem with Listbox

    FIX: Check out this link to MacAffee... http://forums.mcafeehelp.com/viewtopic.php?t=32979 Apparently MacAffee 8 SP4 or lower has issues with .Net applications. Check your version to see if this is the problem. This appears to be the issue in my situation. The working PC's either don't...
  4. R

    VB.NEt - Problem with Listbox

    Listbox/Combo Box There appears to be either a conflict with another application on the machines where I experience this problem or there is some .net framework bug hard at work here. I found in the .Net 1.1 Bug list that there's a known issue where Combo boxes won't display items if a text...
  5. R

    VB.NEt - Problem with Listbox

    I'm having the same problem with a combo box. I'll make sure I pass you any info I can dig up. So far though, Resolutions have no effect on it. There seems to be some dll or something similar that is blowing up list boxes from displaying items. I don't know if it's because this is the main...
  6. R

    VB.Net ComboBox not displaying Items

    I wrote a little VB.Net program that is having an issue where on one computer the predefined list of items shows up after I build the app. However when I take that exe to another machine, the combo box will not display the predifined list of items. Interestingly enough, on this same form, I have...
Back
Top