Recent IT Questions

1 - 20 of 74
<<PREVIOUS 1|2|3|4 NEXT>>

2D arrays

how can i find sums of each column in 2D arrays of vb ?

Answer Question   |  May 15 2008   0:31 AM GMT   |  asked by Rgyi
VB.NET, Visual Basic .NET, 2D arrays


vb.net

I have developed an application in VB.NET using Visual Studion.NET 2003 on my computer. I can successfully run the application using the VS.NET 2003.. Now i want to run the same application on another computer, in which there is no Visual Studio.NET installed... but the operating Systems for both...

View Answer   |  May 7 2008   9:28 AM GMT   |  asked by Roshy
VB.NET, Visual Studio 2003, Visual Studio


Opening Windows Form using ComboBox in VB.NET

How can I program a List Box or Combo Box control to open a Windows Form in VB.NET 2005 using the selected value of the control?

Answer Question   |  Apr 22 2008   5:38 PM GMT   |  asked by Rpguthrie3
VB.NET 2005, Visual Basic .NET, Visual Studio 2005


about checkbox

Iam just at the very basic level of entering a boolean value(yes/no) for the check box cheked value in to a database with field check...for this Iam using a string variable checkvalue and proceeding like thisprivate sub submitbtn_click(.......)dim checkvalue as string=""if checkbox1.checked= true...

View Answer   |  Apr 14 2008   11:00 PM GMT   |  asked by Anupamak15
VB.NET 2005, SQL Server, CheckBox


how to store the radio buttons checked value in a database (sql)using vb.net

Iam having 2 radiobuttons in my web form rbown and rbrent for the user to selcet whether he owns a house or he rents.I assigned own and rent as text propertis to the 2 radiobuttons and groupname as group1. Iam trying to store the text values depending on the selection of the radiobuttons in the...

View Answer   |  Apr 3 2008   3:29 PM GMT   |  asked by Anupamak15
Visual Basic .NET, VB.NET, Radio buttons


evaluation security system

i want to know what is the cod to find the posible number of keys for 4 or 8 char, by using vb.net

Answer Question   |  Apr 3 2008   12:44 AM GMT   |  asked by Moon
Security audits, VB.NET


vb.net connection string for ms sql database for window application

vb.net connection string for ms sql server database in window application

View Answer   |  Apr 2 2008   7:55 AM GMT   |  asked by Nikhil21
Visual Basic .NET, VB.NET, SQL Server


DataGridView Visual Studio 2005 VB.NET Windows Forms programmatically editing the datagrid

I have a datagridview in my windows forms application that I have bound to a database. The first 2 columns are filled automatically and can not be edited. Then I have 4 other columns that I need users to enter in data. Sometimes there are over 20 rows and the data in the cells are the same as...

Answer Question   |  Mar 25 2008   11:08 AM GMT   |  asked by Handyjay
DataGridView, Visual Studio 2005, VB.NET


Check for Inserting Same ID Number using VB.NET and SQL Server 2000

I have ID Number Based Application once i enter one ID Number how can i put a check to stop entering same ID numberam using VB.Net with Sql2000

View Answer   |  Mar 23 2008   11:23 PM GMT   |  asked by Flyhigh
VB.NET, SQL Server 2000, Visual Basic .NET


How can I save a picture to the SQL Server database and retrieve it using VB.Net 2005?

How can I save a picture to the SQL Server database and retrieve it using VB.Net 2005?

View Answer   |  Mar 18 2008   3:13 PM GMT   |  asked by SQL Server Ask the Experts
SQL Server, VB.NET 2005, VB.NET


DataGridView in VB.NET?

I'm quite new to VB.NET and I found the DataGridView component very useful. However, there are 2 things that I don't like, and would like to change. So,1) Is there any way to force the selection onto the entire row instead of just that box (the DataGrid is in ReadOnly mode)?2) I realy hate that...

View Answer   |  Mar 9 2008   3:12 AM GMT   |  asked by Jillorious
DataGridView, VB.NET


Why is the namespace not visible in VB code files?

Why does visual basic not display the namespace at the top of each code file like C# files do? I am trying to make a namespace span multiple assemblies in VB, but since the namespaces are not visible i cannot simply go in and change them. The only way I have found to do this is to make the root...

View Answer   |  Feb 26 2008   7:48 PM GMT   |  asked by Diggie
VB.NET, Namespace


external procedures

I have an RPGLE program which I define to be external procedure so that I can call it from a .NET program. When I execute it from iseries it works fine ans returns the parameter requested filled properly. When I call it out AS400 it runs succesfully but with no results. The problem seems to be the...

Answer Question   |  Feb 1 2008   7:44 AM GMT   |  asked by GTseli
AS/400, .NET, VB.NET


Call function of current active child from MDIParent in VB.Net

Dim value As Form Dim i As Integer value = Me.ActiveMdiChild after getting the current active child i want to call function of that child but dont want to mention its name(like form1, form2). For example i want to call this way value.Func(). I dont want to use CType(value, Form1).Func()How...

View Answer   |  Jan 4 2008   6:59 AM GMT   |  asked by Ahmad
VB.NET


Need help with running an external SQL query from within VB.Net code.

Hi all,I'm in a bit of a bind and new to SQL.I have built a DB using the SQL Manager and it works perfectly in my code.I have used SQL Manager to build the SQL to rebuild my DB as I want to use it in my VB.Net code. When I execute this SQL in the SQL management studio it works 100 %. When I...

View Answer   |  Dec 16 2007   9:36 PM GMT   |  asked by Comtrendz
SQL Express, VB.NET, SQL Server errors


How dio I ?

I am a student. I am coding a menu system for a pci-tv tuner card to display on the tv when I access it. I want to have several buttons on the form and allow the user to have the option to browse the internet with wireless mouse or key board or start an external program, like a game or use the...

Answer Question   |  Nov 13 2007   2:54 PM GMT   |  asked by Tat2mn
VB.NET


manipulate text files

Hi,I have a text file that needs to be exported to a sql server table. the text file is something similar to this,-------------01.08.200706:00 go to work12:00 lunch17:00 go home19:00 dinner21:00 go to bed09:00 go to leisure centre--------------I need to pull these details to a db table which has...

View Answer   |  Nov 9 2007   12:40 AM GMT   |  asked by Hi
VB.NET


Databinding Radio Buttons in VB.NET

The best way to visualize my question is to think of how Microsoft Access handles radio option buttons. In Access, when you put in radio button controls, each one is given a unique, numerical value. When the radio button is selected, its numerical value is stored in the table behind the form.I'm...

View Answer   |  Oct 13 2007   8:07 PM GMT   |  asked by Bob721
VB.NET, Visual Basic .NET, Databinding


programming using c#,winforms and visual studio.

i cant think of what to write in this part of the code so that the password character is " * " when the user enters his/her password.pliz help private void txtPassword_TextChanged(object sender, EventArgs e) { char Password =GetStyle ("*"); txtPassword.Focus(); ...

View Answer   |  Jul 29 2007   7:29 AM GMT   |  asked by drsingh
Programming Languages, ASP, ASP.NET


Career advice for C++, VC++ programer

Hello,I have over 12 years of experience in windows appliation software development experience using FORTRAN, C , C++ , MFC & VC++ for engineering applications.Please advise, what the career options that I can consider with this background? I am considering the option of switching to business...

View Answer   |  Jul 20 2007   3:49 PM GMT   |  asked by palmbeach40
C, VB.NET, XML


1 - 20 of 74
<<PREVIOUS 1|2|3|4 NEXT>>