20,284 Topics
| |
Hi! I urgent need of VB.Net project with the help of how can run it and what is requirement for this project. Please help me any one Thanks | |
hi... 1) i want a datagrid which is blank on form load with only column header and a blank row allowing user to enter data. 2)The data in datagrid should be inserted in the db(access) when clicked on save button. | |
I have used the conversion wizard to convert several vb6 programs. It works fine but.... I am trying to pass multi-dimensional array arguments to a subroutine which worked fine in vb6 but is not accepted in .net. The ParamArray/vb.net used at the end of the arguments only accepts one dimensional … | |
[B] What are the privileges that can be granted on a table by a user to others? [/B] Insert, update, delete, select, references, index, execute, alter, all | |
[B][URL="http://www.onestopfaqs.com/faqs/963/"][B] How do I get a null pointer in my programs?[/B][/URL] [/B]According to the language definition, a constant 0 in a pointer context is converted into a null pointer at compile time. That is, in an initialization, assignment, or comparison when one side is a variable or expression of pointer … | |
[URL="http://www.onestopfaqs.com/faqs/593/"][B]What is meant by Maskable interrupts?[/B][/URL] An interrupt that can be turned off by the programmer is known as Maskable interrupt. [B] For more information click here: [url]http://www.onestopfaqs.com/type.asp?iType=11[/url] [/B][B] [/B] | |
| In VS2005, they are declaring config files obsolete. What replaced this, cause Visual Studio states that you should use the ConfigurationManager which isn't anywhere in the namespaces of System.Configuration. Basically what can I use to store form data that is editable? |
I want to learn some UI developemnt for windows using visaul basic can you guys direct me to some books, and materials? | |
hi I have a project .: connect pc to mobile by usb cable then use a program to send mms to 1 or some mobilephone number , so the model is my mobilephone . Of course my phone must connect to GPRS I will write the program by [B]vb.net[/B] but … | |
I am doing my third first time database. In the attached picture I am showing my tables. My problem is I can't input any data because of a circular reference and I don't know how to handle it. Bowling Center is no problem. League info I can't enter because I … | |
hai, i have a XML schema and XML file. Now i want to change the xml <tags> to lowercase... for example <First> <Second>, then i want to same resultant schema and xml file as <first> <second>. could anyone help me plz??? its urgent... thanks in advance....... and also [COLOR=#0000ff]<[/COLOR][COLOR=#990000]xs:element[/COLOR] [COLOR=#990000]name[/COLOR][COLOR=#0000ff]="[/COLOR][B]Rollno[/B][COLOR=#0000ff]"[/COLOR][COLOR=#990000] … | |
Hi there, how can i Create non rectangular labels? I need to create a circular arena and the labels will be the seats. Thanks and Regards, Luke | |
BackGround: I'm working on a small application that is to demonstrate viewing of a database. I have 3 tables customer, transaction, account that are added to the project. (Access OLE DB). I am to log in with userid and PW from the database, once logged in the user can select … | |
how can i pass parameters to window service?Is it possible to provide user interface in window serive? | |
Hi, I use visual studio 2005 & pocket pc App. how can I insert and edit data in a datagrid? thanks, | |
i can send the word file in which i have all the details and i would be glad if some one can direct me for that coz i m basically screwed:!: :?: :eek: | |
Hey, I am currently working on a web browser called JBI Explorer (might of heard of it on here) and I am wanting to finally change the User Agent, I use VB 2005. Is there any way of doing this without moving to a different tool like C. If anyone … | |
how can i change the size of a label control to fit the current screen resolution at run time. | |
Hey all~ I was just wondering.. Is it possibal for my app to run a disk scan to look for the files that I had put into each location? Like if i wanted to install it onto several other computers that may have altered settings i just run a scan … | |
Trying to learn VB.NET, I have a question about the following code: [CODE]Public Class WageCalculatorForm 'handles Click event Private Sub calculateButton_Click(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles calculateButton.Click 'declare variables Dim hours As Double Dim wage As Decimal Dim earnings As Decimal Const HOUR_LIMIT As Integer = … | |
[B]Any expert can solve this??[/B] Error message will occur during execution, is something related to sql. the program will show an error on objcommand.executeNonQuery. Can solve this? Imports System Imports System.Data Imports System.Data.SqlClient Public Class Form1 Inherits System.Windows.Forms.Form Dim objConnection As SqlConnection = New _ SqlConnection("server=(local);database=uni;" & _ "Integrated Security=True") … | |
Hey all, Can anyone explain to me how i can change forms UI at run time? Basically the application I'm building is very similar to the MySQL Administrator (see attached file) So when the user selects different option i.e. "User Administration" different tabs appear in the panel on the right … | |
Hi All, Explorer.exe crashes when i run my application on a customer's computer (in fact: on all of their computers!). This happens usually when I browse through directories using a OpenFileDialog. They run on Windows NT build 2600 with Novell groupwise Error signature: AppName: explorer.exe AppVer: 6.0.2900.2180 ModName: comctl32.dll ModVer: … | |
[CODE]i want to develop a dictionary and a statement translator from english language to my own language that is Amharic. i am using sql server 2000 and vb.net. first i created table. create table mytable(english varchar(100), amharic varchar(100)) then i insert data as insert into mytable values('pretty','konjo') i will have … | |
I'm trying to get all of the basics down. Is there someplace I can find on either on the web or in VB 05 Express Edition that gives a comprehensive list of all the different data types, what they are used for, etc. for VB.Net? Thanks, kahaj | |
can nyone tell me the best vb.net book which contain oracle database connectivity | |
Hello all, I'm working on an app that takes a huge computational effort. It all works fine, but while calculating all other processes are overruled: - switching between forms doesn't work while my app is computing - Progress bars aren't properly refreshed, despite my form.refresh command So basically I'd like … | |
I'm creating a web application in VB.NET 2003 that connects to a SQL database... how do I display the data in separate controls (TextBoxes, labels, etc) instead of in a data grid? Thanks, Windows 3.11 | |
hello, i need help!!!!! i would like to know how i can make a backup and restore of my db mysql from one form??? | |
Just a note, I was surfing the TV (satellite) the other night and ran accross a channel I had never seen before called TechTV and there was a recorded presentation done in Toronto, Canada by a .NET developer. Anyhow, it was rather informative, I gathered some interesting info from it, … |
The End.