20,284 Topics
| |
Dears, i am going to design an application in VB.NET that send and receive SMS from VB.NET application. what i need (Devices) and how will i do the project. Any one can guide me... Thanks | |
Hello, I'm currently working on an advanced 4x4 multilayer tic tac toe(will include servers, and accounts with levels and xp). Now the problem i have is that i have a image (.png) of a piece(representing X or O) and I want the button that you click to place your X … | |
hi frnds, i m populating a datagridview with two columns i.e checkbox and papername.I m trying to show papercodes(not present in grid but in database ,in the same table where papernames are)in a single textbox with a comma seperator, when i checked papernames accordingly. this is my used code. [CODE] … | |
i need code for vb.net 2008. That is invoice system i have number in each invoice. my database invoice number is null. when i click tab automatically invoice number increased number 1 ( EC000 to EC001). I used tab control . please reply... | |
Hi, My application is in VS2008 and coded in VB.net. I have a datagridView(DGV) on one of my form.DGV contains a column of type DatagridViewComboboxColumn.I have another column of SrNo. Consider Table1 to be the table from where my DatagridView is filled which contains following fields SrNo,Value1,Value2. My requirement is … | |
Hello guyz, First of all, sorry for starting new thread with similar topic but I read each and still can't figure out how to do it. I'm having a database, using GridView I retrieve the data into my WEB application. Then I set the rows to editable (not sure if … | |
I have a whole bunch of information that has been parsed from a web page and i want to insert the data into a multi-demensional array and the compare the data of a certain array element to another array in the same format to determine which is missing/added. So if … | |
hi,i have a three columns in empty datagridview to get a input from user.i had a doubt to create a new row after entering the values in those previous cells | |
Hi Frnds, i have four comboboxs that are dependant on each other selection.Its working fine but but what i want is to show "select an item" on zero selectedindex of each combobbox when form load.How can i do that???????what i have done is like as: [CODE]Private Sub Form2_Load(ByVal sender As … | |
Dear All, Pls. help me I have insert data to MS.Access and re-load data to DataGridView, it's always do at LoadAllData() but some time datagridview is not refresh. [CODE]Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click Dim strConn As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\EmployeeDB\EmployeeDB.mdb;User Id=;Password=;" Dim conn … | |
Hi, In VB6, we can use Picture1.Scale (100,200)-(500,600) to set the coordinate system in Picture1 so that the coordinate at top-left is (100,200) and the coordinate at bottom-right is (500,600). I found there is similar thing in VB.Net: PictureBox1.Scale, but I don't know how to use it. Can you show … | |
Hey guys! How can I autosize my datagrid size depending on my rowcount?please give me example..im a newbie trying to make it in this programming world!!;) Thanx in advance!! | |
I have a listview that pulls data from a MySQL and I can now [URL="http://www.daniweb.com/software-development/vbnet/threads/386126"]finally sort queries by date range [/URL] (thanks Unhnd Exception!!). Also in that query, I have it sorted by ID number. This brings me to another question. The ReportViewer pulls up a really nice report for … | |
Hey Guys, Im wondering how can I create a grid with a cell with multiple data.I want to Display Product Name,ProductID and Price in one cell.How can this be done in VB2005.Thanx! Examples: [URL="http://dribbble.com/shots/40786-Autocomplete"]http://dribbble.com/shots/40786-Autocomplete[/URL] [URL="http://dribbble.com/shots/199277-Search-Suggestions"]http://dribbble.com/shots/199277-Search-Suggestions[/URL] | |
I am using vb 2008 express and having a problem adding a Maximize, Minimize or Cancel button to a MDI Form. The default icon does not display along with Minimize, Maximize or Cancel button although the Properties are set true. There is only a "none" option in the Cancel properties … | |
Hi, I am using ASP.NET to develop a system. Would you mind to share with me whether the code can be encrypted or convert to DLL to prevent coding exposure to other? | |
Below is my code for login page I would like to show login user detail on home. For login my code works properly but does not show currently login user show following error "NO data exists for column/row". Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Login.Click … | |
hi am a newbie to the vb.net thing. am using ms access for my database. i have a customer table in my database where sutomer details like first name, last name, address, etc are stored. i've created a form in vb.net and i have a text box, a datagrid and … | |
I was wondering is there a way to get a button on the application title bar...more likely like the one in the firefox 4 and on opera latest browser. [ATTACH]20310[/ATTACH] Is it any possible to get a button like that or just a regular button on the title bar?...thought it … | |
hi im having problem with my simple library i dont know what is the code to search a record in the data grid im ung adodc .. any one kindly help with my project only the search code.. is my problem so how to search in the data grid? here's … | |
Hi anyone could help me... let say i have a button click event example : Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click Call Save_Action() End Sub then i can call the event using this btnSave_Click(sender, e) now my question is...i use LabelLink Private Sub lnkFromPR_LinkClicked(ByVal … | |
I need a coding to execute multiple at commands simultaneously. when first command execute and get the response from the port and then the second command will be executed. how to write the coding. it is possible. i am using siemens gsm modem. FOR example. 1. AT OK 2. AT+CPIN? … | |
Hey, I need to pick from two date ranges from a couple of datetimepickers in the form. Then when I run the query, it should clear the current data in the listview, run the query, then re-populate the listview. I use the same code to simply load the listview, and … | |
I have made picture viewer in VB which also shows all the pics present in a folder as thumbnails using image list and listbox. The problem is whenever the user clicks refresh it takes long time for the image to load. I want to some how make a cache like … | |
hi i just want my form to connect to a database. and also i want my password in my textbox to be encrpted . i want it to check in the database if password and user = true then display next form and the login form should be close whenever … | |
Can anybody help me how to create a code in VBA that if day is Monday popup message "Your name is Jhon" if day is Wednesday popup message "your name is Tom" Thanks in advance Andy | |
Maybe this is the simplest thing ever but i'm a beginner trying to learn at least 1 language. How come the Script below keeps displaying the Else message until it finds the string? I was expecting for it to display 1 single Box whether it was found or not? why … | |
Hello everyone, I have a little problem that drove me crazy I can't figure it out, I spent hours searching the Web but in vain. I hope that you can help with it. The program must generate 6 unique random numbers but when I click display numbers sometimes it gives … | |
[QUOTE]unhandled exception has occurred in your application if you click continue exit automatically[/QUOTE] How do I make it just exit without even warning the user? I've tried the "try" function. However, if you hex edit a certain peace of code it will come up anyways. I want to totally get … | |
Hey guys! I resolved a few problems I posted here thanx to some advice.But im still having trouble with one.I have a grid with 4 columns(ProductCode,Description,Price,ReferenceNumber).Which data is going to be added with 3 textbox(ProductCode,Description and Price)The ReferenceNumber will be added by combining the Ordernumber+ProductCode+number of times this product has … |
The End.