20,284 Topics
| |
Hi folks: I will need to upload my Access DB and my VB exe file to a server.. Will it be ok if I changed the pathname in the connection string to the path of the server where my DB is located now ? my vb form has to comboboxes … | |
Hi, I need help solving this problem. I have a dataset with four columns col1,col2,col3,col4 and the data could be col1 col2 col3 col4 ===================================== t1 abc a 1 t1 xyz a 2 t1 mnp b 3 t2 abc 1 t2 kkl 2 I want to create a datagrid which … | |
Below I listed the errors that I received and since I am new to VB .net I am not sure what I need to do to fix them. Can anyone give me an idea on how to fix it?? Error 1 Statement is not valid in a namespace. C:\New Folder\WeatherReport.vb … | |
hey ya, recently i've undergone a dotnet trainig in my college.i tried to use as much asp.net tools as much i could to make a website in a week.there's a login control in asp.net ,i just don't don't have any idea of authentication,autherization and all these stuff,i wanna make a … | |
Hi Everyone, this is my first post so I hope I don't break any rules/codes of practice. I have developed an application and produced the appropriate setup files by adding a 'setup project'. I have no problems installing it on a standalone machine. However, I want to install it on … | |
I am currently using a database within my program and I have no problem backing it up or restoring it when i am simply debugging. However if it is published and downloaded it cannot find the path that it needs to get to the database to copy it. My code … | |
hi, I juz started learning vb and using visual studio 2005. I need to get the info from datalist to show in another page. eg. first page displays the summary list of products available using datalist and i wan to make it so that when a particular product is clicked … | |
I have a very large MS Access database with over 80 tables and 15 queries. My problem is I can get the data that's in the tables to show and load, but I can't add any new records and get them to save in the database, using the DataBase Wizard … | |
I am using microsoft access in doing a program in ASP.Net using VB.Net language. I want to know how to create dll file. Could anyone please guide me in this aspect. Thanks alot in advance. | |
i have 2 comboboxes filled with ram values..both are the same.. i need to choose 0.5 from combobox6 and 2 from combobox7. and when I hit the click button, I want the sql query to get executed. 1. how do i fill the comboboxes with the same values from the … | |
Hi I have 12 comboboxes for data entry. Everytime I type in some input in the form, it gets stored in the Access Database. Every time my form loads, it picks up all distinct values from the database and fills the combo box. But there are several repeated values because … | |
Hi, i need to display a query result in textbox. can you please show me how to do this, here is the query: Dim CouponDes As String = Convert.ToString(Me.cboDescription.SelectedValue) Dim sql As String = "select Code from QueAns where Description = '" + CouponDes thanks | |
I use VB .net to create Excel 2003 workbooks (.xls) based on a template (.xlt). Currently, I make a copy of the template (xlReportName = C:\VisualStudioDotNetProjects\VisualBasic\MillsReport\Reports\MediumMi ll200807.xls and xlReportTemplate = C:\VisualStudioDotNetProjects\VisualBasic\MillsReport\MillReportyyyymm .xlt both are stingbuilders): [code] With xlReportName 'Create new report(make copy of template). File.Copy(xlReportTemplate.ToString, .ToString) 'Make the file writeable. … | |
Hello! I was hoping someone could give me a little advice. I have successfully got my flash files and movie files playing together on a vb.net form. (flash files in shockwave object, movie files in activeX object). What i really want to do is to: 1). play transparent flash objects … | |
Folks: I am trying to get all NVIDIA users on the list and I am saying NVIDIA* in my SQL statement since there are different versions of NVIDIA.. if instead of NVIDIA* i said 'NVIDIA Quadro fx 4600' i get a list of queries.. but if I said 'NVIDIA*' i … | |
Hi, using VB 2008, I have a datagridview bound to a datasource and want to position to a row based on the value keyed by the user in a textbox. I can sort of accomplish this with one line of code on the textbox changed event i.e.: Me.BindingSource.Position = Me.BindingSource.Find("ColumnName", … | |
I am using VB Express in Vista. How do I get access to the cookies folder? It is marked as hidden and grayed out so I can't change it. I am trying to delete some cookies but it won't let me. My code for deleting is: [CODE] Dim s As … | |
Hello, I have an problem with updating a database after I have deleted or edited a database row in VB.NET. When I insert a new row it works well. When I delete I get the following error message: [I][COLOR="Red"]Update requires a valid DeleteCommand when passed DataRow collection with deleted rows[/COLOR][/I] … | |
I need to copy the data from the top row of a worksheet to all those empty rows underneath it UNTILL you get to a row that has data…then start over and copy that new data into the empty rows….and so on… I have the code that we've written so … | |
When I uploaded my Vb Project on the server I was getting the following error: "Application attempted to perform an operation not allowed by the security policy. To grant this application the required permission contact your system administrator or use the MS.Net framework Configuration tool. I came across the following … | |
hi: I have a db which has RAM field in it. I have set it as text because I need to have the GB or MB along with it. I had 5 modules in my project and this is my last one. i also have decimal values in RAM like … | |
Is anybody have the solution for getting source code or some particular contents of an active webpage to a vb application? Pls help me | |
My problem is that I am not receiving all of the data that I should be. I am only receiving 7 records rather then receiving 12. Is there a time limit that a socket can recieve for? Is there something else that could be my problem that I would not … | |
hey all.. for example i have a whole letter page on a webpage.. i want to know how i can print only that letter and not the entire webpage.. should i put a button and declare the codes from there? what kind of codes do i implement..? some examples would … | |
I create 2 datatables and add them to the dataset and add the relation. The problem is only the parent table seems to be bound to my gridview. Any idea of what I might be missing? [code] Dim connVT As New SqlConnection(ValuTrak.strConnVT) Dim strSqlAD As String = "SELECT * FROM … | |
Hello, I am 'learning by doing' .net programming for excel macros, i.e. I am not an advanced user. I have been trying to solve a problem for quite some time. The issue is regarding an add in called Essbase, which is an excel environment for viewing BI data (Hyperion system … | |
Hi, I'm trying to find out what method the VB .NET GetHashCode() function uses with the view of using the same hashing method in PHP. Can anyone help? | |
hey suppose I have 3 Rows Items in a ListView. I want that when i Click on Row1 msgbox comes Yogesh 0 When I click on Row 2 Msgbox Comes Yogesh 1 & SO ON> But with mine code- When I click on Row1 msgbox comes Ruchi 0,Ruchi 1, Ruchi … | |
Hi , i 'm a newbie in vs 2005, current developing a module that need user to key data at the text box and save it to table that created MySQL in vb, here is the code i had generated but it return an error of [B]Sql Exception was unhandled … |
The End.