20,284 Topics

Member Avatar for
Member Avatar for vasireddy83

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.

Member Avatar for tuse
0
75
Member Avatar for meerachand

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?

Member Avatar for tuse
0
78
Member Avatar for meerachand

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?

Member Avatar for timothybard
0
75
Member Avatar for cassie_sanford

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 …

Member Avatar for timothybard
0
155
Member Avatar for eswaran_mca

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 …

Member Avatar for hisheeraz
0
900
Member Avatar for Amit Malviya
Member Avatar for rizwan6feb

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 …

0
49
Member Avatar for mississippi_mam

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 …

Member Avatar for timothybard
0
163
Member Avatar for sniper1983

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 …

Member Avatar for Teme64
0
168
Member Avatar for q8_dreamy

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 …

0
67
Member Avatar for rogenie

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 …

Member Avatar for Tyrone.Wilson
0
235
Member Avatar for mansi sharma

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??

0
44
Member Avatar for Saddi

[B]i want 2 save an edit and add data in vb.net 2005 but don't know how can any one help [/B]

Member Avatar for Teme64
0
67
Member Avatar for spinnaret

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?

Member Avatar for Teme64
0
239
Member Avatar for Tyrone.Wilson

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 …

Member Avatar for Teme64
0
152
Member Avatar for Eyo

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

0
67
Member Avatar for Sheryl99

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 …

Member Avatar for selvaganapathy
0
171
Member Avatar for Tyrone.Wilson

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 …

Member Avatar for Tyrone.Wilson
0
87
Member Avatar for Sheryl99

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 …

Member Avatar for Sheryl99
0
4K
Member Avatar for allopiloping

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

Member Avatar for chan_lemo
0
73
Member Avatar for wonder_gal

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

Member Avatar for bruce2424
0
167
Member Avatar for Ixeman

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

Member Avatar for Ixeman
0
52
Member Avatar for mugun

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 …

Member Avatar for mugun
0
68
Member Avatar for mississippi_mam

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 …

Member Avatar for mississippi_mam
0
98
Member Avatar for rapture

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 …

Member Avatar for rapture
0
252
Member Avatar for Programmer666

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 …

Member Avatar for Programmer666
0
105
Member Avatar for harshitkamdar

how can i have a horizontal or vertical barcode in my software if output is JPG format

Member Avatar for VIeditorlover
0
65
Member Avatar for minicooper42

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 …

0
46
Member Avatar for gouki2005

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]

Member Avatar for Teme64
0
120
Member Avatar for amolpbhavsar

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

0
43

The End.