473,799 Members | 3,033 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

0
1,133
thread by: Niyi Adebola | last post Jun 30 '11 by: Niyi Adebola
Hello, I want to find out what the bandwidth consumption for a .NET application is like. I have a customer connecting to an application server over the WAN with 64Kbps link. Is this bandwidth sufficient for the customer.
1
1,550
thread by: vigneshwarie | last post Jun 29 '11 by: Frinavale
I have created a project in VS 2008. Now i want to install it on web server. I have copied the whole proj along with .sln file in inetpub/wwwroot folder and also created virtual directory by going in IIS and clicking in Create button. The project is working well in VS but When i am trying to access the project it is giving me the following error...
1
1,024
thread by: Gary Morris | last post Jun 26 '11 by: Gary Morris
Instead of: NameValueCollection nvc=new NameValueCollection(); nvc.Add("A","Alpha"); I want to do:
0
1,147
thread by: georges louis | last post Jun 26 '11 by: georges louis
dear all, I'm trying to find out how to pass a parameter to a predefined parameter in a dataset. I've found everywhere a solution if you build the sqldata adapter and the dataset in the code. Then you can pass the parameter like: da.SelectCommand.Parameters.Add("@param1", SqlDbType.Char).Value = param1_variable (as example) But if you have...
1
3,699
thread by: charie ty | last post Jun 25 '11 by: R MacDonald
I'm a newbie in vb. My first project is a grading system for a certain school. In my login form, there's a Forgot Password button. In the Forgot Password form, the user is asked to answer a secret question that he filled up upon registration, and if the answer is correct it will lead him to a Change Password form. My problem is, I don't know how...
0
1,510
Suresh Mahesh
thread by: Suresh Mahesh | last post Jun 24 '11 by: Suresh Mahesh
In vb.net i doing some projects. In my projects while debugging or installing my projects text boxes and labels etc are in the same size . i want increase size of the text box, labels etc are must be increase in certain manner. could any one help to me?
0
1,011
thread by: MrDeej | last post Jun 22 '11 by: MrDeej
So this is my problem, which i have worked on for waaay to many hours now. I have Visual Studio 2010, an SQL express server, and i am trying to write a simple database program. I have a table on the SQL server, tbl_todo. This table contains some fields, some are date, int and 1 field which is bugging me, which is a bit field. I make a...
1
4,890
thread by: Simon Davis | last post Jun 22 '11 by: Simon Davis
Hi I am attempting to write some data from my program to a word document using a template. This is simple enough as there are plenty of tutorials around. What I would like to know is how can I duplicate a page in the word document depending on data in the program. To be more specific the user enters product data into the program. Most...
0
15,206
thread by: Dan Halford | last post Jun 20 '11 by: Dan Halford
It's pretty simple to programmatically add items to a combobox at runtime. Just declare the object, then call ComboBox.Items.Add(...) for each item you wish to add. The one downside to this method is that you cannot specify values for the display member - the text shown in the ComboBox item - and the value member - the value returned when you...
0
1,316
thread by: jimatqsi | last post Jun 17 '11 by: jimatqsi
I am writing my very first .net program. I'm writing a simple Windows form program that should merge the contents of all the files in a folder into one single file in a different folder. Every time, no matter what path I use, I am getting Access to the path 'blahblah' is denied. I have moved the data into my user folder in order to be sure to...
2
3,902
thread by: mikewin86 | last post Jun 17 '11 by: mikewin86
Dear All, May I ask you a question. I have got bottle neck in my application. My vb.net program read Product info from one database and insert to another database. I wanna to be same ProductID for all databases.
0
1,125
thread by: luwam aweke | last post Jun 15 '11 by: luwam aweke
i want to save Amharic unicode characters on MySQL using vb.net it give ??? in the table . And it was working well on Windows 7 machine but it is not working on Windows XP. I tried to make it work using different unicode keyboard layout SW like Keyman, Visual geez and Power Geez. I really appreciate if you have any help regarding this kind of...
0
996
thread by: Sasidhar Reddy | last post Jun 15 '11 by: Sasidhar Reddy
How to install sqlncli.dll file in SQL SERVER 2008 R2. I got a message that "sqlncli.dll was not found. Re-installing the application to fix the problem". Please help me.
3
1,859
!NoItAll
thread by: !NoItAll | last post Jun 15 '11 by: Joseph Martell
I have a class that serializes my object to xml - it's working as expected. Here is how I am writing out the xml file: 'set up a blank namespace to eliminate unnecessary junk from the xml Dim nsBlank As New XmlSerializerNamespaces nsBlank.Add("", "") 'create an object for the xml settings to control how the...
0
1,310
thread by: hd95 | last post Jun 14 '11 by: hd95
I am trying to insert to an Excel 12 spreadsheet through VB/ADO .Net 2.0 Here's my connection string Dim connectionString As String = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Book1.xls;Extended Properties=""Excel 12.0;HDR=NO""" This works fine if i have HDR=YES and respectfully named columns in the header row INSERT INTO...
0
1,067
thread by: MickT | last post Jun 14 '11 by: MickT
In VB.NET I am trying to read in application paths from a text file and then execute the application with the Process control, to avoid editing and re-compilation for different machines. The path reads like "%windir%","\system32\calc.exe" OR "My.Computer.FileSystem.SpecialDirectories.ProgramFiles, "\Calc98\CALC.EXE" I am splitting the...
1
2,572
thread by: ivan dan | last post Jun 14 '11 by: Joseph Martell
hi, my name is ivan,i am new to stored procedure and VB.Net, i am trying to insert a value to a column in a table in my database using VB.Net and Stored procedure Here's the procedure: 1. A user will input a value to a textbox, for example lastname. 2. When the user click the save button, the button will call the stored procedure. ...
1
2,145
thread by: config | last post Jun 14 '11 by: !NoItAll
hi every one I have ListBox1 and it has some emails each email in a line so I want to copy each email INDIVIDUALLY (one by one) SEPARATED in 10 second to TextBox1 by only one click on Button1
1
1,454
thread by: Van Chamraeun | last post Jun 14 '11 by: !NoItAll
I have a problem with unicode character, as i create a database in SQL Server 2005. I want to query from a table that criteria fields are contain unicode character i.e NVARCHAR. e.g: SELECT * FROM tblMyTable WHERE MyField='ភាសាខ្មែរ'. But when i did like this all rows that contain Unicode Character always display. it doesn't fit to my criteria...
0
1,067
thread by: rio michael | last post Jun 11 '11 by: rio michael
Hey guys.. I need some help. I have my VS2010 and im using crystal report. I already connected the Crystal report into the database using ODBC connector / OLE DB(ADO)... but When i Change the data inside the database the Crystal report don't change at all.. I think i should run it dynamically in order to have updated data.. Can you teach me how?
0
1,079
thread by: Benniit | last post Jun 10 '11 by: Benniit
Dear Brothers & Sisters, Please, I 'm using vb 2008 and I connect it to MS SQL 08. Now, I have a picture field named, "pic" and I want the content of the picture to be saved in the SQL database & retrieved onto the VB form. Below is the code and how to store the pic field indicated in bold below is the problem. The pic field in the database is...
1
3,028
thread by: Veena Thakur | last post Jun 7 '11 by: Frinavale
Hi Please help me to define a sub for td of Datalist in VB.Net Here is my Design Code: <asp:DataList ID="subMenu" runat="server"> <ItemTemplate> <table border="0" runat="server" cellpadding="0" cellspacing="0" width="170px"> <tr runat="server"> <td runat="server" id="td_Menu"...
1
4,356
thread by: samvb | last post Jun 7 '11 by: Frinavale
I am clueless on the whole thing and been reading a lot about it. So far, I saw some samples which are poorly documented and oritend to vb.net 2005. Is there any SDK oriented to vb.net 2010 and well-documented? After converting 2005->2010, it gives me errors and so I can't see the samples. Gruile SDK seems to work fine but it is very badly...
2
1,520
ninodgg
thread by: ninodgg | last post Jun 7 '11 by: ninodgg
Hi to all, i just made an form where with button add 10 textbox whith this code: For X = 1 To 10 Me.Controls.Add(tx) tx.Visible = True tx.Width = 300 tx.Name = "TxtBox" & X tx.Text = tx.Name '"testo che appare nella box" & X tx.Location = New Point(300, 30 * X)
2
3,449
thread by: hd95 | last post Jun 3 '11 by: Stewart Ross
When I create an instance of an Excel Application class and then quit the app and release the object (like below) the EXCEL process is still running in the the task manager. I have built an algorithm to find the process id and kill the process through that but I shouldn't have to. Is there a cleaner solution? xlApp = New...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.