I'm starting to use QR Codes on a daily basis at work - right now, I'm going to this sketchy looking website to make them lol.
I know there are several programs out there that I could buy, but whats...
Type: Posts; User: codenewbie
I'm starting to use QR Codes on a daily basis at work - right now, I'm going to this sketchy looking website to make them lol.
I know there are several programs out there that I could buy, but whats...
Thank you for your input!
Again, totally new to Visual Basic - so please excuse my ignorance.
I assume that Access and SQL Databases are libraries for vb...?
Do they come with vb, or are...
I would like to give the user of my program the ability to reorder tabs.
Meaning, they could click/hold the tab and slide it horizontally into the position of another tab.
Is this possible?
...
Honestly, I was hoping that I wouldnt have to use databases like Access - I really just wanted to make something from scratch, as this program has such specific needs.
What exactly do you mean...
Thank you for your input!
How would I compress and image and tag information into a binary file?
Sorry for the noob questions, I am new to vb, so I really have no idea as to how to go about this....
So - you are trying to make a Graphic EQ - but one that doesnt function to actually alter the frequencies - one that is simply used for monitoring the output frequencies of the computers master out?
So, I need to build a program to help me with my day job, and honestly, I have no idea where to start... Any help would be greatly appreciated!
Here is a description of what I need the program to...
I've seen that there are youtube videos - I'm looking more for professionally distributed video training.
If anyone knows of some, I would love a heads up.
thanks for your input, however I would prefer to keep this program on a local machine at this time. Im sure something like this can be done in vb. Anyone have some ideas?
As I'm new to VB, I've been trying to come up with some project programs to build - in an attempt to better learn the language and software.
With that said, I have an idea for a program that I would...
I'm interested in finding some solid video training for vb.
I would definitely be willing to pay per video or pay a monthly fee if the training is awesome.
Do any of you know of any good sites...
.paul. - thank you for your help - your code worked perfectly.
If you have a free minute, may I ask what this line of code is doing, I dont understand what is happening here.
TabPageIndex =...
Thank you for the tip!
I changed out the code, but didnt notice any difference when running the program
Right click still closes the incorrect tab when trying to close the selected tab.
Here is the full code.
updated to prevent the user from closing the last tab.
Private Sub MainWindow_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load...
As stated, this code was just for closing the tab - not the other functions, as I didnt think those mattered to the problem
Here is my code for right clicking on a tab to delete it.
Private Sub TabControlBox_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles...
Confusing - I know.
Scenario-
So, imagine running the program, where it opens up to a screen that is displaying a single tab, we'll call it "Dashboard".
The user decided to create another tab,...
Im new to vb and have been using 2010 Express for about a week now.
Curious - are there any differences between 2010 and 2012 that I should be concerned with?
I would have to assume the 2012...
New to VB and am working on several different projects to help familiarize myself with the program.
One of them is a basic web browser - and I have some questions on this topic:
A) I noticed...
D) I noticed one bug that I would like to fix. If you create a new tab, and decide that you didnt want to do that and want to go back to the previous tab, right clicking the currently selected tab...
Alright - so I took dday9's code and .paul.'s code and combined them - solving A, B and C.
Thank you very much for your help!
dday9.vbforumRatings += 1
paul.vbForumRatings += 1
dday9 - Thank you for taking the time to reply to my post!
Your first line of code worked perfectly - thank you so much for the help here.
Your second line of code worked, as far as auto...
Kevin - I appreciate your input - unfortunately, that didnt work.
Ideally, once a search button is pressed, I'd like to focus on the window that displays all of the search results.
I've tried:
...
So, I'm running into an issue, which I believe has to do with button focus.
Lets say you have a search bar in your program where the user could search for files.
You set AcceptButton to the...
A) I would like to prevent the user from closing the last remaining tab in my program.
So, I need to check to see what the total number of open tabs are - if the open tabs > 1, then close the...
Thank you!!!
I would like to make a text box that display a predefined text in it - once clicked, the text would then disappear, so the user doesn't have to annoyingly delete the default text before adding their...
What is the approx hourly rate you guys are charging?
I understand that it varies on the scope of the work, and the market you are in - still just trying to get some idea.
I freelance in Graphic...
Anyone else willing to share some info?
Would anybody be willing to talk about how they price projects, and maybe give some example projects and prices?
More information that "what mood I was in at the time" would be helpful lol (thanks...
I see where you are coming from.
I think its just a matter of being smart about your contract with the client.
Why not approach it like the bigger software companies - offering free support for say...
I'm looking for freelance prices..
I've got a day job, and plan on keeping it.
I want to hustle software on the side.
What kind of cash are we looking at?
What is a $250 software to you?
What is a $2500 software to you?
What is a $10,000 software to you?
Your prices are all over the place, and its understandable, as no two software applications...
Juacim -
Thanks for your input - and for catching my oversight.. I didnt notice that the web edition was ONLY for the web, and wasnt the professional edition with the web added. Bummer :)
I...
Thank you for your replies!
It seems like many of you are solo programmers.
May I ask, what was the price tag you gave to your client with some of your associated programs?
I'd like to sell...
LogicalVue -
Thanks for taking the time to reply to my thread.
I have a few general questions for you, if you have a moment:
A) In your opinion, (im going to put you on the spot here) what...
Thank you for the replies - lets keep this going!
What programs have you made in VB?
Could be for professional or personal use - I just want to hear about them.
This thread quickly went sideways lol.
Lets keep talking about the projects that you have made or are currently working on.
Just a brief description of what the program does.
And none of...
Joacim / Nightwalker83 -
I too feel that $299 is worth paying to not have to deal with Objective C.
Besides, any application that I create would be release on a local level first - if no buzz is...
Thank you very much for your help!
Works like a charm.
If I knew how to rate comments - I would :(