20,897 Topics

Member Avatar for
Member Avatar for Udhas

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. * *** ***** …

Member Avatar for waynespangler
0
165
Member Avatar for ATS

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 …

Member Avatar for extofer
0
106
Member Avatar for Slade

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 …

Member Avatar for LeProgrammeur
0
224
Member Avatar for gentleman4u

[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 …

Member Avatar for Paladine
0
134
Member Avatar for gentleman4u

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

Member Avatar for Paladine
0
380
Member Avatar for nnchoudary

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

Member Avatar for Bharati Krishna
0
176
Member Avatar for thiyag2001

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

Member Avatar for hollystyles
0
206
Member Avatar for furyknight

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.

Member Avatar for manal
0
95
Member Avatar for DATABASE

[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 …

Member Avatar for manal
0
143
Member Avatar for mwosh

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 …

0
56
Member Avatar for DATABASE

: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)

Member Avatar for zmind
0
200
Member Avatar for DATABASE

hi how can i create a splash screen using NB.Net ? it was easier using VB6 .:rolleyes:

Member Avatar for kaushik259106
0
288
Member Avatar for katli

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 …

0
91
Member Avatar for randycena

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

0
54
Member Avatar for randycena

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 = …

Member Avatar for randycena
0
185
Member Avatar for lance471
Member Avatar for Sulley's Boo

How can i load a flash file (.swf) to a webform :?: :?: .. Plz help .. Thanks!

Member Avatar for Sulley's Boo
0
157
Member Avatar for gtechnology.net

[B][COLOR=DarkOrange]ADO.NET is a web-enabled database application.. Likewise, is sql also a web-enabled database application?[/COLOR][/B]

Member Avatar for zmind
0
138
Member Avatar for DWhit12

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. …

0
73
Member Avatar for oceanboi

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 …

Member Avatar for oceanboi
0
103
Member Avatar for Davux

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 …

0
65
Member Avatar for DATABASE

Hi everybody :sad: need help plz how can i list items from a database into a CheckedListBox , using VB.Net and MS Access db ??

Member Avatar for DATABASE
0
327
Member Avatar for katli

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 …

Member Avatar for khanayub_chand
0
191
Member Avatar for randycena

: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 …

0
72
Member Avatar for thomas_in_Texas

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 …

0
81
Member Avatar for Guille

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 …

Member Avatar for aniseed
0
103
Member Avatar for lance471

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 …

Member Avatar for Comatose
0
128
Member Avatar for Malgrim

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. …

0
70
Member Avatar for IT Student

Hi.. I want a custom Controls .. Where can I download it from ? wish you can help me .. thanks in advance...

Member Avatar for waynespangler
0
100
Member Avatar for Jen_1111

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 …

0
67
Member Avatar for SelArom

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 …

Member Avatar for SelArom
0
102
Member Avatar for ChandraRam

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

0
59
Member Avatar for there

how to build uptable in vb.net for firewall application ??? plz....i need help......:sad: thx

0
52
Member Avatar for mhm_ra

Salam for all ;) can you help me and give me links to a perfect books in network programming

Member Avatar for mhm_ra
0
125
Member Avatar for Geek-Master

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?

0
125
Member Avatar for furjaw

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?

Member Avatar for waynespangler
0
63
Member Avatar for Texpert

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, …

0
295
Member Avatar for kdee

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 …

0
79
Member Avatar for kdee

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 …

0
74
Member Avatar for arifkamran

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.

Member Avatar for waynespangler
0
110
Member Avatar for Kanryue

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 …

Member Avatar for waynespangler
0
126
Member Avatar for William Weeks

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 …

0
87
Member Avatar for root

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 …

Member Avatar for root
0
370
Member Avatar for AlreadyWon!

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 …

Member Avatar for adrcam
0
142
Member Avatar for TimC

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 …

Member Avatar for TimC
0
131
Member Avatar for q8z
Member Avatar for jacjr

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 …

Member Avatar for jacjr
0
860
Member Avatar for stackOverflow

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 …

0
101
Member Avatar for Viji

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. …

Member Avatar for Bharati Krishna
0
149
Member Avatar for extofer

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??

0
58

The End.