How to run a JavaScript based webpage on VS2012 .NET WebBrowser
I would like to get a javascript site running on the VS2012 WebBrowser without getting like 3-4 errors, then it doesn't even work at all. Is there a certain type of webbrowser I need? Or a way to...
View ArticleVS 2010 [RESOLVED] Reference a control using a variable
Hi, I have several controls with an incrementing integer suffix in its name. I'm wondering if it is possible to reference the control using a variable? I can get around this using a dirty select...
View Articleselecting table name from a combobox: Not working
When using the SQL Select string : "Select * FROM AAAAA" or "Select * FROM " & aaaaa & " , where aaaaa is a string reference to table name AAAAA, everything works fine. But when I select the...
View ArticleOverwriting VBA file with new data
Hi, I have this original file with codes which I used earlier to run VBA to analyse data. However, when I changed the data, the analysis completely changes and I am unable to get the desired result. I...
View Articlehow to do this in vb?
Hi I need to make my exe call exact same thing as the batch file below: @ECHO OFF LOGOFF How do I call this in Vb? It needs to be exact same thing. I tried shell shutdown /l but that logs off...
View ArticleWrong output VBA vs Excel
Hi, On running the following code, there is a difference between the output using VBA and that of normal Excel formula (VBA being incorrrect)- Sub MaxI() Dim x, y As Integer Cells(1, 10) = "55 MAX" x =...
View ArticleWindows Form Size VS2012
Not sure that this is in the correct area, but as I am programming in visual basic perhaps it is. If not maybe a moderator could move it. I have just upgraded to Microsoft Visual Studio Ultimate 2012...
View ArticleVS 2008 Newbie...plz help! :)
Hi all...im new to this and am trying to create a database using text files. The first stage is to allow users to log in and register as a new user if they need to. i am currently looking at the new...
View ArticleVS 2010 All i want for halloween is to know how to do this :-) Trick or Treat...
Hey guys, this is my halloween trick or treat for the forum. Yes I know I'm a little old to be trick or treating...but i promise I look cute in my everyday nerd costume :-)p Ok so this is what I want...
View ArticleGlassfish servers not recognised!
Hi, I'm trying to configure Glassfish for use with Netbeans to finish my homework! I previously had Glassfish installed but for some strange reason the references for it in the registry were messed up...
View ArticleMsOf10 [EXCEL] Get the date range of selected Chart
Hi, I have problem, because I want to create button which will shift the data range for selected chart on sheet. I know how to change the range of selected chart but I really dont know how to get...
View ArticleVS 2010 hashing multiple bytes ?
im trying to decrypt xbox 360 account file but there is a step i could not find any answer. Make a hash of the confounder and decrypted data using HMAC-SHA1 and a key above and compare it to the first...
View ArticleVS 2008 SQL SELECT with Priorities
I have five fields which I need to use in a SELECT statement, but I need to find them in order of priority. FIELD 1 FIELD 2 Priority 1 for Field 1 & 2 ______________________________ FIELD 3 FIELD 4...
View ArticleProblem installing SQL Management Studio
Hi, I've reinstalled windows on a new hard drive using an AlienRespawn Restore backup disk which seems to have gone ok. However, when I try to install SQL Server Management Studio as administrator I...
View ArticleExtJS JsonStore
i making my first steps with ExtJs and cant figure out whats the problem with this example... the grid is showing but with no records Code: Ext.onReady(function () { var store = new...
View ArticleVS 2010 building a dynamic linq query
Hi, I have a data table with 20+ columns and potentially 30,000+ rows, and am trying to build a search engine for it. Essentially the user will choose a column then pick a search condition (less than,...
View Articleinternet explorer get result from the second window
I have this link: http://www.emilbanca.it/portal/page?..._schema=PORTAL test data input for box ABI (are in column A of sheet): 01000 01002 01005 01010 01015 01020 01025 01030 02002 02005 02008 03000 i...
View ArticleUsing a String as a parameter?
hello everyone, I new learning queries, I am stuck and i need help.. How do i use a string as a search criteria in access 2007? form1 has a public function to get a ... variant/string? Code: Public...
View ArticleSave form as BMP, including MSFlexGrid
I have a design on a form that has an MSFlexGrid on it. I can export the form as a BMP image but it won't include the MSFlexGrid on the exported image. How can I get the MSFlexGrid to be included in...
View ArticleCSV with quotes
I have a csv export that wraps each column with quotes and adds a comma to the end. In my code, if I know the last column, I can set that column without the extra comma as in the example below. But...
View Article