20,897 Topics
![]() | |
Problem: Write a program that prints the following diamond shape. You may use output statements that print a single asterisk (*), a single space or a single carriage return. Maximize your use of repetition (with nested For … Next statements) and minimize the number of output statements. * *** ***** … | |
I am a small business owner and I am trying to develope a way to keep track of my daily expenses and so on. What I have envisioned is a program that when it starts displays a screen that has you input a date, then a new screen will appear … | |
Hey guys, I'm using VS .NET 2003, and I am designing a web application in VB .NET, I'm just wondering, Tekmaven mentioned to me in another thread of mine that it would be a good idea to use the datalist control as a menu, how would I use it to … | |
[COLOR=#0000ff]well thanks expert team it solve some of my prob but tell me how can i pick up reports on sql query basis bcz it works in sql but doesnt shows any result there would be a single command plz tell me that or if just ignore the sql query … | |
how to generate monthly basis reports and there sum plz give me complete code i know SQL query but how to use it in vb.net plz give complete refrence with code.....thanks | |
Hi all: Is there any one who can help me out coping up with VB.net basics?? i am a fresh stater of VB.net if some one there to help their efforts are appreciated. Thank you NN | |
Dear All, I need to hide the user control by checking a small if condition.If the condition is false then then the user control is set TRUE,else It should be FALSE.How can i do it in ASP.NET with VB.NET . Thanks, Thiyagarajan.N | |
hi there... i am currently doing a project. Still new with vb.net. i would like to know how to code vb.net in order to collect data from a excel database as well as linking to it. If anybody out there is free plz help me. | |
[COLOR=darkred]good morning[/COLOR] [COLOR=darkred][/COLOR] [COLOR=darkred]i wrote this code to write one column from adatabase to MS Word[/COLOR] [COLOR=darkred]the document opened but nothing written in it ....only new lines[/COLOR] [code][COLOR=#0000ff]Me[/COLOR].DsStaff1.Clear() [COLOR=#0000ff]Me[/COLOR].OleDbDataAdapter1.Fill([COLOR=#0000ff]Me[/COLOR].DsStaff1) [COLOR=#0000ff]Me[/COLOR].applicationWord.Visible = [COLOR=#0000ff]True [/COLOR][COLOR=#0000ff]Me[/COLOR].applicationWord.Activate() applicationWord.Documents.Add() [COLOR=#0000ff]Dim[/COLOR] parra [COLOR=#0000ff]As[/COLOR] Word.Paragraph [COLOR=#0000ff]Dim[/COLOR] r [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Integer[/COLOR] = 0 [COLOR=#0000ff]Dim[/COLOR] details [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]String [/COLOR][COLOR=#0000ff]While[/COLOR] r … | |
Hey all, I'm working on a project that helps archive word documents, and tags them. I would like to embed a preview pane in my document that opens the .doc file with the default file viewer (Most likely word.) How is this done? I know of ways that you can … | |
:lol: need help!!! how can i change the value of an item of (Yes/No) datatype in a DB Using VB.NET?? assume that the column is named (a) | |
hi how can i create a splash screen using NB.Net ? it was easier using VB6 .:rolleyes: | |
Hi i'm trying to send an email using vb.net/html the problem comes when i have to use a hyperlink to send an email on the click of the button the mail does go to the reciepient. the problem is that on that mail there is a hyperlink <Rejected> that the … | |
thank you but I have this error now: 'EndOfStream' is not a member of 'System.IO.StreamReader'. I got this error even though I imported the System.IO.StreamReader sorry..Thank You for your time and effort | |
hello! I need to use this for loop to extract specific data from a text file. But it gives me an error message:syntax error.I hope you don't mind helping. Thank you for your time and effort. Below is my codes: OpenFileDialog1.ShowDialog() [COLOR=#0000ff]Dim[/COLOR] a [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]String [/COLOR]TextBox2.Text = OpenFileDialog1.FileName a = … | |
How can i load a flash file (.swf) to a webform :?: :?: .. Plz help .. Thanks! | |
[B][COLOR=DarkOrange]ADO.NET is a web-enabled database application.. Likewise, is sql also a web-enabled database application?[/COLOR][/B] | |
Rite, as ive already seen, im one of many who had 2 do hangman in vb.net. however ours has to read from 2 delimited files (one for players, one for the words). the letters have to be selected from a list box, which has to be populated from an array. … | |
Hi! I'm trying to teach myself VB.NET and having some troubles right now... please help me out :sad: I'm working with NorthWind database in MS SQL Server. I suppose I'm trying to populate tables into ListBoxes and the following highlighted lines are giving me an error (Value of type '1-dimensional … | |
Hi, I'm in a jam here and just would like some input from other programmers. I need to monitor the print queue on a remote (local network) windows XP system. This computer is a member of the domain, and I have full access to it. But I'd like to monitor … | |
Hi everybody :sad: need help plz how can i list items from a database into a CheckedListBox , using VB.Net and MS Access db ?? | |
Hi all i'm trying to populate a datagrid with a data from a sql database and i keep getting this error [I][B][COLOR=red]The ConnectionString property has not been initialized.[/COLOR][/B][/I] [B][I][COLOR=black]my code looks something like this:[/COLOR][/I][/B] [B][I][COLOR=#000000][COLOR=#0000ff]<Private[/COLOR] [COLOR=#0000ff]Sub[/COLOR] GetAssetDetails()[/COLOR][/I][/B][COLOR=#000000] [I][B][COLOR=#0000ff]Dim[/COLOR] cnn [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] SqlClient.SqlConnection[/B][/I] [I][B][COLOR=#0000ff]Dim[/COLOR] sql1 [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]String[/COLOR] = "SELECT DETAIL.[OFFICE LOCATION],USERS._RESOURCEGUID,OS.[OS … | |
:sad: [COLOR=indigo]hello everyone!! Does anyone know hoe to use Visual Basic 2003 to accept input from an excel file and convert it into graph? I really need to know this as I am doing a final year project and I have a deadline to meet.All your comments and help is … | |
Have installed Visual Studios 2003 on both of my computers. One machine is running Windows 2003 XP "bought it from Dell for my wife" and my machine is running Windows 2000 Professional. When I installed Visual Studios I cannot get the any of the 1. Data 2. Components 3. Window … | |
Hi, My name is Guille and I'm a beginner in programming. I've been reading VB.NET books and now I have to start my own VB.NET project but, I don't know where start. Your advice will be appreciated! Here is my pseudocode. Calendar Application Admin process to update the Event Calendar … | |
Ok, before I get started I have a few things I need to clear up. 1) I am relatively new to VB, I come from a webdesign background and picked up the basics pretty quick. 2) I dont have an understanding ADO 3) I am not using VB.net, dont judge … | |
I have a VB6-dll that is referenced in both a VB.Net aplication and another VB6-dll. Now, I get Information (strings containing filenames) from the VB.NET application and store them in global variables in a module. Then I want to use these variables in the other VB6-dll, however they are empty. … | |
Hi.. I want a custom Controls .. Where can I download it from ? wish you can help me .. thanks in advance... | |
Hi, Can anyone please help me with writing a code in vb which saves the results in excel file. I am able to create an excel file and record the result from one of my script, but I have 8 other scripts and I want to record all the scripts … | |
I've got a procedure within a class that will be running something on its own thread. Basically it's a timer that will fire periodically... well when that event fires I want to be able to handle that on a windows form. for example: the class is a queue, when the … | |
Hello everybody, I have a custom grid that implements the System.Comparer for sorting. I would like to know how I can sort this grid in the descending order of date. The grid does not accept date type fields - only strings. Thank you in advance Chandra Ram | |
how to build uptable in vb.net for firewall application ??? plz....i need help......:sad: thx | |
Salam for all ;) can you help me and give me links to a perfect books in network programming | |
![]() | Visual Studio .NET 2003 comes with version 8 of Crystal Reports. If I were to buy the complete package of Crystal Reports XI can I use the version XI Report Viewer instead of what comes with Visual Studio 2003? |
Visual basic 2005 Express Edition: I have a PrintDocument: Private WithEvents mDoc As New PrintDocument() I would like to convert it to a Bitmap, so that I can write it out to disk as a JPEG. How do I convert a PrintDocument to a Bitmap? | |
Hi, can someone help me to code this ? I have a dynamic datagrid and I want to insert only one column from selected [checkbox] rows in the datagrid into a SQL-Server table. I've a working code where I call Add_to_DB function within the loop of Datagrid items, which works, … | |
Hi! I'm trying to put a combo box in each cell of a row (make a row with combos). This would be a first row of a bound datagridview on my form. Can anyone help me since I can't find the solution? I have several columns with different datatypes in … | |
Hi! Since there is no problem (any longer) to update database via simple datatable binded to a datagridview I would like to go to a second level. Binding related tables and queries in order they are able to update data in my database. I don't find that as a problem … | |
I am using VB.NET.in which i use the class csmovielibrarypro to play the video file. I want to extract all frames from the video file.Is there any API that i can use to overcome my problem.or any other method to solve it. | |
The part in bold is the part I need help with. I'm using VB 2003 and That line is VB6 code. The Right and Left functions don't apply to VB2003 and I need to know what I can replace that with to get the same result. Here I'm trying to … | |
i'm using vb.net to create a windows form that will acces an oracle database to move records from one database to another. i keep getting the ORA-01000: maximum open cursors exceeded i do all of the close and dispose and gc.collect. rdr.close() rdr.dispose() cmd.dispose() con.Close() con.dispose() my dba tells me … | |
Hello I have been looking for a book on visual basic .NET that covers absolute beginners and on to intermediate chapters then professional preferably about 1,600 pages if possible. I need a book that can teach me all the aspects of vb.NET and if that is not possible then could … | |
Hi everone!, im currently working on a cash register program wich has to meet certain tests. The problem im encountering is when im calculating the change to be given to the customer. The change is correct but it has to be displayed in such a way as to give the … | |
Hi all, I have just started MS VB 2005 and I have already run into a little problem. I set up a blank screen. I then placed an image on the right hand side of the screen. when i played the application, i maximised the screen size. I expected to … | |
Hello to everyone! I have just started taking what is described as a beginning Visual Basic.Net class. I have no programming knowledge, except my class time which started mid January. Right now I'm trying to figure out how to give a type of triangle(equilateral, scalene, or isosceles) and the shortest … | |
Hi, I've got a module where i search for a candidate with his Id and display his name, age..etc.. I've put the details like name , age etc.. in the datagrid. The search module is working fine.. when a valid candidate Id is entered. But when an invalid ID is … | |
Hello everyone, One of my friend got the mini project in college.She is expected to do the project in VB.net. She want to be sure that what are all the software required. Is these software enough to learn the VB.net as a starter 1. Microsoft .NET Framework 1.1 Redistributable. 2. … | |
I'm working on an app to send mail. I'm using the MailMessage object, but when the email is trying to be sent, I get an error "Can't Access CDO object" How do I enable the CDO on my side of the application?? |
The End.