20,278 Topics

Member Avatar for
Member Avatar for b-one

Hello, I have formatted an invoice and saved it in a text file. In my text file i used TAB after every field, but when I am trying to print that text file using streamreader all tabs are disappeared. Can you please tell me how to retain the TABs while …

Member Avatar for b-one
0
193
Member Avatar for khizer03

i am a beginner, how to authenticate username and password to the database i hope i'll be responded soon

Member Avatar for Reverend Jim
0
208
Member Avatar for khizer03

just guide me to create a VB.net form that should accept a perfect username and password with the help of the example code

Member Avatar for khizer03
-1
240
Member Avatar for kentuckyjoe

I have a an inherited form that has a panel control on it. I want to paste other controls onto this panel but the paste option is grayed out and won't let me do it. I made sure that the template form did not lock the panel. I'm stymied from …

Member Avatar for kentuckyjoe
0
118
Member Avatar for pROKO

I'm quite new to .net so would appreciate your help. My project is nearing completion and I would like to save my work prior to making changes each day, should something go wrong. Eventually I would like to end up with a series of archived projects so that I could …

Member Avatar for pROKO
0
149
Member Avatar for AfreenJamadar

Hi everyone, Well, First of all m glad to join a community of all master minds. My question is : I have a datagridview and each time i enter values in database the values are not reflected in the datagrid untill i load the form again. I want a method …

Member Avatar for pROKO
0
207
Member Avatar for renzlo

Hi All, I want to search specific range of rows in datagridview. I want to search the entire third row of my datagridview. How can I do that? Here's my current code: [CODE]Private Sub cmdSearch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdSearch.Click For Each row As DataGridViewRow In …

Member Avatar for Reverend Jim
0
150
Member Avatar for khizer03

how to link the form so that it should display as soon as the computer gets started and the user should not access any other thing first he has to attempt the form then after successfully he can acess rest of the other option the form will be containing user …

Member Avatar for adam_k
1
134
Member Avatar for vammy

Hi, How to validate the contents of a datagrid per row, per column in vb.net? i have a specific coloumn PlotNo in which values shld nt get repeated..it is an unbound table.. please help me with an example code..

Member Avatar for ndeniche
0
54
Member Avatar for vammy

Hi Guys, How do i calculate the sum of all rows in a coloumn..? im using vb.net and access as back end.. could u please gimme an example code?

Member Avatar for ndeniche
-1
89
Member Avatar for saly+two

Hello all, I'm developing a project and I faced a probelm of how to insert a new row to specific index choose from user Can anyone help to do that in VB.net Please? Thanks a lot

Member Avatar for Sarama2030
0
76
Member Avatar for khizer03

how to link a button in vb.net to a exe file just suggest with the help of the code

Member Avatar for TechSupportGeek
-1
110
Member Avatar for anuj6928

Hello there I m using Vs 2010 Crystal Reporting ma Reports Working Well When using Normally bt nw When I Use sub reports then reports are showing bt blankso that the main report showing all the data bt sub report w showing ny of them .... acctually i m using …

0
64
Member Avatar for Naveed_786
Member Avatar for Naveed_786
0
91
Member Avatar for jdiaz1302

Hi everyone, well I have trying to do an elevator simulator, wich have to includo the panel with the floor, available floors, and a button panel with available floors and button up, down, but I dont understand is how to use the timers for up and down, because I vague …

Member Avatar for Reverend Jim
0
595
Member Avatar for pkmleo

I am unable to run batch file that is located in mapped network drive using System.Diagnostics.Process in VB.Net. I get: [CODE]'<batchfilename>.bat' is not recognized as an internal or external command, operable program or batch file. Press any key to continue... [/CODE] I get the same error when navigate to the …

0
106
Member Avatar for GuruJin

Hello everyone, when integrating a project the Database wouldn't open ( or be imported) without giving this Error Message "...cannot be opened because it is version 661. This server supports version 655 and earlier. A downgrade path is not supported." the problem is one of my team mates informs me …

Member Avatar for GuruJin
0
145
Member Avatar for kunalraj

hi sir i m kunal raj want to share my problem pls help me my application is like this : i have to search my data from database with some check box and text box when user select check box specific function go on and then when user enters some …

Member Avatar for kunalraj
0
201
Member Avatar for muneeb213

Hello! how to view report particular Customer Name.............in this code when i m type from date or To date report is showing all customer information but i need single customer info with name or Date this is my code........ plz help me sorry my english is not good [CODE]Imports System.Data …

Member Avatar for muneeb213
0
125
Member Avatar for flywheeljack

So I created a subroutine to do some work but now i have no idea how to pass the results on to another stage in the process. [CODE] Private Sub CheckDates() Handles MyBase.Load Dim Duedate As Date = INFDateLabel1.Text Dim Duedate2 As Date = INFDateLabel2.Text Dim Duedate3 As Date = …

Member Avatar for Reverend Jim
0
91
Member Avatar for kothaisaravan

Hi, I needed to create in-cell dropdownlist in excel using VB.NET, So i used the code, With xlWorksheet.Range("H2", "H101").Validation .Add(Type:=Microsoft.Office.Interop.Excel.XlDVType.xlValidateList, AlertStyle:=Microsoft.Office.Interop.Excel.XlDVAlertStyle.xlValidAlertStop, Operator:=Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlBetween, Formula1:="Maintenance Planning") End With It works fine with Excel 2003, but it does not works on Excel 2007. It shows below message, Excel was able to open the …

Member Avatar for kothaisaravan
0
440
Member Avatar for kothaisaravan

Hi, I cant able to save an excel file from VB.NET. I used the code below: SaveFileDialog1.Title = "Save Excel File" SaveFileDialog1.Filter = "Excel files (*.xls)|*.xls|Excel Files (*.xlsx)|*.xslx" SaveFileDialog1.ShowDialog() If (SaveFileDialog1.FileName <> "") Then [COLOR="Red"]xlWorksheet.SaveAs(SaveFileDialog1.FileName)[/COLOR] End If Error occurred in the highlighted line as "Exception from HRESULT: 0x800401A8". I cannot …

Member Avatar for kothaisaravan
0
5K
Member Avatar for forge199

Hi there, Sorry to ask a silly/stupid question... I'm new to all this and i'm in the process of learning VB .NET using Visual Studio 2010... I just had a question because I cannot seem to find the answers anywhere on the internet... also we are not upto this part …

Member Avatar for skran
0
146
Member Avatar for vammy

Hi All, Please help me..i wanted to transfer control to a different form when one form is minimized..,how do i achieve this?vb.net...please help

Member Avatar for vammy
0
96
Member Avatar for sagar_wordlife

please any professional out there can suggest me with project ideas . . for my final year project work . . plz. .plz. .

Member Avatar for bluehangook629
0
247
Member Avatar for Begginnerdev

A co-worker and I are trying to compile a VB.Net / ASP.Net application on another machine. We are getting two different sets of errors. One set of errors lists 103 undefined statements with no library missing. The other error is, " It is an error to use a section registered …

0
81
Member Avatar for mrar85

i have a formview which show the data from a database.. in another page, i have a datalist that also display data from the database.. in the datalist, i have a hyperlink that when click will navigate to the page that have the formview which display data that suppose to …

Member Avatar for mrar85
0
135
Member Avatar for compulove

Hello! I need code that will allow the user to do the following: 1. Select a browse button and choose the folder they want to save a file once the exe file at the end of the program runs 2. Display the folder location the user selected in the textbox …

Member Avatar for thines01
0
204
Member Avatar for PF2G

Can someone tell me what's wrong: Imports MySql.Data.MySqlClient Public Class Login Dim server As String = "Server=localhost;Database=escola_musica;Uid=root;Pwd=;" Dim con As New MySqlConnection Dim da As New MySqlDataAdapter Dim sql As String Dim cmd As New MySqlCommand(sql, con) Dim dr As MySqlDataReader Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As …

Member Avatar for bluehangook629
0
124
Member Avatar for jainjayesh1681

Hi Friends, I am working on Project(Window Application in VB.NET) and unfortunately i am getting out of time,Need ur help. Theres one situation in which application to accept Five Email Address but the condtion is that during form load only one textbox need to display first and a button adjacent …

Member Avatar for Reverend Jim
0
168

The End.