Search:

Type: Posts; User: Xarzu; Keyword(s):

Search: Search took 0.04 seconds.

  1. How do I write a SQL query involving a time stamp?

    How do I write a SQL query involving a time stamp?

    QUOTE_ID is a character string
    CREATE_DTG is a date time type
    RETENTION_LEAD_TRACK is a table

    This sql statement cmf.CommandText = "SELECT...
  2. Replies
    1
    Views
    28,050

    How to assign a textbox control in cpp?

    I have a silverlight app that uses TextBox XAML controls.

    In the c++ code-behind, IXRTextBoxPtr types are associated with these textboxes using "FindName" like this:

    FindName(L"ColNum3",...
  3. How To Modify An Element in the Dictionary Class?

    How To Modify An Element in the Dictionary Class?
    =======================================

    C# has this cool Dictionary class that you can use like a Hash Table. Is there a way of changing the...
  4. Replies
    0
    Views
    12,679

    C# Split String Is Not Working

    C# Split String Is Not Working
    ======================

    Please Help. I wrote a C# program that reads code one line at a time. Each line has data seperated by tabs.

    Here is what my C# code is...
  5. How do you set a default size of a control that you can resize?

    How do you set a default size of a control that you can resize?

    I have been looking at a code sample from Charles Petzold.

    It is from here:
    ...
  6. Replies
    0
    Views
    8,850

    Help me Convert this WPF to Silverlight

    Help me Convert this WPF to Silverlight

    I am interested in a Charles Petzold C# example that shows how to do a fisheye effect (...
  7. How do I get a datetime format in C# that will look like this:

    How do I get a datetime format in C# that will look like this:

    2011-09-01 00:00:00:000
  8. TextBlock wrapping of text in Silverlight XAML file.

    TextBlock wrapping of text in Silverlight XAML file.

    I have a wierd and annoying problem. I have a textblock that is inside a stackpanel that is Oriented horizontal. It would be nice if I could...
  9. Replies
    4
    Views
    19,692

    rounding float values in C#

    I have a float data type in C#.
    Let's say its value is
    5.827671
    and I want to concat/round it to the nearest 100th place
    5.83
    How would I do that?

    The value is ported to a string by...
  10. Replies
    2
    Views
    9,259

    C# array of strings

    In a main routine of a c sharp program, you have a string array like this:
    public static int Main(string[] arguments)

    Well, let's suppose I am mimicing this sort of function. Would this be the...
  11. Thread: C# DLL's

    by Xarzu
    Replies
    1
    Views
    5,886

    C# DLL's

    I thought that my problem was how I was declaring a manifest file.
    But now I think I can safely rule this out.

    I think the probem lies in the way I am loading the DLL/COM object
    that the...
  12. Replies
    2
    Views
    8,091

    Message Box in C#

    What is a good way to code a messagebox in C#, like the AfxMessageBox in used in Visal C++?

    For code like the following, there must be a "using..."
    declaration missing because I got this error:
    ...
  13. Getting a C# program with a manifest file to run in the debugger

    Getting a C# program with a manifest file to run in the debugger
    ----------------------------------------------------------------

    Does anyone know how to declare Manifest Files in the Visual...
  14. Thread: C# Forms

    by Xarzu
    Replies
    1
    Views
    5,285

    C# Forms

    I am new to C# and I am playing with my first bits of code.

    I am building an application from scratch and looking at some
    old code to model my new app.

    The strange thing is this. I know that...
  15. Thread: C# Build

    by Xarzu
    Replies
    1
    Views
    8,706

    C# Build

    I have written some simple C# programs just to get my feet wet.

    Now I have decided to build a co-workers program and step through it. I am not used to all of the problems that might arise when...
Results 1 to 15 of 15