User Profile

Collapse

Profile Sidebar

Collapse
patr0805
patr0805
Last Activity: Jul 31 '08, 05:03 PM
Joined: Sep 23 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • patr0805
    replied to picturebox save?
    but how do I tell picturebox1 to close the opened file so that I can delete the file
    See more | Go to post

    Leave a comment:


  • patr0805
    replied to picturebox save?
    I have fixed the problem
    See more | Go to post

    Leave a comment:


  • patr0805
    replied to picturebox save?
    overwriting the opened image
    See more | Go to post

    Leave a comment:


  • patr0805
    started a topic picturebox save?

    picturebox save?

    Hi I am not new to vb, but I still can't solve this problem. I have flipped the image in the form, but when I save the image then the saved image is the original unflipped one)
    [code=vb]
    Private Sub ToolStripButton 1_Click(ByVal sender As System.Object, ByVal e As System.EventArg s) Handles ToolStripButton 1.Click
    If ofdOpen.Initial Directory Is Nothing Or ofdOpen.Initial Directory = String.Empty Then
    ...
    See more | Go to post
    Last edited by debasisdas; Mar 20 '08, 10:08 AM. Reason: added code=vb tags

  • patr0805
    replied to Game maker in VB
    3 new commands finished and ready to use.

    createSRL(ByVal nametothenewSRL As String, byval newpassword as string, removepass1 as string, removepass2 as string)
    'this command should allways be used when you create a new game/application, this command creates a new SRL database witch is connectable until the command removeSRL. The SRL databases can be used with following commands: checkserial, addserial, removeserial,
    ...
    See more | Go to post

    Leave a comment:


  • patr0805
    replied to Hdc ???
    its not an error the color just dont appear on the picturebox nomatter if I set the x & y manually or not.
    See more | Go to post

    Leave a comment:


  • patr0805
    started a topic hex

    hex

    how can I write hex data to a file..

    VB.NET
    See more | Go to post

  • patr0805
    started a topic Hdc ???

    Hdc ???

    I wanted to use setpixel but somehow the picture were still all white:

    Please help:

    [CODE=vbnet]Public Function showparc_image( )
    Dim x2 As Integer = Convert.ToInt32 (ReadLine(TextB ox2.Text, 2))
    Dim y2 As Integer = Convert.ToInt32 (ReadLine(TextB ox2.Text, 1))
    Dim newBitmap
    Dim g
    newBitmap = New Bitmap(x2, y2)
    g = Graphics.FromIm age(newBitmap)
    g.FillRectangle (New SolidBrush(Colo r.White),...
    See more | Go to post
    Last edited by Killer42; Feb 6 '08, 03:16 AM. Reason: Added CODE=vbnet tag

  • patr0805
    replied to webcam problem
    that is exactly what I am talking about.
    See more | Go to post

    Leave a comment:


  • patr0805
    started a topic webcam problem

    webcam problem

    I have made a picturebox and a coding witch takes a picture in the picturebox, but the problem is that I need to save it as a image file before I can use getpixel, so when I use a save picturebox as image then VB.NET returns an error with image not exists,
    See more | Go to post

  • patr0805
    replied to dim problem
    there is a button and every time the user clicks on it then one more picturebox appear.
    See more | Go to post

    Leave a comment:


  • patr0805
    started a topic dim problem

    dim problem

    My problem is that I want to do this, but somehow its not working. (VB.NET)

    I want to create objects:

    dim a = 0
    public sub Createo
    a = a + 1
    dim a as system.windows. forms.picturebo x
    a.image = textbox1.text
    a.top = a + 5
    a.left = a + 5
    end sub

    The problem is that a should be the count ( dim a = 0 )
    dim a as system.windows. forms.picturebo x
    ...
    See more | Go to post

  • patr0805
    replied to send string from vb to aspx
    in .NET
    maybe there is a way to see the web site title from the desktop application.
    See more | Go to post

    Leave a comment:


  • patr0805
    replied to send string from vb to aspx
    in .NET
    its a dektop application witch have to send a string alone with a season number to an aspx and then the desktop application on the other computer will retrived the string by the same season number as the sender.

    Its a multiplayer game functioning over an aspx page for faster sending.

    I only want to know if the aspx page can send a string to a dekstop application web
    browser control.
    See more | Go to post

    Leave a comment:


  • patr0805
    replied to send string from vb to aspx
    in .NET
    the application have to connect the aspx page so that the aspx page can save the string to a file and the an another computer have to retrive it like multiplayer connection over an aspx page
    See more | Go to post

    Leave a comment:


  • patr0805
    replied to send string from vb to aspx
    in .NET
    if Dim a = Request("mode") if to request isent there a method to send a string back
    to the application?
    See more | Go to post

    Leave a comment:


  • patr0805
    replied to visual web developer problem - ASP.NET
    in .NET
    ok thanks I will try
    See more | Go to post

    Leave a comment:


  • patr0805
    started a topic last website
    in .NET

    last website

    Is there a way I can check the last link the user looked on?
    Like this:

    www.patricksoni k.com/home.html > www.patricksoni k.com/aspx.aspx (the aspx page finds out witch page the user came from....

    Is that posible?
    See more | Go to post

  • patr0805
    replied to Game maker in VB
    checkout http://www.patricksoni k.com/page8.html

    THe price is ok because unlimited updates is included and will be send to your email.
    See more | Go to post

    Leave a comment:


  • patr0805
    replied to Game maker in VB
    if anybody would like to help it would be nice :)
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...