Jump to content
Xtreme .Net Talk

jorge

Avatar/Signature
  • Posts

    240
  • Joined

  • Last visited

About jorge

  • Birthday 12/17/1987

Personal Information

  • Occupation
    Webmaster
  • Visual Studio .NET Version
    Visual Studio .NET Professional
  • .NET Preferred Language
    vb.net

jorge's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. this still leave the problem of the textbox that runs out of space!
  2. thanx i'll ive it a go
  3. maybe i'll go for a rtf, i do'nt think it has a limit. becouse i ahve no idea what a stringbuilder is.
  4. ok now knowing what the problem was that it waits for input if there is none i fixed it by adding it to a thread :) but now i hit a new problem... when the textbox's max lenght is reached no text can be appended! so how can i remove some text from the top to make the new text fit?
  5. hmmz no one seems to know... o well pitty
  6. interface to cmd.exe Hey all, I'm trying to start and Application that opens the cmd.exe (hidden) and write and read from it. so far I seem to have fingered out the writing part! but reading the output and also the code to hide it doesn't work. can someone help with this (include is my test project I'm using for this) thanx in advance ApacheCompiler.zip
  7. Is the a way to convert 'Times New Roman' 'Arial' ... Into the path of the font? e.g. c:\windows\fonts\times.ttf? (i'm trying to do it in vb.net) thanx in advance
  8. Cool this works fine :) thanx a lot, now it's a normal string :p
  9. Thanx, i'll play with this a bit
  10. Ok how would i convert a string to a byte array?
  11. yeah thanx it works like a charm No to fix the decrypt thing and am done :D , the decrypt thing can't be that ahard lol
  12. To keep it ontop also set me.topmost = true but to make other windows resize around it i have no ideas sry
  13. This is some very basic code, you need to tweak it your self but do: make a new vb.net project place a button on the form and add Me.ShowInTaskbar = False Me.FormBorderStyle = FormBorderStyle.None Me.Width = 200 Me.Height = Screen.PrimaryScreen.WorkingArea.Height Me.Top = 0 Me.Left = Screen.PrimaryScreen.WorkingArea.Width - Me.Width it will doc to the left side of the primary screen. Hope this helps a bit
  14. Hmmz have got the encrypt funtion to work, not decrypt jet, still crashes, but i notice something every thime i encrypt i get something else as result :/ any ideas?
×
×
  • Create New...