VS 2010 Difficults with transparent edges.
Howdy. I've wanted to make my application to look more "flashy", so I decided to put a skin on it. So I've set the background color to Orange, and the Transparency key to Orange as well. As a result...
View ArticleVS 2010 compare two datasets
hi everyone, hope you doing fine. I really need some help. actually i am developing a small application for creating invoices. one thing that i am finding really hard is when you have to edit an...
View ArticleVS 2008 Unable to edit code when app is running but not a breakpoint...
Hi All, I don't know if this is the way it is meant to be, but if my app is running and I want to edit a sub, then I can't as it has the little padlock next to its tab. If I put a breakpoint say at the...
View ArticleVS 2010 update db from datatable
hi everyone, i am trying to update my database after making changes to my datatable but i m getting an error (Update requires a valid InsertCommand when passed DataRow collection with new rows.)....
View ArticleGood tutorials to follow for beginners? VB
I am wanting to learn .NET coding and what tutorials would be the best to follow to be able to learn more and get better at Visual Basic .NET coding.
View ArticleWhich Exam to take 70-505 or 70-511
Hello All, I working on my certification now. Currently I am using VB.NET 2010 with .NET framework 3.5/4.0, I do not much experience with WPF. Which one should I start with, 70-505 or 70-511? Thanks
View Article[RESOLVED] Universal StreamWriter logging updating file in real time
I have created a Logging class which inside hosts 4 static methods of writing to a text file: BeginLog, Log, EndLog, and SendLog. Right now these all use the same class level defined StreamWriter...
View Article[VS 2010] Loop through excel setting variables from rows
Hi, Part of a program i am doing will be sending emails in a mail merge type fashion with the data stored in Excel. I have the code for sending the email in HTML format all OK but i cant get my head...
View ArticleVS 2008 help need in system.io.file to open,read,write & close a text file
Hello,:wave: I want to use system.io.file to open, read, write and close a text file can any one please give example on this? Regards, mehawk
View ArticleHaving Trouble with Some Simple Code
So I'm trying to make a simple autoclicker but it's not working and I can't for the life of me figure out why. There are no errors so I don't know what it could be, so any help would be appreciated....
View Articleerror: the connection cannot be used to perfrom this operation. It is either...
i am trying to connect a remote computer with server but received this message. error: the connection cannot be used to perfrom this operation. It is either closed or invalid in this context. i am...
View ArticleVS 2010 Read txt file and store into variables
Hello, i tried to find some codes in here. (By search) But i haven't still found solution. TXT file aka config: Code: SAMP_PATH=C:/Program Files/Extra/Nothing/samp.exe PATH_FOUND=1...
View ArticleVS 2008 HotKeys for both 32 and 64bit
Hi ! As you all probably know, when i declare GetAsyncKeyState function, then i need to specify if i take it from user32.dll or user64.dll, if i for example use 64bit program version when im really...
View ArticleWhy my form closes? and not putting items in listview?
Why processform will just show a bit then closes itself and not adding items in listbox? I tried showing it before this code but this time it will show but it did not add anything in the listview. I...
View ArticleVS 2008 Get return value of regsvr32 invoked by Process.start / Shell
processStartInfo.FileName = "regsvr32" processStartInfo.Arguments= "sth.ocx /s" processStartInfo.WindowStyle =ProcessWindowStyle.Hidden processStartInfo.UseShellExecute = True...
View ArticleVS 2008 I could not solve this null exception problem:
Hi, after 3 years being far from programming, i needed to write something to joining my scanned papers (jpeg) but i couldnt find an exact solution how to solve the problem below: Please help me to...
View ArticleVS 2010 Switching between forms
I have a program where I display a master form on which I then display another form which only fills part of the master form making it look like a single form. This has worked fine for me in the rest...
View ArticleVS 2010 Set Max Download Speed
Titles says it all, but incase you need more i will give you some more info. The user clicks the button, and even if his download speed is 10mb/s, he will download the file with 100kb/s. Thats all:)
View ArticleVS 2010 Installation failing, need help!
Hi. I just compiled my project and when I try to install it on a computer I get this fault: Attachment 95675 I know it's i Danish, but i hope you guys can see from the small amount of code what the...
View ArticleHow to Show IP in a TEXTBOX, Using a WebBrowser HTTP Connection?
Hello everyone... I am very new in VBNET but I do have some knowledge. A friend of mine requested me to help him make a webbrowser that has an Proxy IP Changing option + that he wants the Browser to...
View Article