CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Xxsomethingxx

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    3,905

    Question with subqueries[SQLSERVER]

    Hello,

    I am currently stuck on a question from the Beginning Microsoft SQL Server 2008 Programming book. We are working with the database AdventureWorks and the question wants us to show the most...
  2. Replies
    4
    Views
    1,099

    Re: Good book to read for IIS?

    Thank you for your information and time.
  3. Replies
    1
    Views
    560

    Addons for VB '08?

    Hello,

    I've been browsing and I noticed that there are addons you can install for your visual studios environment. What would some of these be? What are some addons you guys use that would be...
  4. Replies
    4
    Views
    1,099

    Re: Good book to read for IIS?

    I was unaware of the version. What's the industry standard?
  5. Replies
    4
    Views
    1,099

    Good book to read for IIS?

    What are some recommendations for IIS books out on the market today? I am wanting to look into it.

    thanks!
  6. Replies
    1
    Views
    790

    Internship opportunity

    Hello all,

    I have recently had the opportunity to intern somewhere although i have a question to all the current developers out there in the industry today.

    I am currently on my second year...
  7. Replies
    6
    Views
    985

    Re: Vb Databases problem

    I have had a problem similar to this in a previous program I created. The auto-number field is what made the program not work. I deleted that in the database(since it wasn't used by anything) and...
  8. Replies
    1
    Views
    596

    Using a checkbox in a class

    Hello,

    I am having trouble trying to figure out how to use checkboxes from the main form into a separate class containing custom functions and methods. Is this possible to do? I cannot seem to...
  9. Replies
    13
    Views
    2,442

    Re: VB and adding data to a database

    Thanks all for the input, it was very helpful and I learned a great deal. I appreciate all the help.
  10. Replies
    13
    Views
    2,442

    Re: VB and adding data to a database

    JohnnyD,

    Thank you for taking your time and showing me possibilities on how to do this in a much cleaner manner.

    All those 4 snippets of code, are you creating separate classes for those or are...
  11. Re: Question about a word macro for opening programs

    Thanks for your input. I got it figured out. It's amazing I never knew about batch files. O.o
  12. Re: Question about a word macro for opening programs

    I just took a look at batch files and that is entirely easier. I have a quick question, though. Are there security exceptions on word files and access files that restrict me from running a batch...
  13. Re: Question about a word macro for opening programs

    I'm still kind of new to the VBA thing. And the reason I am doing this is for general practice and that the computers we use are extremely limited to what we can do so I cannot put anything into the...
  14. Question about a word macro for opening programs

    Hello,

    I have been trying to create a macro that will open several programs that I use everyday at work however I'm having difficulty opening all but one of them.



    Sub test()
    Dim...
  15. Replies
    13
    Views
    2,442

    Re: VB and adding data to a database

    That fixed that problem, thanks!. Although my next error is stating "No value given for one or more required parameters."

    Is that referring to


    connString = "INSERT INTO customerINfo...
  16. Replies
    13
    Views
    2,442

    Re: VB and adding data to a database

    Hello all,

    I've been busy trying to get this implemented in my program but am having a problem trying to get the data added to the database.

    The program will run without problems but as soon as...
  17. Replies
    13
    Views
    2,442

    VB and adding data to a database [RESOLVED]

    Hello all,

    I have a project I created for my VB class where you enter what type of ticket(combobox), how many tickets(textbox), what type of tickets(listbox) and will give you the total amount.
    ...
  18. Where to find good questions about VB/SQL

    Hello all,

    I am a college student going for a computer programming degree.

    I'm on my summer break and have a job lined up for when I graduate next May, I would really love to work on some .NET...
  19. A few questions on how to reduce my code

    Hello there, I am creating a windows mobile application that I need some help on. I have an extraordinary amount of if/else statements, I have tried the switch/case statement but I can't figure out...
  20. Replies
    5
    Views
    1,169

    Re: New to VB, need help with Try/Catch

    Try
    txtBoxAmount.Text = String.Empty
    Catch ex As Exception
    Beep()
    MessageBox.Show("Error: ")
    End Try


    I can't seem to find out how to make...
  21. Microsoft Office Macros - How powerful can they be?

    This is just a general question. I've been looking at them and if they have capabilities to do mouse clicks I could use that to an advantage at my job.


    So, can the macros in Access/Word have...
  22. Replies
    5
    Views
    1,169

    New to VB, need help with Try/Catch

    Hi there,

    I'm familiar with Visual C# and the try/catch for that but I cannot seem to figure out how to do the same thing in VB.

    Basically I can't figure out how to get the try/catch to work...
  23. Re: Using a switch/case statement with radio buttons

    For my project I have a summaryClick menu item,



    private void addYourScoresToolStripMenuItem_Click(object sender, EventArgs e)
    {


    int applesTotals...
  24. Re: Using a switch/case statement with radio buttons

    Thank you much for the reply.

    HanneSThEGreaT, thanks for working on this to try and help me, it was great to see what I can do with switch statements.

    sotoasty, Your method seems to be the most...
  25. Using a switch/case statement with radio buttons

    Hi,

    I'm having a problem doing a switch/case statement for my radio button(s). The gist of the program is to have the user select any two radio buttons from 2 group boxes with 10 radio buttons in...
Results 1 to 25 of 27
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured