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

Search:

Type: Posts; User: philpense

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    667

    Breakpoint for Windows Form Apps

    presently viewing a Visual Studio C# training video on the use of the breakpoint. The video shows a console app. When attempting the same in a windows form app the step in, step through or step out...
  2. Replies
    1
    Views
    1,389

    C# 2010 Express Designer View Issue

    Novice working with the Head First eBook C# Programming. An exercise that requires the creation of a contacts database also requires additional controls. According to the text, a designer views is...
  3. Replies
    1
    Views
    2,638

    Code Debug Issue

    Working with the Head First C# ebook. entered the single line of code in

    messageBox.show ( "Contact List 1.0. \nWritten by: Phil Pense", "About") ;

    Same line of code was entered in two...
  4. Replies
    1
    Views
    1,036

    .NET and Visual Studio 2008

    I write to inquire if there is anything that would allow visual studio 2008 team system to develop for .NET framework 4.0/4.5. Reasonably certain there is nothing but
  5. Replies
    0
    Views
    1,330

    Emulation for Visual Studio

    Novice considering developing a project for the XBox. Working with Visual Studio 2008 and I write to inquire if there is an emulator that would allow interaction.
  6. Replies
    1
    Views
    634

    Configure C# SQL for VS 2008

    Working with the Head First eBook. A table ContactID was created. The exercise goes on to require that the "identity" be set to TRUE. Do Length, Name, Nullable, NumericPrecision, etc. but not...
  7. Replies
    4
    Views
    1,134

    Re: Code Insertion Syntax

    Greetings and much thanks for your support. I write as a compete novice half way through the first chapter of a C# book. Would F5 harm this project if submitted prematurely?
  8. Replies
    0
    Views
    503

    Database Biew

    Following a C# Lesson Book. Created a SQL express for a windows form project. The database view does not appear. Seeking guidance on how to induce the database view.
  9. Replies
    4
    Views
    1,134

    Code Insertion Syntax

    Novice presently using Visual Studio 2008 to complete an excercise. The first three chapters can be found at: http://www.headfirstlabs.com/books/hfcsharp/ and is downloadable as a PDF. The...
  10. Replies
    1
    Views
    805

    Code Insertion Query

    Working with a C# textbook. The project is building a 'contacts' app. The code to be inserted is: MessageBox.Show ("Contact List 1.0. \nWritten by: Maurice Newsome" , "About") ;
    I have Visual...
  11. Replies
    0
    Views
    2,827

    Bluetooth in Visual Studio

    Looking for a bluetooth module/addin that would allow coding for bluetooth cellphone headset/earphone devices. Additionally, is there emulation available for each headset by brandname? Working with...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured