Search Result

Collapse
6 results in 0.0013 seconds.
Keywords
Members
Tags
windows application
  •  

  • Changing Splash form and Startup Object at runtime

    Hi All,
    I am developing an windows application in VB 2008, My requirment is such that I have to change the applications Splash and Startup object on the basis of "Custom Constants" (Compilation Constants).

    As far as I have .Net idea it should be done in Application.Sta rtup Event (guide me if i am wrong)

    Now, in Application.Sta rtup_Event when I write the code

    Code:
        Private Sub MyApplication_Startup(ByVal
    ...
    See more | Go to post

  • adityap15
    started a topic How to use c code in C#.NET

    How to use c code in C#.NET

    I want to use c code in my windows application using C#.NET.

    I am able to use it in console application.

    I have created the dll file of C code.
    The basic requirement is to pass the input and display output in Text Box.
    See more | Go to post

  • Pakmarshal
    started a topic Handling DPI changes in windows form

    Handling DPI changes in windows form

    Hi,

    I am developing a windows based application in VB 2005, the main form of the application is of fixed border style (i.e. user cannot resize the form), but in certain cases I am resizing my form through code. Intially the form has a fixed height i.e. 350 for normal height and 400 for extended height. But in this case the problem could not be solved effectively as the user can have different DPI setting e.g. 120, 144, 192 etc. The...
    See more | Go to post

  • New Line character storage in ntext field in SQL 2000

    Hi there,
    I have a multi line text box in a data entry form. The data entered in this field is being stored as ntext column in a table.
    This data is visible in other form in DataGridView. Where the newline character is replaced by ugly, obnoxious "squares". I remember having used this with oracle blob column where it did not create a porblem.
    Agagin when this fetched in a multiline textbox for editing purpose it displays...
    See more | Go to post

  • create array of textboxes in code that equate to text boxes on form

    I have 81 text boxes on a form and would like to create a text array in code that will equate to these boxes on the form. Once I've assigned each text box from the form to the array entry, I'd just like to work with the array - then have the actual text boxes on the form reflect the changes made to the array.
    Is this possible, and if so, how?
    Thanks.
    See more | Go to post

  • Digital certificate signature on windows applications?

    Hi Guys,
    Hopefully this should be a simple question.

    We have some executables which we developed but when we run it over the network it shows us a security on windows xp asking if we are sure we want to run.

    Ideally we would like to not have these warning message and to my understanding [please correct me if i am wrong], we need a digital certificate to sign our executables.

    1. Now being a layman...
    See more | Go to post
Working...