User Profile

Collapse

Profile Sidebar

Collapse
Rambaldi
Rambaldi
Last Activity: Jan 18 '09, 08:10 PM
Joined: Mar 3 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Rambaldi
    replied to Dealing with Dll's (c++)
    in C
    yeah, that's what i was trying to ask :D so that means that the dll will have all the classes and libraries that the main class depends right?
    See more | Go to post

    Leave a comment:


  • Rambaldi
    started a topic Dealing with Dll's (c++)
    in C

    Dealing with Dll's (c++)

    Since i am not use to program in c++, i got this question:

    I've been thinking in making a mp3 player in C#, the language i am more confortable dealing with, but instead of using librarys provided by Visual Studio, i want to deal with a library that i can have full knownledge of its code.

    I started searching for mp3 projects made in c++ and i found one thats good enough for me. WMp3 C++ class for Windows

    ...
    See more | Go to post

  • Rambaldi
    started a topic Set ListBox / ComboBox Value
    in .NET

    Set ListBox / ComboBox Value

    Hi there,

    I am adding items to a Listbox and a ComboBox and i would like to set their id's as a value so when i choose the attribute SelectedValue i can be able to get their ids.

    Someone can Help me?

    Thanks in Advance.
    See more | Go to post

  • Call Web Method from PDA device (Really need this Help)

    Hi there,

    I can connect to the WebMethod from the WM6 emulator, but i cant connect from the device :S

    Shouldnt the device work as fine as the Emulator???

    I change the web reference url to my local machine but it does just make it work to the emulator. Why this is happening???

    I got an apresentation like in 3/4 hours :S and i got to show the app in the device :S


    Someone...
    See more | Go to post

  • Rambaldi
    replied to Call Web Service method
    in .NET
    I've been all day trying to solve this and i getting some results.

    Through the emulator i can use the WebMethods without any problem, but through the mobile device i am gettin the same errors:

    "Unable to connect to the remote server"

    To make it work on the emulator, i change the Web Reference URL on my Web reference to my network ip. He use to had the "localhost" instead.
    ...
    See more | Go to post

    Leave a comment:


  • Rambaldi
    replied to Call Web Service method
    in .NET
    Hey guys, i am facing another problem:

    When i try to get data from the Webmethod, i get this error:

    "Could not establish connection to network."

    I already verify that my PDA have connection to internet.

    I seen somewhere that i have to change the "localhost" part of url of my WebService to my local machine name, but im not sure how to change it.

    the local...
    See more | Go to post

    Leave a comment:


  • Rambaldi
    replied to Call Web Service method
    in .NET
    ...And then? i still cant find any WebService Object :S

    How i add the object so i can call the methods???

    EDIT: Done so far. Thanks for the help Alias
    See more | Go to post

    Leave a comment:


  • Rambaldi
    replied to Call Web Service method
    in .NET
    i cant find the webservice method :S

    Do i have to include any webservice library?

    EDIT: do i need to add any reference/web reference?
    See more | Go to post

    Leave a comment:


  • Rambaldi
    started a topic Call Web Service method
    in .NET

    Call Web Service method

    Hi there

    I'm working on a PDA solution on .NET CF and i want to get data from a MySQL database through Web Services.

    What i just did was:

    Create a Web Service;

    Create a Webmethod getting data on a database;

    add the webservice to the PDA project solution.


    Now, someone can explain me how i can call the webmethods on the PDA project??

    Thanks...
    See more | Go to post

  • Its a PDA solution.

    I solved the problem. I had to put the file into the PDA and put the whole path.

    It wasnt nothing big, the proclem is that i was using an emulator and i was using wrong paths (windows desktop path)
    See more | Go to post

    Leave a comment:


  • Rambaldi
    started a topic Bitmap Image path (possibly a noob question)
    in .NET

    Bitmap Image path (possibly a noob question)

    Hi there,

    Me and a friend we want to clear a doubt on the Image method on the Bitmap Object:

    We got jpeg files stored on our project solution (PDA) and we want to know if its possible to gave the path from the solution.

    Basically, we want to know if its possible put write:

    Code:
    Bitmap newImage = new Bitmap(@"\images\maps1.JPG");
    Instead of:

    Code:
    Bitmap newImage
    ...
    See more | Go to post

  • Rambaldi
    replied to Using SSL with ASP.NET
    in .NET
    thanks for your help guys, if i have another doubt i'll leave here
    See more | Go to post

    Leave a comment:


  • Rambaldi
    started a topic Using SSL with ASP.NET
    in .NET

    Using SSL with ASP.NET

    Hey there,

    Someone can explain me how can i enable SSL and use it on my web page??? I've been searching on internet but the tutorials i hasnt been sucessfull with the tutorials i've been trying. I use IIS 5.0.

    the main question i would like to have a answer is:

    1 - how can i enable ssl on my manchine?
    2 - how can i t configure the ASP.net to make it enter certain pages by https???

    ...
    See more | Go to post

  • Bingo! :D thanks for your reply acoder
    See more | Go to post

    Leave a comment:


  • Create rows/columns dynamically in ASP.net with Javascript function

    Although i'm working on ASP.net, i think the problem i'm facing is related to my javascript function so i hope i create the thread in the right section.

    My goal is to create a table dynamically, depending with the number of cameras i got. The code is:

    Code:
        
        var tabela = "<table border=2 width='100%' heigth='100%'><tr>";
        var lastCol = 3;
    
        for (var i = 1; i <=
    ...
    See more | Go to post

  • Hi DrBunchman, thanks for your reply.

    I mean Javascript, I’m sorry. In my country, we just say Java to abbreviate. I will be more careful when i put my questions in foreign forums.

    Thanks for your answer, it helps me a lot :D
    See more | Go to post

    Leave a comment:


  • Pass a Value from Page_Load to a Java Function

    Is this possible???

    When i call another web page i receive a value from it:

    Code:
    //1st Page
    Session["nCam"] = camLenght;
    Code:
    //2nd page -> receive the value from the first page on Page_Load()
    int nCam = Convert.ToInt32(Session["nCam"]);
    then i call a java function from the body tag:

    Code:
    <body onload="MontagemCamaras()">
    ...
    See more | Go to post

  • Rambaldi
    replied to Open Window after ONE click (only one)
    in .NET
    Thanks for the help []
    See more | Go to post

    Leave a comment:


  • Rambaldi
    started a topic Open Window after ONE click (only one)
    in .NET

    Open Window after ONE click (only one)

    Why only one?

    Well, what has been happen to me is that the window just pop up after the second click and i dont know why this is happening.

    The code inside the link button is:

    Code:
     protected void CicloCamLink_Click(object sender, EventArgs e)
    {
    string openWindow = @"window.open('CicloCamarasWindow.aspx','anycontent','width=455,height=435,resizable=1')";
     
    CicloCamLink.Attributes.Add("onclick",
    ...
    See more | Go to post
    Last edited by DrBunchman; Jun 3 '08, 10:40 AM. Reason: Moved to .NET Forum - ASP Forum for Classic ASP only

  • Rambaldi
    started a topic Distributed computing

    Distributed computing

    This might be a dumb question, but i gotta do it :D

    In a distributed computing, can the machines have different OS??? If yes, its something that is worth to do? i mean, can i have problems for building a distributed computing with diferent OS?
    See more | Go to post
No activity results to display
Show More
Working...