20,278 Topics

Member Avatar for
Member Avatar for Sacky

Ok i have this code to download some data [CODE] [COLOR=#00007f]Private[/COLOR] [COLOR=#00007f]Sub[/COLOR] Getfiles_Click([COLOR=#00007f]ByVal[/COLOR] sender [COLOR=#00007f]As[/COLOR] System.[COLOR=#00007f]Object[/COLOR], [COLOR=#00007f]ByVal[/COLOR] e [COLOR=#00007f]As[/COLOR] System.EventArgs) [COLOR=#00007f]Handles[/COLOR] Getfiles.Click Webbrowser.Navigate([COLOR=#00007f]New[/COLOR] System.Uri("http://mail.google.com/mail/feed/atom")) [COLOR=#00007f]Dim[/COLOR] Net [COLOR=#00007f]As[/COLOR] [COLOR=#00007f]New[/COLOR] System.Net.WebClient AtomFeed = System.Text.Encoding.ASCII.GetString(Net.DownloadData("http://mail.google.com/mail/feed/atom")) Atomfeedtext.Text = AtomFeed [COLOR=#00007f]End[/COLOR] [COLOR=#00007f]Sub[/COLOR] [/CODE] Every Time i run it i get a 401 Unauthorised Error I …

Member Avatar for Sacky
0
124
Member Avatar for thijs_straathof

[COLOR=Lime]i have a error message which is :[/COLOR] [COLOR=Lime]An unhandled exception of type 'System.NullReferenceException' occurred in WindowsApplication2.exe[/COLOR] [COLOR=Lime]Additional information: Object reference not set to an instance of an object.[/COLOR] [COLOR=RoyalBlue] and it has to do something between the [COLOR=Red]()[/COLOR] behind [COLOR=Red]kubus.show[/COLOR] for example[/COLOR] Dim kubus As Form2 Dim blok As …

Member Avatar for williamrojas78
0
106
Member Avatar for stricha

Hello, I'm a web designer new to server-side programming who just joined this forum. I pieced together a custom Index Service search sample using files I got from a Microsoft Studio SDK. The search works great in IE, but the results don't display in Firefox or Safari. I can tell …

0
71
Member Avatar for Preetha

Hello, In vb.net 2003, I m using textbox to enter Phone no. How can i restrict the maximum length to get data is 10. Thanks in Advance

Member Avatar for manal
0
41
Member Avatar for senojjones

I manage pts in an HIV clinic. We keep a word file on each, and I use the comments and catagories tags in the directory listing to tell me who needs attention, revisits etc. The file name is the patient's name and unit number... Being able to copy the directory …

Member Avatar for mickwen
0
92
Member Avatar for ATS

I have a program that I input all my daily data. After I input the data I wan to print the form. The code that I use to print only prints the data I inputed and none of my labels. What I want is it to print the Form the …

Member Avatar for manal
0
81
Member Avatar for Eyrestes

Hi all, This is my first post here. I appreciate any help you can give me. I am writing a solution that involves having a ConnectionManager application aside from the main application. I intend to have the ConnectionManager create sessions that wrap around the OleDbConnection that provides the connection to …

Member Avatar for sajoans
0
168
Member Avatar for ultra vires

i was working on an application....(chat based program (server /client)) and i needed that when a particular string is recieved i can activate picturebox for 3 seconds and then disable it ( picturebox.visible= false) i have no idea on how to use timer control at all because i never felt …

Member Avatar for williamrojas78
0
125
Member Avatar for BirdByte

I'm working on code that deletes a record in an Access database (Northwind). The delete works if the record isn't related, but doesn't if there are child records. I realize it's probably because the child records must be deleted before the parent record, but being new to ado.net, I'm not …

Member Avatar for Ammar Gaffar
0
179
Member Avatar for mhm_ra

salam :) i need a good website or ebooks about network programming using winsocket

0
72
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
160
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
101
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
131
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
376
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
170
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
93
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
140
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
54
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
197
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
284
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
88
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
52
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
173
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
152
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
135
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
70
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
100
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
324
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
185

The End.