20,899 Topics
![]() | |
Hi everyone! I am new with this site so I try to explain my problem. I have a code in VB, how can I change the code to give me the ouput in text file(exel favorite)??? | |
Hi, I need to display the result i got from the input (temperatures) into a new form (if possible,the output being display in the textbox as well). The input will going through some calculations before that though,i.e T1 + T2 = h1 or something like that. So,anyone here that could … ![]() | |
![]() | I was reasonably impressed with this photoshop clone. [url]http://www.getpaint.net/index2.html[/url] dotnet 2.0 required. |
Hello eveybody i have a calander in my project, when i click on date it retain in list box the information related to this day but the problem in Access in the feild date , it dosen't save the date in the format it takes from the calander , thats … | |
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 | |
Hi there folks. I am a wannabe in Java. Can you guys help in recommending books (e-books preferably) I can get to jumpstart me. I have got quite an experience in other languages like vb.net and c# so where or how do I start? Thanks for the help! | |
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: … | |
Hey all~ I'm very new to VB.net infact i've only been so far through 2 classes but I'm still going. My personal Project that I'm doing is a simply display with some buttons that when you click on them that link to an exe file on my [URL="http://www.daniweb.com/techtalkforums/post332283.html#"]desktop[/URL]. I've gotten … | |
[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 | |
I'm creating a web application in VB.NET 2003 that connects to a [URL="http://www.daniweb.com/techtalkforums/post334786.html#"]SQL database[/URL]... how do I display the data in separate controls (TextBoxes, labels, etc) instead of in a data grid? Thanks, [URL="http://www.daniweb.com/techtalkforums/post334786.html#"]Windows[/URL] 3.11 | |
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, … | |
Hi, I need to do the usual i.e design a form to get user registration details. I need to allow him to select his country ,state city but i figure making three separate postbacks would greatly reduce the performance. Alternatively i was planning to fetch the whole data at client … | |
Hi there, I am currently working on my thesis and i came up with a problem. basically, my thesis is a simulation of an arena where you can change the positioning (by dragging) of the seating etc. Now i used labels as seats. I'm attaching the code i used to … | |
Hi, I'm using a datetimepicker in a form and i have a textbox also. I need to list the days clicked separated by a "," in the textbox, however i have no idea how to code it. ex. i used [code] dates_chosen.text = datetimepicker1.value.dayofweek.toString [/code] but if i click on … | |
I am upgrading a vb 6.0 app to .net and I'm having trouble moving a file. The app retrieves info from an XML. When it's done I try to move the .xml file to a history folder and I'm getting an error: An unhandled exception of type 'System.IO.IOException' occurred in … | |
I have a library that allows mirroring each object within a form, by passing a parameter (true will mirror), it also sets the RightToLeft Prameter to True. I need to incorporate the mirroring capability to my application so that it will display properly for an Arabic GUI. How can I … | |
Ok, so here's the problem: I have a database with tables made with Microsoft Access. I know how to connect to this databse, and retrieve information in the tables, and update the information in the tables. I was hoping someone could help me with the code for inserting new tables, … | |
hi, i need a help from u guys.please help me by sending code for this. am a learner in vb.net. i created a form window in vb.net.on the form its display my hard disk partitions using combo box.by clicking the respective partition that selected partion the Security properties need to … | |
Hey all~ I'm very new to VB.net infact i've only been so far through 2 classes but I'm still going. My personal Project that I'm doing is a simply display with some buttons that when you click on them that link to an exe file on my desktop. I've gotten … | |
hi can anyone suggest of how a data report can be print directly in vb.net. i have tried by print document. Bur it only printing the project cade or the page after running it. | |
I m writing this code in VB.NET web application to set the MIME type for some particular file extensions.It working fine but what i want to do is i don't want the web application I want this code in vb.net 1.1 console application.Is it possible to use httpresponse in console … | |
hi everybody, how to draw shapes like(rectangle,circle)in VB.NET on the form load itself.... rather than using button_click or other things... plz do send me the code... | |
i want to use sendkeys method in vb.net project .whn i put in the code for "WINDOWS KEY" it gives me the error message.tht it is invalid. is it possible to send keys like this: for example in button's click event i i put [ sendkeys.send({LWIN})] it says: "An unhandled … | |
I have created 5 different projects in VB in Visual Studio. Pretty basic stuff, but all have different functions that they perform. I have added all projects into one solution just to show them in a linear fashion to management for evaluation. I really do look up basically everything I've … |
The End.