SQL command syntax error
hello i am trying to run a command to test if some records are already in a database table. but on test i get this syntax error incorrect syntax near ')' and here is the code: Code: "IF EXISTS (SELECT...
View ArticleVS 2010 Comparing two dates
In VB.net, how can I calculate if a date is between two other dates or if a date is before another date? I have tried the < > operators, yet the result is not correct. Is there something special...
View ArticleHow to go to Form 2 from Form 1 by a button . VB.NET 2012
Hi, I have two forms in my VB.net 2012 . I want to go to form 2 from form 1 on click of a button. Kindly help! Please share with me the link for the best book for VB.NET 2012 - free download. Thanks,...
View ArticleVS 2010 error at save between 2 tables they have relationship one-to-many
hi all I have 2 tables Customers and Orders it have relationship one-to-many and i set the cascade between tables. i add both tables to one form and i set EndEdit event to the CustomerBindingSource...
View ArticleVS 2008 [RESOLVED] ShellToBack
Hello, I posted this question on other forum but haven't get any usable help. Problem is that I open explorer through my program (Shell) and drag a file to my form. Then message box should appear which...
View Article[VB.NT 2012] Chart Axis Description Problem
Dear Forums User, I am German and that's why I will apologize for grammar mistakes I will make in this text. I have a Problem with Bar Charts. I want to create a Bar Chart with 2 Series....
View ArticleRemove Item Remove The Tax----HELP Please
I do not have a code for this, as I have tried and failed many times. I have a list box, inside the list box are item prices, which a subtotal is gathered and displayed in a separate label, via...
View ArticleVS 2005 [RESOLVED] downloading a file from HTTPS using proxy
This was suppose to be a simple task,what i wanna do is download a file lets say https://www.onlinesubmit.in/people-computers.jpg but the original file has limited to view in a particular region so i...
View ArticleVBNET PHP and security
Ok first questions waht do a/indie developers b/professional vb.net developers use to protect their exe's from decompiling hacking etc.. What software is there? Second question: When sending data to a...
View ArticleVS 2008 Proccess open, activate, close
Hello, I have one scenario with opening, activating and closing a project which don't work. Here are two declarations on form level: Code: Dim explorerID As Integer = 0 Dim eProc As Process =...
View ArticleVS 2010 [Help].Txt file to CheckedListBox problem
I am making a cheat code program and I have a problem, the way it works is the cheat codes are imported into a CheckedListBox from a text file so you can check which ones you want and export them in...
View ArticleDisplay memory byte array in hex dump
Hi, I wan to create simple hex editor because later want to add function to read memory from comm port. I want to make it able read byte by byte and can edit byte by byte too. So far I do have below...
View ArticleVB programming
Hi, I'M doing a database using VB. in my database there are a few info (shown below"Picture"). my question is.. how do I program such that the "ID" will run in sequence even i delete in-between??...
View ArticleGecko launch new window for new page script
More of a Gecko web engine question, but I figure someone here might be able to help me out. Naturally, a web browser will need to open up a new window. However, I cannot get it to function properly....
View ArticleMswinsock With Socks 5 Support ?
hi brothers i want a Mswinsock.ocx With Socks 5 Support For Vb.net the Normal Mswinsock.ocx is support HTTPS Proxy But Dont Support Socks 5 :confused::confused::confused: plz help me :ehh:
View ArticleVS 2008 String reduce
Hi all ,Im trying to reduce string repetitions. Keeping same order to not alterate text. So exemple : Code: aabbbbbcccaaaa Would be : Code: a2b5c3a3 I've been trying to figure out ; Code: Dim a As...
View Article[VB.NET 2010] Textbox databinding problem :confused:
Hi guys, i'm facing into a very strange problem. I binded a custom string property to a textbox, using textbox.databinding.add("Text",bindingsource,"Description") and calling...
View ArticleVS 2010 Datagrid columns comparison problem
Hi, datagrid trying to compare the two lines. I did, but I can not cross a kind of search. putting an image as an example. I'd appreciate it if you help. The normal appearance of the grid number 1 in...
View ArticleVS 2010 Setting Media Player Item Attributes
Here is my code: Code: Public Sub SaveMediaItemAttributesToFile(stringFilename As String, stringAttributeName As String, stringAttributeValue As String) Dim MediaObject As WMPLib.IWMPMedia3...
View ArticleVS 2008 Events from usercontrol
Hello, I'm trying to make simple but functional usercontrol with only one textbox inside. Here are few main events which depends on situation in usercontrol which I declared like this: Code: Shadows...
View Article