Search:

Type: Posts; User: yo mismo

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Re: $20 to anyone that can fix my program the way I need

    Wrong section.
    http://www.vbforums.com/forumdisplay.php?f=13
  2. VS 2010 Re: Creating Patient Event Logger for a Hospital NICU

    http://www.vbforums.com/forumdisplay.php?f=13

    It sounds like a school project you want to get done wihtout lifting a finger. If is a real project post it on the projects forum.
  3. Replies
    11
    Views
    1,286

    Re: Piracy protection

    System.Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData)
  4. Replies
    8
    Views
    9,374

    Re: open USB cash drawer

    i really dont know i never used it.
    using a serialportcontrol
    SerialPort1.Open()
    SerialPort1.Write(vbNewLine)
    SerialPort1.Close()
    dont forget to set the com port.

    Is...
  5. Replies
    8
    Views
    9,374

    Re: open USB cash drawer

    send an enter to the com port
  6. VS 2010 Re: Splitting strings in a loop wont work! What is wrong here?

    You have the append outside the for loop.
    The index of any array starts at 0 not 1. The append should say woord(0) not woord(1)
    If the lines have only 3 elements element1|element2|element3 you dont...
  7. Replies
    15
    Views
    25,776

    Re: print barcodes using printdocument

    Yes the barcode shows as label in black as drawstring directly to the form in pink and in printpreview in black.

    Screen attached to disipate doubts.
  8. Replies
    15
    Views
    25,776

    Re: print barcodes using printdocument

    If he uses the same font is not very compatible with visual studio. If i try to use it directly at desing time i get an error."The font is not truetype". If you set the font at runtime all runs OK.
  9. Replies
    15
    Views
    25,776

    Re: print barcodes using printdocument

    Is a font problem.
    You dont get junk you get the barcode in the default font.


    Public Class Form1
    Dim fuente As Font
    Dim WithEvents documento As Printing.PrintDocument
    Private Sub...
  10. Replies
    10
    Views
    910

    Re: Anoying integer error!

    tonto el ultimo.
  11. Replies
    2
    Views
    1,985

    Re: Blink Label + Timer

    Private Sub Timer1_Tick(ByVal sender As Object, ByVal e As System.EventArgs) Handles Timer1.Tick
    label1.visible = Not label1.visible
    End Sub

    Private Sub TextBox1_GotFocus(ByVal...
  12. Replies
    21
    Views
    5,022

    VS 2010 Re: Round to the nearest even number

    input mod 1 is not always 0?
  13. Replies
    57
    Views
    3,249

    Re: Creating User-Defined Types.

    Inside the class
    ---------------------
    Public Shared Widening Operator CType(ByVal value As Single) As Bigdecimal
    return new bigdecimal(value)
    End Operator

    Public Shared Narrowing Operator...
  14. Replies
    8
    Views
    1,222

    Re: load event is not firing

    Is not declared withevents option.
  15. Replies
    5
    Views
    1,035

    VS 2005 Re: Auto Fill TextBoxes when Paste

    Private Sub TextBox1_KeyUp(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles TextBox1.KeyUp, TextBox2.KeyUp, TextBox3.KeyUp, TextBox4.KeyUp
    Dim tempString As...
  16. Replies
    10
    Views
    1,400

    VS 2010 Re: [RESOLVED] Pre-Draw/Pre-Rendering Controls

    http://imgs.xkcd.com/comics/wisdom_of_the_ancients.png
  17. Replies
    13
    Views
    1,313

    Re: Rounding Up function ??

    No there is not a premade function in vba. Only round and fix function.

    I cannot fix any example because i do not do vba since access 2000 and i have no office at hand.
  18. VS 2010 Re: Launching new process & detecting if that process has an error message

    The process class has an event

    Public Event ErrorDataReceived(ByVal sender As Object, ByVal e As System.Diagnostics.DataReceivedEventArgs)
    use it to look for errors.
  19. Replies
    13
    Views
    1,313

    Re: Rounding Up function ??

    ceilling?

    I just googled it http://www.tek-tips.com/faqs.cfm?fid=5031
  20. Replies
    3
    Views
    697

    VS 2010 Re: Game Multi-Client Question

    There are a few ways to detect instances. I bypassed only three. The more simple is having a dummy file created at the application start and opening it. The second instance gets an error and closes....
  21. VS 2010 Re: School Project Due tomorrow - Group members gave up & Left me

    The buttons do not work because there is no event asociated.

    Private Sub btnSkis_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)

    Dim formSkis As New frmSkis ...
  22. Replies
    39
    Views
    4,179

    VS 2010 Re: Play A WMV w/o a WMP control

    I do not recommend the vlc control. I had used it to do a quick and dirty subtitling program. The program states are inconsistent. You cant access a lot of properties before the file is playing. And...
  23. Replies
    6
    Views
    2,170

    removed

    removed
  24. Replies
    23
    Views
    1,874

    VS 2008 Re: increasing stack size on my ui thread

    remove the doevents
  25. Replies
    43
    Views
    3,556

    Re: Prevent from closing a program.

    The AV does. There are two processes who watch eachother back. If you want a security system run the proceses as ntauthority. No user can stop them and administrator sometimes neither.

    Is is run...
  26. Replies
    50
    Views
    3,006

    VS 2010 Re: Global Mouse Hook

    ¿Your textboxes are named "X1", "Y1" literal?
  27. Replies
    50
    Views
    3,006

    VS 2010 Re: Global Mouse Hook

    all delegates need a sub/function to point. If you are using the same code as in the monkofox example replace "Dim d as New mouseCoord" with " Dim d as New mouseCoords(AddresOf getCoords)"
  28. Replies
    8
    Views
    19,754

    Re: How to URLencode a URL

    use urlpathencode
  29. Re: In percentage, should we expect the user to enter 4 for 4%?

    Depends.

    If you dont want to train the app user use the "common sense" 4 stands for 4%.
  30. Thread: TextLength ?

    by yo mismo
    Replies
    7
    Views
    956

    VS 2010 Re: TextLength ?

    Dude dont use + to concat

    Your code is trying to convert all to double add it up an convert to string.

    TextBox13.AppendText("dcmd(" & TextBox14.Text & ", " & TextBox14.TextLength.Tostring & ",...
  31. Replies
    15
    Views
    1,573

    Re: Attempted to write error

    The antivirus does that thing.

    If you open a file to memory if the AV is not fast enough i get the same error.

    Deactivate the AV and try again.
  32. Replies
    2
    Views
    1,609

    Re: Simulate TrackBall

    Public Class Form1
    Private Center As Point
    Private Radius As Integer
    Private privx As Integer
    Private privy As Integer
    Private Sub Form1_Load(ByVal sender As Object, ByVal e...
  33. Replies
    6
    Views
    676

    VS 2008 Re: Help with a game (none spoon feeding)

    Bumping your thread lump in the head.
  34. Replies
    12
    Views
    2,306

    Re: Video Game Bot

    ¿botting on farmville?
  35. Replies
    2
    Views
    1,609

    Re: Simulate TrackBall

    Public Class Form1
    Private Center As Point
    Private Radius As Integer
    Private privx As Integer
    Private privy As Integer
    Private Sub Form1_Load(ByVal sender As Object, ByVal e...
  36. Thread: Double Jump

    by yo mismo
    Replies
    4
    Views
    835

    VS 2008 Re: Double Jump

    you need to know if he is in a middle of a jump and if he has already doublejumped add two boolean variables IsInMidAir and Doublejumped

    i suppose doublejump is an upgrade.

    isinmidair=false...
  37. Replies
    8
    Views
    2,259

    Re: Shorten a String

    He wants to format the string to not show the decimal part when is 0.


    Dim auxdouble As Double
    If Double.TryParse(Me.TextBox1.Text, auxdouble) Then
    Me.TextBox1.Text...
  38. Re: Updated Thread...what project type for relaying captchas (not defeating) to use?

    I take back my apologies.
    I googled the socialbot app thingy. Is a spam program to send to digg, delicious, technorati, etc in one click.

    Sounds like spam to me.
  39. VS 2008 Re: Nested For Loops. Going through ArrayList and finding duplicates

    Public Function createArrayOfDuplicatesAndRemove(ByRef st As ArrayList) As ArrayList
    Dim duplicates As New ArrayList()
    Dim i, j As Integer
    Dim duplicateddoctor As doctor
    ...
  40. Replies
    2
    Views
    616

    VS 2008 Re: Application wont close

    The program closes when there is no forms or code running. The thread mainLoop is still running.



    Public Class Form1
    Dim MainLoop As Threading.Thread
    Dim StopThread As Boolean
    ...
Results 1 to 40 of 62
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width