VS 2010 [RESOLVED] Can someone use a DLL if it's code is obfuscated?
Just wondering, if I obfuscate my DLL, I know it's code cannot be extracted, at least not without some great knowledge I don't know, but anyway, that's not the point. Is it possible to just use that...
View ArticleVS 2010 Adding/Removing from separate forms
Okay so im making a system were you can add/delete users. On the main form i have the "pick user: *combobox here*" on the add user form how would i make it so when i type a name in the textbox and...
View ArticleSelect row from DataView querying with 'Date'
Hi I have a table which contains a date column called 'PurchaseDate' I have a list box which displays the months. When I click a month , I need to query the dataSource and collect the rows which have...
View ArticleWeb Browser Mobile
Hi all my web browser is meaning that some sites, for example "Twitter" is redirecting to the mobile version of the site. I need it to be the full version. It says it's redirecting me to the mobile...
View ArticleVS 2005 How to name the control on form in this condition?
Hi. I have a form on which there are different textboxes right. the first one is lets suppose Student Name text box so i named it as txtName right. Lets suppose i have such a a form on which i have the...
View ArticleVS 2010 An exception has been encounterd. This may be caused by an extension.
Visual Studio 2012 Professional: An exception has been encounterd. This may be caused by an extension. I have included the log, cause I don't know where to look in the activity-log. Any chance someone...
View ArticleVS 2010 Listview Items
Hello. Ive got a listview with 3 columns- Date / Time, User and Details. When a user clicks on an item, highligting it and then presses a button, a form then shows up with 3 textboxes with the same...
View ArticleVS 2010 unable to use speech platform 11.0 voices
Hi! I'm trying to use speech plateform 11.0 voices, but I can't see them. I've downloaded and installed the SDK, the runtimes and the Italian voice Lucia. Nothing to do with Vs2008, so I downloded and...
View ArticleVS 2008 Remote Desktop: Detect which parts of the screen change.
I'm making a remote desktop application which will obviously require a client to take screenshots and send them over to the server which will display them. I have this working except it's extremely...
View Article[RESOLVED] How to hide the secondary(?) toolbar in a Crystal Report Viewer
I only put the (?) after secondary because I don't know what it's called... That said, I have a crystal report viewing on a form that I'm calling a Report viewer. It's more or less just styled in ways...
View ArticleVS 2010 Visual Basic 2010 programming with If Then Else Statement
I need Code:  If HoursParked <= 3 Then       CurrentCustomer = 2     ElseIf HoursParked <= 23 Then       CurrentCustomer = 2       CurrentCustomerTextBox.Text =...
View ArticleVS 2010 Problem with passing argument to cmd
I'm sure this is one of these post where it will take someone 1 sec to point me to the correct solution, and I apologize in advance. I have done this using other exe but I can't seem to get an argument...
View ArticleVS 2005 VB 2005 create mdb database???
HI everyone. I am new in programming. I am creating a program that runs off of mdb database. I have the database working now but I have run into a bug.... If the database doesn't exist I need to be...
View ArticleStoring Data
Hello everyone. My question today is how can I store data that user enter. What I mean by that? After the application close, I want it to remember user data. For example, he enter some values in...
View ArticleVS 2008 Battleships
I have to create a simple battleships game. this involves the console choosing random places to place ships on a (10,10) grid. my code is very random, however the question i have is with the do until...
View ArticleVS 2008 issue w code block need to code revise VB6 to vb.net frame not...
I am getting a slew of errors in this module in regards to the frame not being supported in System.Windows.Form.HTMLDocument. It would have been better to have rewritten the code from scratch looking...
View ArticleVisual Basic Screen/Program Blinking
Hello everyone! I have a problem. When I compile my code my program is blinking when I try to move it. Maybe any of you had this problem or know a solution for this problem and why this is happening. I...
View ArticleVS 2010 Reading sourcedata from element in webbrowser
Hello guys, I really hope you can help me out. I'm trying to get data from an element. In order to get the right data i first had to select the right item in a listbox. I selected the right item, but...
View Articlecheck to see if someone has entered thier time today..?
Hi, I have a form/program that is a reminder for people to enter in the time they worked every day - it works fine. It's a simple pop up reminder program. Just says "please enter your time" and if they...
View ArticleEasy Question!
Set the value of a integer type variable = to the corresponding element in a combobox list with preset items. I can assume that Apples holds an index of 0? So is there a way I can locate the...
View Article