• Member Avatar for Oxiegen
    Oxiegen

    Stopped Watching psuedo help!

    I was wondering what DIM means in psuedocode? I ran across this in my research and I can understand everything except for the DIM and it would help a lot …
  • Member Avatar for Oxiegen
    Oxiegen

    Stopped Watching How to check my more than 200-client's CPU's OS, H/W through Domain-C

    Dear All Respected People, I want to get know about my working Clients Configuration, OS, Hardware configuration over the network. As i have more than 200 clients so it makes …
  • Member Avatar for Oxiegen
    Oxiegen

    Stopped Watching psuedo help!

    I was wondering what DIM means in psuedocode? I ran across this in my research and I can understand everything except for the DIM and it would help a lot …
  • Member Avatar for Oxiegen
    Oxiegen

    Began Watching Using VB to copy from one EXCEL spreadsheet to another

    Group, I've got a protected spreadsheet at work that prevents me from creating links or writing macro's to do some repetitive copying and pasting from one spreadsheet to another. I …
  • Member Avatar for Oxiegen
    Oxiegen

    Replied To a Post in Using VB to copy from one EXCEL spreadsheet to another

    Have a look at Gembox Spreadsheet. You can do pretty much anything with it concerning excel/xml.
  • Member Avatar for Oxiegen
    Oxiegen

    Began Watching Check if textbox is empty, else display data from sql database

    I want to check if txtCRCNum1 is empty or not. If it is empty, then some values from frmComm will get displayed on frmcrc (which I call the default values). …
  • Member Avatar for Oxiegen
    Oxiegen

    Replied To a Post in Check if textbox is empty, else display data from sql database

    Just for kicks. Try putting that code in a separate method and call it from the Load method. But also include a class boolean variable. Private bIsLoading As Boolean = …
  • Member Avatar for Oxiegen
    Oxiegen

    Stopped Watching using crystal report in vb.net question

    I am using VS2008 to develop web application with vb.net under .net 2.0 and Crystal Report 7.0 reportclass. I have changed some wordings in a Crystal Report template (file1.rpt) which …
  • Member Avatar for Oxiegen
    Oxiegen

    Began Watching psuedo help!

    I was wondering what DIM means in psuedocode? I ran across this in my research and I can understand everything except for the DIM and it would help a lot …
  • Member Avatar for Oxiegen
    Oxiegen

    Replied To a Post in psuedo help!

    DIM is the keyword used in Visual Basic to declare a variable. VB: Dim varname As Object C#: object varname;
  • Member Avatar for Oxiegen
    Oxiegen

    Began Watching How to check my more than 200-client's CPU's OS, H/W through Domain-C

    Dear All Respected People, I want to get know about my working Clients Configuration, OS, Hardware configuration over the network. As i have more than 200 clients so it makes …
  • Member Avatar for Oxiegen
    Oxiegen

    Replied To a Post in How to check my more than 200-client's CPU's OS, H/W through Domain-C

    Take a look at SpiceWorks. It's an inventory system that can collect information about IT hardware remotely. Though it also has a "client" agent that can be installed on your …

The End.