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

Search:

Type: Posts; User: elektroman

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Thread: Asp mysql

    by elektroman
    Replies
    2
    Views
    1,712

    Asp mysql

    Hi all
    I have a web site on IIS and I use ASP as server side
    MYSQL is the database where I store informations.
    During these last days when I check log files I find a lot of errors in some pages...
  2. Replies
    1
    Views
    719

    Javascript Disabled

    Is there a way in asp to check if a client has javascript disabled?
    I know that the object MSWC.BrowserType retrieves a bool value that determine if browser client supports Javascript but not if is...
  3. Replies
    2
    Views
    6,406

    Re: Ajax responseText

    Thanks

    Your idea is very useful

    :)
  4. Replies
    2
    Views
    6,406

    Ajax responseText

    Hi all
    I'm starting to view ajax only from some days
    I want to ask you a simple question
    I have to manipulate the responsetext from an asp page.
    I know that responseText is retrieved like a...
  5. Import a table access from a database to another

    Hi guys

    Is there an object in ASP that allow me to import a table from a database access to another?

    Thanks in advance
  6. Replies
    1
    Views
    1,611

    Load xml from Javascript

    Hi guys

    I have to load a file xml from javascript and to put all the content of it into a string to display

    I have this code that in IE works but not in mozilla can you help me

    if...
  7. Replies
    5
    Views
    836

    Re: Obtain Hostname

    I mean the name that I obtain when from prompt I type hostname
  8. Replies
    5
    Views
    836

    Obtain Hostname

    Hi guys

    Is there a function that retrieves the hostname as a string of the computer in which an application is running?

    Thanks in advance
  9. Replies
    2
    Views
    928

    View Post

    Hi guys

    I want to ask you a very simple question

    Is there a property for the <input type="file"> that allow to set only an extension (for example .doc or .xls) that will appear in the box of...
  10. Thread: About MWord

    by elektroman
    Replies
    0
    Views
    483

    About MWord

    Hi guys

    I know that this:


    <%
    Response.ContentType = "application/msword"
    Response.AddHeader "content-disposition", "inline;filename = MyFile.doc"
    %>
  11. Thread: About MWord

    by elektroman
    Replies
    1
    Views
    643

    About MWord

    Hi guys

    I know that this:


    <%
    Response.ContentType = "application/msword"
    Response.AddHeader "content-disposition", "inline;filename = MyFile.doc"
    %>
  12. Replies
    3
    Views
    975

    Height web page

    Hi guys

    Is there a function that retrieves the height in pixel of a whole web page?
  13. Thread: Text File

    by elektroman
    Replies
    2
    Views
    1,130

    Text File

    Hi guys
    I need to interact with a text file from Javascript code
    This file resides in the server
    Do you know some code to read from text files and write into them?

    Thanks in advance
  14. Thread: Label Width

    by elektroman
    Replies
    2
    Views
    896

    Label Width

    A simple question:

    I have to put a string into a label control.
    From a cs file how can I resize the width of the label control according to the string's lenght?

    Thanks in advance
  15. Thread: MessageBox

    by elektroman
    Replies
    1
    Views
    658

    MessageBox

    I'm learning c# in web forms in these days

    I want to display a MessageBox

    I have tried this and It works

    RegisterStartupScript("My message"<script language=javascript>alert('Hello...
  16. Thread: Resize

    by elektroman
    Replies
    2
    Views
    702

    Resize

    Hi guys
    I have this problem

    I have got a project in Visual C++ that graphically consists of a mainframe that includes a toolbar a menu and a dialog box.

    When I resize the window that contains...
  17. Thread: Position

    by elektroman
    Replies
    2
    Views
    852

    Position

    Hi guys

    A simple question.

    I have got a dialog where from resource view I have added a static text
    I need to know the position of the static text inside the window

    Do you Know a function...
  18. Replies
    1
    Views
    608

    Including a class

    Hi

    I have these two simple files and I want to add them to a project:

    this the h file

    class OPStringa
    {
    public:
    CString Duplicate(CString s);
  19. Thread: Pop Up

    by elektroman
    Replies
    1
    Views
    1,155

    Pop Up

    I have a link to an image I open in a pop up window using this javascript function below to resize the popup window according to the dimensions of the image:

    function enlarge(image)
    {
    var i =...
  20. Replies
    1
    Views
    650

    About ToolTipText

    I have to set tooltiptext for some of the buttons that compose my form

    Can you help me?
  21. Replies
    3
    Views
    706

    Re: A simple question about text

    I try to use it but the program does not start neither
  22. Replies
    3
    Views
    706

    A simple question about text

    Hi guys

    A very simple question.

    I have got a form with a text box control.
    When the program is in execution and I write into the text box I want that when the cursor arrives at the end of the...
  23. Replies
    8
    Views
    2,213

    Include a dll

    I have created a simple dll project with a function
    But I do not inderstand how to include it into a new project
    Can you help me?
    :confused:
  24. Replies
    1
    Views
    640

    Create a DLL

    Hi guys

    I'm creating a simple DLL in vc++ 6.0 (Win 32 Dynamic Library)
    After I have added all files that I need to create the dll when I build the project I obtain this link error

    ...
  25. Thread: More Events

    by elektroman
    Replies
    3
    Views
    647

    Re: More Events

    GREAT!!!

    It works!!!
    1000 times Tanks :)
Results 1 to 25 of 72
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured