Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 2544 points

Melkisedel L

Favorite Answers43%
Answers56
  • ¿Donde puedo conseguir el libro de el príncipe del cafe?

    Quisiera conseguir el libro del príncipe del café porque vi la serie coreana y quedo algo inconclusa y en otro sitio vi que alguien dijo que You're Beautiful era del mismo manga o algo así, por que que estoy super confundido

    1 AnswerDramas9 years ago
  • ¿donde puedo ver tinkerbell y los juegos de la tierra de las hadas?

    Saludos, Estoy buscando tinkerbell y los juegos de la tierra de las hadas para poder ver la película ya he intentado comprar el dvd en amazon y ver la programación en disney channel y nada , saben donde puedo encontrar la película?

    4 AnswersPelículas9 years ago
  • How to stop adsense from showing at the preview of a post (Easy AdSense) wordpress?

    Im using Easy AdSense on my Worpress blog but i want the adsense to stop from showing at the preview of a post when i am editing the post...

    2 AnswersProgramming & Design1 decade ago
  • visual basic c# .net timing problems sending bytes from the serial port?

    I'm working with a device using the serial port and i am sending a command from the pc to the device like this:

    1. I Change the parity to mark

    2. then send two bytes

    3. then Change the parity to space

    4. Send a lot of bytes

    but the device just ignores all the last bytes, im pretty sure its a timing problems, so a timeout occurred attempting to send a command, how can i change the parity without losing time?

    1 AnswerProgramming & Design1 decade ago
  • Sending parity bit along with the data byte for 9bits data vb C# asp .net?

    I'm trying to communicate with a device via serial port, i need to send 9bits for make it work, im using the parity as 9th bit and i need to change that bit eventually, but i would like to send that bit as i'm sending a byte, without changing the configuration (serial.parity = space, odd, mark...).

    What should i do?

    1 AnswerProgramming & Design1 decade ago
  • Need Visual Studio 2008 Pro for 5 PCs?

    Where can i buy 5 licenses of Visual Studio 2008 Pro or 1 license for 5 pcs?, but not too expensive

    2 AnswersProgramming & Design1 decade ago
  • visual Basic 2008 combobox problems?

    im having problems using the combobox in visual basic 2008, i have a list of country on a combobox, but i want it to show United States by default everytime i want to add a new item (i already did it) but if i click save, United States doesnt see to be saved in the column(Country) of my table using SQL database, it saves the country only if i manually select United States from my combobox

    Private Sub AddNewItem_click()

    Me.CountryComboBox.DropDownStyle = ComboBoxStyle.DropDownList

    Me.CountryComboBox.SelectedItem = "United States"

    End Sub

    Private Sub SaveItem_Click()

    Me.Validate()

    Me.ClienttableBindingSource.EndEdit()

    Me.TableAdapterManager.UpdateAll(Me.AlohamanagerdbDataSet)

    End Sub

    3 AnswersProgramming & Design1 decade ago