VS 2010 Error when opening crystal report in vb.net windows application
Hi, I have done a simple window application using vb.net 2010 with crystal report and back end ms access 2007 and i deployed. And i installed in my friend's PC (Windows 7 home basic 64 bit OS) and he...
View ArticleVS 2010 datagridview update problem
Hello all I am building an application in vb.net that uses 5 data tables from access databases. The main database is costumers. the app uses the current costumer num to view tasks associated with him....
View ArticleAES Encryption Function and Creating Identical Function in PHP
I have these two functions. Code: Public Function AES_Encrypt(ByVal input As String, ByVal pass As String) As String Dim AES As New System.Security.Cryptography.RijndaelManaged Dim...
View ArticleVS 2010 Detecting if mouse is in the right side of the screen?
Hello, I would like something to happen when the user has his/her mouse in the right(not left) side of the screen, until now, I have been using a docked panel and it's MouseEnter event, which works...
View ArticleVS 2010 Detecting Window Bounds of a Program?
So I can't find anything like this anywhere and was beginning to wonder if it was even possible. Similar to the way many screen recording programs allow you to select the window you would like to...
View Article[RESOLVED] What timer to use.
I am writing a new project tonight I thought I may have a go at writing a program to close process, for example when Notepad.exe is opened, it will inform the user to enter a password if correct run...
View ArticleLost my form
Hi all, I'm still new to visual basic so probably have made a silly mistake somwhere. The problem is that I created a form yesterday as part of a program I'm writing but today when I opened my project...
View ArticleVS 2010 how can i create a server (.exe) in vb.net as i did in vb6
i am very new to vb.net. have created servers in vb6 and now need a server in vb.net. i can create a server and define some methods and run them from my app. that references the server. however i need...
View ArticleIs something wrong with my VB download?
I just downloaded VB 2010, installed and activated it, and tried this snippet of code - Public Class Form1 Dim item1 As String item1 = "test" End Class In the line item1 = "test" there's a blue...
View ArticleGet between two strings function modification
I have a function that I am using to get a string from between two substrings. The modification is that I need the function to have multiple stopping parameters. So if it finds any of the sStop strings...
View ArticleVS 2010 [RESOLVED] Where to upload a Visual Basic game, and how?
Hi I am a user of Visual Basic. I would like to upload my game to a trustworthy, popular, website, but I don't know where. (I don't mind not making any money, but it would be nice ;) If anyone has...
View ArticleVS 2010 Connection String - MS Access 2013 Beta
Hello, does anyone know the Connection String code for MS Access 2013 Beta, version? Cheers
View ArticleVS 2010 MS WORD - Microsoft.Office.Interop.Word - Merge multiple docs
Hi Guys I Have written a little program that uses "Microsoft.Office.Interop.Word" that opens as many files you select from openfiledialog and opens them then saves them as a word "DOC" file. it has 2...
View ArticleVS 2010 How To Recursively Read All Text Files In Directory & Extract...
Hi All, I am relatively new at programming in VB.Net and I have come across a scenario with which I would need the experts advice. I will put as much detail into this question as possible. I am working...
View Article[RESOLVED] problem with WindowsMediaPlayer Control
Ok, so I have finished my Grade 11 computer Science culminating Project. (with much help from this forum, i thoroughly appreciate it!) Only one thing remains, we are to hand in only our project folder...
View ArticleVS 2010 Color Change Question
I'm working on a program that requires an object to change colors each time a user clicks it. The object I am trying to edit is a "Panel". So, what I've done so far: I've double clicked the panel,...
View ArticleTransparent label on top of a WebBrowser Control
Hi, Im tryingto have a webbrowser control on my form with a transparent label on top indicating which page (webcam) the users is on. Even when I set the label.backcolor to transparent it still appears...
View ArticleVS 2010 Visual Basic Limitations
I'm new to VB - I've been learning C++ for a few months (painfully) - and decided to learn VB on the side, to get faster results. I know that you can do far more in C++, but I'm not exactly sure where...
View ArticleVS 2010 Creating a printer device with .NET...is it possible?
Is it possible to create a printer device with VB.NET? I would like to create a tool that "prints" to a jpeg file. I'd like any program to be able to access this tool by simply using the print commands...
View ArticleVS 2010 If Statement
Hi everyone. Hopefully someone can help. In one of my forms in my project, has a listbox, and various textboxes and buttons. Is it possible, for when the user enters the details in the textboxes then...
View Article