Hello, today i came here to release my Voucher Query Creator.
It's a basic program in Visual Basic that creates a Voucher Query with your choices. It may require Framework 4.5
______________________________________________________________________
Redesigned a lot of stuff
Added some icons
Added Settings
Made them easier by using ComboBox
Cleaned up A LOT of code by doing the previous step
Added Querys created in this Session
Added Export to SQL file (It will export to "Voucher.SQL" into the folder the program is)
Added Copy to Clipboard
Added Minimize to tray (it will minimize it to tray and show a "plus" icon. Click it to open program again)
Bug Known : WHEN USING BLACK THEME "Querys created in this session" will not appear.
VirusTotal : https://www.virustotal.com/file/8eed...is/1349116726/
[In the past version i had 3 false positives because i was using the debug .exe , now as i'm using the release .exe it won't show any more false positive ^^]
Fixed a word in Portuguese translation and when going back to English
Translation now translate "Query tested with Phoenix"
Redesigned the program
Added ; on the end of the Query
Added ReadOnly function on the Query TextBox
Added Dutch translation
Added Assembly Information
Used Release instead of Debug .exe
Credits : Me (Biblioteca13)
If you repost on other forums please link this topic and the credits.
I hope you like it!
If you have any sugestions just let me know,
Biblioteca13
30-09-12
Spheral
Re: [SQL] Voucher Query Creator
Nice release, ill test this out and give you some feedback :),
Many regards, John Hearfield
EDIT: This is really nice and very quick and easy to make vouchers for competitions and events.
30-09-12
JustTime
Re: [SQL] Voucher Query Creator
Nice, I agree with John it's really fast. Thank you.
30-09-12
LucasReis
Re: [SQL] Voucher Query Creator
This have been released, so, he don't know c# and he is editing existing codes.
30-09-12
Biblioteca13
Re: [SQL] Voucher Query Creator
Lucas , as i said , i made this in Visual Basic , not in C#.
And i made this from nothing , if there is already a program simmilar to this , i didn't know about it.
Kind Regards
30-09-12
Delici0us
Re: [SQL] Voucher Query Creator
Absolutely useless. You’ve not even attempted to offer a connection to MySQL with your program. You could have done this in PHP with the added bonus that it would automatically insert into the database.
30-09-12
Biblioteca13
Re: [SQL] Voucher Query Creator
Quote:
Originally Posted by Delici0us
Absolutely useless. You’ve not even attempted to offer a connection to MySQL with your program. You could have done this in PHP with the added bonus that it would automatically insert into the database.
Hi , Delici0us.
I don't know how to make it, maybe in the future i learn.
This is a basic project in Visual Basic , and it's a query creator.
Thanks for your feedback
30-09-12
.::Arjan::.
Re: [SQL] Voucher Query Creator
Simply and nice :)
30-09-12
Biblioteca13
Re: [SQL] Voucher Query Creator
Quote:
Originally Posted by .::Arjan::.
Simply and nice :)
Thank you!
If anyone knows another language just let-me know the translation of :
Credits
Pixels
Poins
Voucher Name
Create Query
Query tested with Phoenix
Thanks!
30-09-12
Cecer
Re: [SQL] Voucher Query Creator
I've noticed you have compiled this under debug settings. This might be the cause for the false positives as it seems to add a lot of code (some of which collects details about the user which I think might be triggering the scanners).
01-10-12
The General
Re: [SQL] Voucher Query Creator
Quote:
Originally Posted by Biblioteca13
Thank you!
If anyone knows another language just let-me know the translation of :
Credits
Pixels
Poins
Voucher Name
Create Query
Query tested with Phoenix
Thanks!
Looks simple but handy. I prefer using pma and insert it manually.
Dutch:
Credits
Pixels
Punten
Voucher Naam
Maak Query
Query getest met Phoenix
01-10-12
Biblioteca13
Re: [SQL] Voucher Query Creator
Quote:
Originally Posted by cecer1
I've noticed you have compiled this under debug settings. This might be the cause for the false positives as it seems to add a lot of code (some of which collects details about the user which I think might be triggering the scanners).
Thank you , i think i forgot to turn it to Release.
In version 0.02 i will fix that , i hope i don't get more false positives
Edit : v0.02 is Released!
02-10-12
iRaged
Re: [SQL] Voucher Query Creator
This isn't needed in the time it takes you to input the data and then query it you could've just added a new row on the table.
04-10-12
Biblioteca13
Re: [SQL] Voucher Query Creator
Quote:
Originally Posted by iRaged
This isn't needed in the time it takes you to input the data and then query it you could've just added a new row on the table.
If you want to use the query later or give-it to a friend or do other thing rather than input it you can use this ^^
I hope all of you that use this give me some feedback.
I will be gathering tips for v0.03.