Hi new update 1.1a see top post
Updates.
Save and load memory
New skin colors
Save skin colors
Added PI
and more.
Type: Posts; User: BenJones
Hi new update 1.1a see top post
Updates.
Save and load memory
New skin colors
Save skin colors
Added PI
and more.
Hi new update to my calculator now supports basic expressions, variables see top post for update.
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...
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.
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.
here two more to keep you busy
http://vbtutor.net/vb2010/index.html
http://www.visual-basic-tutorials.com/
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...
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...
Here's one more to
http://zetcode.com/lang/visualbasic/
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...
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...
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...
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...
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...
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...
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...
Thanks to both working now.
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...
tokenizer for a math evaluator I am going to make.
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...
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...
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,...
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...
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.
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
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
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...
How about this may give you some ideas,
http://www.codeproject.com/Articles/5845/VB-NET-Solution-for-working-with-random-files-Crea
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...
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...
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...
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...
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,
I used something like this before.
http://www.vbforums.com/showthread.php?680029-Save-and-Load-Array-Structure-Easy
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...
I think I fixed it needed to use
lvItem.UseItemStyleForSubItems = False
'Add sub item.
lvItem.SubItems.Add(State, Color.Red, Color.White, Nothing)
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...
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...
Think your right as of this morning the logo is back to default and IE is working fine.
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...