20,279 Topics

Member Avatar for
Member Avatar for dhanashreegd

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 …

Member Avatar for KillerOfDN
0
147
Member Avatar for fireportal

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 …

0
51
Member Avatar for SolTec

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 …

Member Avatar for hepatit_h
0
73
Member Avatar for happyns

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.

Member Avatar for KillerOfDN
0
50
Member Avatar for kavithabhaskar

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 …

0
60
Member Avatar for kavithabhaskar

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 …

Member Avatar for kavithabhaskar
0
81
Member Avatar for Shihabudheen
Member Avatar for sam1

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

Member Avatar for sam1
0
95
Member Avatar for raoulb

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. …

0
61
Member Avatar for johnRiley

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 …

0
69
Member Avatar for kavithabhaskar

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 …

Member Avatar for kavithabhaskar
0
102
Member Avatar for Bill Purkins

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", …

Member Avatar for Bill Purkins
0
568
Member Avatar for waynespangler

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 …

0
63
Member Avatar for Jemjoo

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] …

Member Avatar for RipperJT
1
246
Member Avatar for jtomacelli

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 …

Member Avatar for asnider
0
95
Member Avatar for kavithabhaskar

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 …

0
147
Member Avatar for kavithabhaskar

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 …

0
144
Member Avatar for itshibu

Is anybody have the solution for getting source code or some particular contents of an active webpage to a vb application? Pls help me

0
57
Member Avatar for firebirds98

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 …

Member Avatar for bonave
0
108
Member Avatar for mirainc

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 …

0
75
Member Avatar for RobertG35

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 …

0
55
Member Avatar for jonaswidmark

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 …

0
52
Member Avatar for stoneferry

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?

0
48
Member Avatar for ruchika beddy

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 …

Member Avatar for KillerOfDN
0
194
Member Avatar for mistyfy_t

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 …

Member Avatar for RipperJT
0
77
Member Avatar for Time Indicator

Hello, I have four textboxes in my calculator. Textbox 1, Textbox 2, Textbox 3 (acts for the Operand) and Textbox 4 (the result). I have a button called Result and when clicked, I want the result to show in the 'Textbox 4'. How would I go about that. Also, when …

Member Avatar for suley04
0
127
Member Avatar for sdimantova

I am making a program to list all files in a listview (currently it lists the file name, file path, last access date, and size) in a specified directory, and I want the user to be able to select files using checkboxes, click a delete button, and see those files …

Member Avatar for KillerOfDN
1
703
Member Avatar for itshibu

I have a project. I need to know how to access source HTML code of active HTML page. I had tried with VB program its working this way : [code] Private Sub Command1_Click() On Error GoTo command_error With Label1 .Caption = "" .AutoSize = True .LinkTopic = "IExplore|WWW_GetWindowInfo" .LinkItem = …

0
80
Member Avatar for reniies

I have developed an application in vb.net to generate reports against a SQL database where I used visual studio 2003 - crystal reports. I need to deploy the same as a setup file to install it in other client PCs where there is no crystal reports or visual studio installed. …

Member Avatar for Jx_Man
0
94
Member Avatar for sisi

Hello i need help about hide and show form . Can anyone provide code to write for hide form and show other form thx you

Member Avatar for sisi
0
137

The End.