Bluetooth file transfer
Hi, i would like to be able to pair a Bluetooth device (mobile) and have files sent from the phone to the PC. Is this possible, and if so how can i achieve this? Maybe embedding windows "fsquirt" some...
View ArticleVS 2010 Broke Color Scanner
I have a code which I'm attempting to use that isn't working properly: Here is the code (full/runable) *requires 1 button (B1), 1 richtextbox (R1), 1 timer (Timer1) Code: Public Class Form1 Â Â Private...
View Article.rtf File Printing
Hi all I am attempting to write a routine with VB 2010 that can be called via a dos program that prints an .rtf page. But when i run the program all i get is a blank page from the printer. This is what...
View ArticleVS 2008 Weird problem with checking if text is blablabla with KeyDown in textbox
Hi ! I have a program that has 2 textboxes, one is multiline where some text is showed, and second is normal where i type commands.Everything worked until i added second command to normal textbox.I...
View ArticleVS 2008 how can I prevent this from causing an error?
I'm controlling the form1.webbrowser1 from a module so I have this loop after form1.webbrowser1.navigate: Do While Form1.WebBrowser1.ReadyState <> WebBrowserReadyState.Complete...
View ArticleVS 2008 Scrollbar in a multiline textbox scrolls down when textbox is full
Hi ! I got a multiline textbox with a scrollbar.Scorll bar works, but this textbox is ReadOnly, and i add text to it using code.I noticed that even when text in textbox is so long that i need to scroll...
View ArticleVS 2008 How to run application from desktop
Hello I have a program that runs in Visual Studio just fine. What I want is to run the appication outside of the Visual Studio. For example from my dest top. Thanks George
View ArticleVS 2010 TableLayoutPanel Drag and drop?
Hello, I'am making a desktop like application where I use PictureBox'es as icons and a TableLayoutPanel as the snap to grid (just like the Windows desktop) But how can I make a drag and drop script, so...
View ArticleBlurry app on ShowDialog.
How can make my app go blur when I use showDialog? Like it will show a dialog form with ShowDialog, and the background form (The parent) will be blurry?
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 ArticleVS 2008 comparing p hotos
Dear all, I took some photos with icam clas and i want to compare them but the HTML Code: if picturebox1.image=picturebox2.image Then do not recognise the same photos from my bad quality web cam. So i...
View ArticleVS 2010 [RESOLVED] Checkbox.Text allowed characters?
Where can I find a list of allowed characters that can be displayed in the checkbox.text area. For instance, when the user enters "&" as part of the text for a checkbox, the "&" does not get...
View ArticleVS 2010 Me.Controls Help
Happy Friday all! I have a little bit of code I need help with. I am extracting the name of a radio button and passing that name to a subroutine to pull out the BaseName to turn on some other forms and...
View ArticleVS 2010 Making strings Reflector proof
If I look at one of my compiled programs in Reflector I can see the values of the strings I defined. Is there a way to hide or encrypt strings internally in my program so that they can't be read in...
View Article