20,284 Topics
| |
Hi, I want to avoid the back arrow navigation.If user click on back arrow button then it should dispaly don't use back arrow button,use left hand side menu for navigation.plaese help me. Tahnks. | |
Iwant to check whether the userid and passsword entered for the designation 'business manager' and for ''counter assisstant is same as that in users table . if it is correct it must show next page main menu otherwise error message. what will be the code for that in vb.net? | |
Iwant to check whether the userid and passsword entered for the designation 'business manager' and for ''counter assisstant is same as that in users table . if it is correct it must show next page main menu otherwise error message. what will be the code for that? | |
I am a new student in the area with very little programming experience. We are working with arrays in our vb.Net class and I am coompletely lost. Our program has to look up part numbers in order to improve customer service. The user has to enter the part number and … | |
Hi all, I am working in windows based application. In this application, a form contains 11 panels as 11 rows. I mean 11 panel as one by one. Each panel consits 11 checkBoxes without text only checkBoxes. if I check any one of the checkBox in any row, i need … | |
Code for Convert Video file to Thumbnails. | |
I am working on an application in Vb.NET the pulls data from an online MySQL server. The problem i was facing was that my application had no direct access to internet. The application connects to a proxy server which was blocking access to database server because the proxy server only … | |
I am writing a vb program to print out fragrances for this auto center. my program is working fine, but i am having trouble writing a for/next loop to print out the interior and exterior lists. the printout has to contain the package name, the interior and exterior items included … | |
Hi, I have an old web-application in production which works fine. Now I want to make some changes and loads it into MS web developer express with the newest .NET framework installed. The problem occours when loading the website into the program. It seems that the "My" doesn't support request … | |
Hi every one, I made crystal report and i put crystal report viewer in my form when I run I got the report but the print button inside the report doesn't work, the export button also doesnot work and the button of next page same thing WHAT is the PROBLEM … | |
Can someone explain to me why this code do not try to perform the loop? It just crashes my program:([CODE]Private Sub btnCommission_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCommission.Click Dim strComAmount As String Dim decComAmount As Decimal Dim decAverageCom As Decimal Dim decTotalOfAllCom As Decimal = 0D Dim … | |
I added nedia player on mine form. On Button click, In media player video starts. Suppose i write. AXMediaPlayer1.URL="http://www.voanews.com/wm/voa/europe/alba/alba1700vb.asx" Now the Video starts.. I want that on Save_Movie Button, Video that is Running in media player is Saved in computer.can Somebody tell me from where to start?? | |
[B]i want 2 save an edit and add data in vb.net 2005 but don't know how can any one help [/B] | |
Hello I need to remove the first character of every string in a datagridview. However when I try to use datgridview.item(x,y).value.tostring.substring I get an error because I do not know the lenghtb of the substring. Any ideas? | |
is there any way of having a portable database packaged with a project and if so how would I refer to it without having to mention the specific directory which would not be true for someone elses computer? Do you think that I would have to set up an installation … | |
Hello EveryBody, I would like to know if there is a way so that i can include nested Datagridviews in each other As in Access when using subForms Or subTables | |
Hello. I am writing an application that displays photos. I need to be able to stop the SlideShow when the user presses the "Stop" button. Right now, what's happening when the Stop button is pressed, is a public variable, bStop, is set to True. It works sort-of, and it also … | |
Hi, I have read a similar thread where it was indeed possible to embed an excel spreadsheet into a vb.net application. I am wondering if this is possible with vb express 2008. the best that I have been able to find is toolbar>context menu>choose items>COM>FlexiGrid version 6.0. I would like … | |
I created a new Class Library, and want to use the MessageBox.Show function within a procedure in the class. Maybe this can't be done? I tried adding "Imports System.Windows.Forms" to the top of the class module, but it won't allow me to use that, either. Here's a simplified version of … | |
dear sir.... i have a problem... i have a data and the length is 2^64 which data type i have to use....? i don't know which one. plz tell me... thx | |
Hi, I receive this error "No default member found for type 'Guid'." when I run my application. [code] db = New SqlConnection(GetConnectionString()) db.Open() Dim strSQL As String strSQL = "SELECT GUID FROM MyLog WHERE MyID = '" & strID & "'" strGUIDTracker = GetSingleData(strSQL) .................. Function GetSingleData(ByVal sqlText As String) … | |
Ok well i was wondering if someone can help me convert runpe, which im having really hard to port for some odd reason. And also can someone also how to implement RunPE. Unfamiliar with this new module which is neat =O | |
i need help with linikin my smart devices to microsoft access.....i am using smart devices, but i cant use my imports system.data.ole db...i know how to use tht way to link normal forms,is there a way to link smart devices to access in vb.net,i tried to google but i did … | |
Hello, I am a student in an independent study class and i am working in vb.NET 2005 trying to create a form that has 3 list boxes and combo boxes that the user can select a package from and see the features that come with that package. The problem that … | |
Hello. I'm charged with taking a site I helped create in VB.Net 1.1 to C#.Net 2.0 - I'm just starting to research this and wondered if anyone has done it and if you can direct me to some good material . . . I need to add a new module … | |
Hello everyone.Sorry if this question seems to be very naive.but i am new to vb.net. I have created single user applications in VB 6.0 and MS-Access.I want to build a system using VB.Net 2005 and Ms-Access which will work over a LAN. Where multiple users will be entering data.Kindly provide … | |
how can i have a horizontal or vertical barcode in my software if output is JPG format | |
Hi All, im currrently working on a cover system for a school. To book the cover in i am using a form which shows the day (period's 1-5) as labels with tick boxes below them. i want to make the labels change it the actual subject that period. so what … | |
this [CODE] Dim comando As New OleDb.OleDbCommand("Insert into personaldata (name,occupation,address,phone) values " , conexion) Values is the problem because i going to use a function getname(), getoccupation() etc how to concatenate???? [/CODE] | |
Hello, I added some items in listview and changed the listview view to LIST. After this, every item got the AutoEllipses to it automatically and i don't want this. I want to see the full text of items in listview. Anyone is having the suggestion about this...... Thanks in advance.. |
The End.