Search results for query: *

  1. frix199

    shape of the form?!?!?

    there are some applications on the net, anykind of, that their forms got reeeally weird shapes...like: |--------------------_-_-_-| |--------------------------|____ | | | > |...
  2. frix199

    perl

    ive made a project 2 make perl programs... any1 have activeperl or sumthing like that, donwload it, its useful :P
  3. frix199

    microphone?

    hello! how can i "take" the sound that my microphone "reads"??? i know, my english are very good(!) anyway if u aint understand wat i say, tell me to write it again!!!:D lol... ciao!
  4. frix199

    new line on txtbox?

    [title] how to? anyway how can i make a new line on a txtbox??? :D ciao!
  5. frix199

    Newbie to mysql :D

    hmm... wth is mysql???? :D help plz :D i dont have a simple clue wat this is :D ciao!
  6. frix199

    sending a text pc-pc directly

    how can i send a textbox1.text string to another pc on an app. they can b one server and one client if this is easy.. but i want it directly and no between sql or ftp... i need ur help!!!!!
  7. frix199

    useful things to know...

    hey all! i was playing around vb.net and i found some usefull things... ------------ mouse move ------------ Me.Cursor.Position = New Point(x, y) ------------ the best way 2 close an application :D ------------ Me.Dispose() Me.Close() Application.Exit()...
  8. frix199

    replacing a word of textbox1...

    how can i by clicking button1, replace all the words "word" of textbox1 to "drow"?? plz help.....
  9. frix199

    send picturebox1.image via web

    Hello All!! well, the title speaks himself.... i hav some client app. and one server... i want, in every second, the picturebox1.image to be sended from every client to the server.... well, i know it's difficult but plz help me :S i got really stuk here:mad: thank u every1 !!!!!!
  10. frix199

    2 questions(plz come)

    hello there! i hav 2 questions:o let's take it tidy.... ----------------- 1st ----------------- can i somehow make an application copy herself into a dir? like: app path = */myap.exe with some lines of code copy myap.exe into c:/hello/ ----------------- 2nd ----------------- i hav 2 appl...
  11. frix199

    webcam location

    hello again!! i got a fresh question:D where is webcam located? i mean, the video that is now webcam seeing.... i gotta webcam that is slf-powered and alwayz on... can i with one way 2 c wat it sees? :D any help will b aprecieted(syntax error!) :D:D:D:D
  12. frix199

    restart form

    hello every1!!! does anybody knows how can some1 "reset" the form in vb.net.... like...start again from the begining?? i bet kulrom would knew that but he's not online now :D from greece with love:cool:
  13. frix199

    changing the clipboard

    hello!!! i want 2 add a textbox.text to the clipboard.... where is clipboard located?????? mayb i could try changing it...lol bibiiiiiiiiiiiiiiiiiiiii
  14. frix199

    block keys

    hello... how can some1 block the key "alt" on a program?? i know how to block other keys like; Private Sub Form1_KeyPress(...) Handles MyBase.KeyPress If e.KeyChar = "k" Then e.Handled = True End If End Sub but how can i block keys like alt or delete???
  15. frix199

    closing a port with vb.NET

    hello there, i got a question... how can vb.NET close a specific port? like, by pressing a button close the port 3056? help plzzz
  16. frix199

    saving a picturebox

    hello there! how can i save a picturebox in a bmp file??? perhaps kulrom will help me...... :D kulrom knows everything.... nice job everywhere kulrom!
  17. frix199

    changing the ip witn vb.net?

    can vb.net change a computer's ip? help plz :D
  18. frix199

    changing parts of a textbox

    hello there i have a textbox, and i want when a button is pressed all the letters "a" of the textbox to become "g" i know i'm confusing :D thankz 4 ur time
  19. frix199

    receiving keystrokes even if the activewindow isn't the form??

    hi there, this is my first post and i want 2 ask sumthing... when i use this code: Private Sub form1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles form1.KeyPress If e.KeyChar = "o" Then SendKeys.Send("asbanda") End If End Sub it sends the...
Back
Top