Search:

Type: Posts; User: BenJones

Page 1 of 13 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    854

    Re: Calculator v1.1a

    Hi new update 1.1a see top post

    Updates.
    Save and load memory
    New skin colors
    Save skin colors
    Added PI
    and more.
  2. Replies
    5
    Views
    854

    Re: Calculator v1.1

    Hi new update to my calculator now supports basic expressions, variables see top post for update.
  3. Replies
    5
    Views
    854

    Calculator v1.1a

    Hi this is a simple Calculator I made this morning to help beginners make there own at the moment It just supports basic things but will add more as I work on the project,
    Hope it may come in handy...
  4. Replies
    3
    Views
    175

    VS 2010 Re: Help About WebBrowser1 control

    Not to sure is there not something in the webbrowser an event that says when the file is compleate, maybe you can put your code in that.
  5. Replies
    0
    Views
    438

    HTML Crypt v1.0

    Hi this is a small project to allow you to crypt your webpage’s and hide your content you can also disable right clicking on pages.
    Hope you like the first versions comments and suggestions welcome.
  6. Re: Good tutorials to follow for beginners? VB

    here two more to keep you busy

    http://vbtutor.net/vb2010/index.html
    http://www.visual-basic-tutorials.com/
  7. Replies
    2
    Views
    272

    Store data at end of compiled exe

    hi does anyone know were I can find an example of placeing data at the end of a exe then reading it back, I am trying to make a self extractor.
    I know I can maybe use the old vb style get and put...
  8. Replies
    0
    Views
    444

    Get Harddrive Serial Easy.

    Hi just put this together it a small piece of code to get your main drive serial number. it uses dos to get the number
    Hope it maybe useful comments and suggestions welcome.



    Option Explicit...
  9. Re: Good tutorials to follow for beginners? VB

    Here's one more to
    http://zetcode.com/lang/visualbasic/
  10. Replies
    3
    Views
    276

    Re: Update Resource assembly

    hi Thanks for the help I sorted it now, I made a little class that uses resources to package files into one big file. My idea is to make a king of text ebook compiler for text files.
    here my class...
  11. A Simple File Packer Using Resource Files

    Hi this is a simple class I made to allow you to collect files and put them into one big one then extract them. I needed this because I wanted to make my own little
    text ebook creator just for text...
  12. Replies
    3
    Views
    276

    [RESOLVED] Update Resource assembly

    Hi I was wondering is it possiable to add to a compiled exe resource, I was thining of making a small app to compile text files into a exe and then addd password to open it.
    I know when doing this...
  13. VS 2010 Looking for Good Syntax Highlighting control

    hi, I am makeing a little IDE for Console apps you know using the CodeDOM Compiler, I sort of made my editor, but it lacks Syntax Highlighting, I was going to have a look at converting an old one I...
  14. Replies
    2
    Views
    199

    VS 2010 Re: Weird Bug on menu clicks

    ok I think I found a workaround by setting focus to the main form never had to do this in VB6 or anyother lanuage I used it always left the cart were it was strange.



    Private Sub...
  15. Replies
    2
    Views
    199

    VS 2010 [RESOLVED] Weird Bug on menu clicks

    Hi have this strange bug or something I duno how else to put it heres the problum.
    I add a menu strip to a form and a text box I add an menu item anything for example Cut I add the code

    on click...
  16. Replies
    0
    Views
    363

    Auto Indent Line

    Hi I I been playing with the codeDOM compiler of an example I seen in here, and decided to make my own little IDE only for console apps.

    anyway I did not like the normal TAB spaces so I replaced...
  17. Replies
    5
    Views
    313

    Re: Goto Line In TextBox

    Thanks to both working now.
  18. Replies
    5
    Views
    313

    [RESOLVED] Goto Line In TextBox

    hi I am trying to use the API sendmessage to goto a line in my textbox but I get this error.



    A call to PInvoke function 'MyBasic!MyBasic.frmmain::SendMessage' has unbalanced the stack. This is...
  19. Replies
    5
    Views
    332

    Re: [RESOLVED] Array out of range.

    tokenizer for a math evaluator I am going to make.
  20. Replies
    5
    Views
    332

    Re: Array out of range.

    Thanks

    Think I fixed it I appened an extra white space to the end of the expression and it seems to work. I left the code here in case someone else may need it, updated for Alpha.



    Public...
  21. Replies
    5
    Views
    332

    [RESOLVED] Array out of range.

    Hi I am trying to make some code to collect tokens of a string. but I keep getting an out of range error, tho it works with some expressions
    here my code.



    Public Class Form1

    Private...
  22. Replies
    26
    Views
    1,410

    Re: Real Studio VS Visual Basic

    Have you Lazarus it not basic but a Delphi king of clone comes with many things and covers many platforms o it's free to, The lanuage is much like VB you still have form designer and all that stuff,...
  23. Replies
    17
    Views
    512

    VS 2010 Re: Save and load a class

    and if I use FilePut instead of FilePutObject I'll get the next warning:

    have you tryed putting FilePutObject for the link I suguested instade of fileput as it states in the error.
    here something...
  24. Replies
    4
    Views
    288

    Re: What timer to use.

    Yes it was a lot of reading some went over my head and it was late :), I am just used to the old VB6 one timer, now we have 3, anyway thanks for the info I try it out.
  25. Replies
    8
    Views
    382

    Re: [RESOLVED] Blocking Sites

    Well after doing some more looking on google I came accross this looks intresting
    http://www.codeproject.com/Articles/19886/Developing-a-SOHO-HTTP-filter-step-by-step
  26. Replies
    4
    Views
    277

    Re: webbrowser open in new tab

    There loads of examples in google. also if you don't like reading youtube has some videos
    http://www.youtube.com/results?search_query=make+a+web+browser+VB.NET+tabs&oq=make+a+web+browser+VB.NET+tabs
  27. Replies
    4
    Views
    288

    Re: What timer to use.

    wow that a lot of reading to do tho went down to the bottom of the page the System.Threading.Timer seems a good one to look into.
    Anyway we see how my app turns out thanks for the link I Bookmark it...
  28. Replies
    2
    Views
    622

    Re: Random Access File VB 2010

    How about this may give you some ideas,
    http://www.codeproject.com/Articles/5845/VB-NET-Solution-for-working-with-random-files-Crea
  29. Replies
    4
    Views
    288

    [RESOLVED] What timer to use.

    I am writing a new project tonight I thought I may have a go at writing a program to close process, for example when Notepad.exe is opened, it will inform the user to enter a password if correct run...
  30. VS 2010 Re: Detecting Window Bounds of a Program?

    well from an old VB6 way I used to use Findwindow then you can get the windowrect

    http://www.pinvoke.net/default.aspx/user32.findwindow
    Window Rect...
  31. Re: AES Encryption Function and Creating Identical Function in PHP

    I am no expert in php, but does php even support AES, if not then you better start reseraching the encryption and write your own.
    other than that google turns up a few things that may help get...
  32. Replies
    8
    Views
    382

    Re: Blocking Sites

    Maybe not but a few fiends of mine are sick of there kids accessing them without them been around.
    So you never know but not also them sites I am on about porn sites, I think I may have a look at...
  33. Replies
    8
    Views
    382

    Re: Blocking Sites

    Well I want to make it for gernal people home users who ever maybe intrested. for bussiness to to block sites like facebook, youtube and other dogy sites,
  34. Replies
    17
    Views
    512

    VS 2010 Re: Save and load a class

    I used something like this before.
    http://www.vbforums.com/showthread.php?680029-Save-and-Load-Array-Structure-Easy
  35. Replies
    8
    Views
    382

    [RESOLVED] Blocking Sites

    Hi I made a small app over the weekend that allows one to block websites, I made this to block access to facebook
    Now the method I am using is the HOSTS file in windows, this works perfect and...
  36. Re: Set listview subitem forecolor

    I think I fixed it needed to use



    lvItem.UseItemStyleForSubItems = False
    'Add sub item.
    lvItem.SubItems.Add(State, Color.Red, Color.White, Nothing)
  37. [RESOLVED] Set listview subitem forecolor

    Hi I have a listview two colums I am trying to set the forecolor of the subitem I tryed this as a test but not seem to work



    LstItems.Items(1).SubItems(1).ForeColor = Color.Blue



    I even...
  38. Replies
    1
    Views
    580

    Re: Custom Config File

    New update v1.2

    Return config data as a list
    Set config data from a list
    Support for comments ;
    Comments are now not treated as key names e.g. ;=value is treated now as a comment.
    Escape...
  39. Re: [RESOLVED] IE frezeing up when going to google

    Think your right as of this morning the logo is back to default and IE is working fine.
  40. Re: IE frezeing up when going to google

    Well I don't know it seemed to work fine before the new logo thing was there maybe your right. I tried resetting the settings, I have no add-ons to disable cos I never install them
    I also tried...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4