20,279 Topics

Member Avatar for
Member Avatar for zuve_fox

HI.. could u help me,how to Login windows user account using vb.net ? thanx

Member Avatar for Micheal_2009
0
101
Member Avatar for williamyounger

hey, i am creating a basic game, something a bit like space invaders but only 3 levels long. I'm haveing trouble moving from Form2 (level 2) to Form3 (level 3), Form3 opens, Form2 closes, and I want the start menu (which is on another form called Start) to show if …

Member Avatar for williamyounger
-1
121
Member Avatar for b89smith

In the application that I am building I have a log window that contains a listview control. This listview control has two columns, a time stamp column and log description column. When an event happens it is added to the listview. The problem is that when about 15+ events happen …

Member Avatar for b89smith
0
141
Member Avatar for Fahim.Tamim

I am working with tabs in a application but I am having problem with the tabs. I want to allow the user to add or delete a tab. Can any one help Thanks in advance

Member Avatar for Teme64
0
118
Member Avatar for plusplus

I have the following code for reading an online file, somehow the first line returns an empty string, what can be the reason for this? Dim myRequest As WebRequest = webRequest.Create(myurl) myRequest.Proxy = WebRequest.DefaultWebProxy Dim mystream As Stream = myRequest.GetResponse.GetResponseStream() Dim objReader As New StreamReader(mystream) Dim sLine As String = …

Member Avatar for Teme64
0
591
Member Avatar for b89smith

I am making a program where I need to dynamically add buttons to a form. When the form loads anywhere from 0-30 buttons will need to be loaded. When a button is pressed it needs to run a common function, but pass a unique parameter to the function so it …

Member Avatar for Teme64
0
1K
Member Avatar for kerek2

Hi All, I try to ping my server with my application but cannot make it.....anyone can help me in VB.net 2003 , if use vb.net 2005 it already ok..plzzz

Member Avatar for Teme64
0
90
Member Avatar for Raouldukey

I am using vb.net 2005 (express) and can't quite figure out how to do this. I have an application that reads in a bunch of data from a file into the appropriate variable arrays like I want. I used a simple solution that I found here on DaniWeb to read …

Member Avatar for Raouldukey
0
265
Member Avatar for hepsy.i

I want to get all the files from my local directory in my web page the same code works fine and it returns all the files when i run the code on the local system but when i'm trying to do that online it gives me error. the error is …

Member Avatar for kvprajapati
0
108
Member Avatar for Tini791

I am coding a program and have this function where i need to delete a record. The current code i have at the moment deletes a record but only deletes the top record but i need it to delete the record the user has selected. This is the current code: …

Member Avatar for kvprajapati
0
71
Member Avatar for mathiba

Hi I am working on a VB.Net program using Ms Access Database i want to call a report from VB.NET to display an Ms Access Report Any help will be appriciated

0
32
Member Avatar for ritu verma

I want to show the contextMenu on MenuItem right click....AS IE favorites.... I m able to show the contextMenu when i right click on menu..But the Probs is dat when i right click..Context menu is showing & menu is hidding....... Y so ..I want that when we right clikc on …

Member Avatar for Piya27
0
77
Member Avatar for SteveInAlabama

How does one control what's included and not included in a project? I am forced by the environment to work in the same directory as other projects. I have written a Class and also a Module with a subroutine that does not show up in my project, yet I see …

Member Avatar for SteveInAlabama
0
123
Member Avatar for dileepkumars1

Hai Friends, Please Help Me!!!! I am developing a bussiness application.It includes a module which has to send a text file from the head office to the branch. I am able to send the file through internet only if i get the global ip. But Under the router i am …

Member Avatar for dileepkumars1
0
140
Member Avatar for dazatrustsno1

Hi I am currently using the DSOFramer control to allow editing of Word documents within my Windows VB.net (VS2005, dot net 2.0) application. Everything's working well, but I am struggling with limiting the items available from the Word menu. Specifically I am trying to remove (or at least disable) the …

0
48
Member Avatar for gibbshsu

Dear all, Can anyone kindly let me know how to put codes in my program to check if the network card is currently connects to nowhere (in nortification area, the small computer icon is crossed in red). Many thanks! Best regards, Gibbs

Member Avatar for gibbshsu
0
416
Member Avatar for Redserpent

Hi Guys. First let me say that this site is fantastic and the knowledge spread is vast. OK, now I'm somewhat of a noob when it comes to VB.net 2008 and have not long been coding with it. I came across a problem with the cancel button on an "input …

Member Avatar for kvprajapati
0
323
Member Avatar for richard-iii

Hi All, i have a homework of programming (vb.net) that need create send email function by using vb.net.. I already find a bunch of solution in google, but still i didn't work.. below is my source code.. [U]source code:[/U] [code] Imports System.net.Mail [COLOR="Red"]Public Class Form1[/COLOR] Sub SendOneEmail() Dim SendTo, strSubject, …

Member Avatar for richard-iii
0
275
Member Avatar for cs_tx_usa

Hi all, I am trying to make a program in VB .NET that has two "browse" bottons, two textboxes which should show the full path of the files to be selected, one "Save As" button, one textbox that should show the file's full path where to be saved in, an …

Member Avatar for tathumani
0
256
Member Avatar for Piya27

Hi All, I am new to Vb.NET. and I am Trying to develop a textpad application using richtextbox control.. Now my problem is that, while using this application. when user clicks on Close event in File Menu, I want the Editor to only close that particular file(or text) that is …

0
50
Member Avatar for shers

Hi, Is there any way I can select multiple items in a listview programatically in WPF?

Member Avatar for kvprajapati
0
64
Member Avatar for rainhardman

I guess its only stupid if I don't ask it... Hi VB Daniweb folks. I've developed some VB.Net applications and now I'm trying to dabble with some asp.net server pages. I've created a simple page and when I display it (entered in the browser:[url]http://localhost/hello/welcome.aspx[/url]) I get the following error... Server …

0
35
Member Avatar for mohankumar554

hi, how to get database records from mssql into excel sheet using vb.net. if i click on button and open the excel sheet enter the data and the data is stored in database in the form of records...

Member Avatar for kvprajapati
0
84
Member Avatar for sonia sardana

WHen we click on site whether left click or right....Control goes to IEDoc_MouseDown event,I just want to ask is that possible to know taht which element is clicked..Suppose we right click on link,is that possible to know it that link is clicked. [code] Public Class Form2 Dim WithEvents IEDoc As …

Member Avatar for samir_ibrahim
0
1K
Member Avatar for TheFueley

How do you guys recommend searching an ArrayList for a specific string? My arraylist is defined as: [code=vb] Public Shared VisioSwitchArray As New ArrayList() Public Structure switch Public HOSTNAME As String Public IP As String Public MODEL As String Public VLANS As String Public NEIs() As neighbor End Structure Public …

Member Avatar for TheFueley
0
1K
Member Avatar for sonia sardana

hi frnds, I want to add cross button image on the right hand side of tabPage...I m creating tabpages at Runtime.... Mine code is added image to the left...I want to add it to the right....I m also adding text to the tabPage... & second Probs is dat..On button click …

Member Avatar for GeekByChoiCe
0
646
Member Avatar for VIPER5646

Hi I need to create an exec File. I believe I need to use deploy. But I can't find the command. thanks in advance

Member Avatar for kvprajapati
0
45
Member Avatar for ritu verma

I have a treeview with two nodes..I m showing the contextmenu when the user clicks on any portion of treeview .... [code] Public Class Form2 Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Try Dim N As New TreeNode() Me.TreeViewCategories.Nodes.Clear() With Me.TreeViewCategories.Nodes N = .Add("", "Main", …

Member Avatar for ritu verma
0
142
Member Avatar for everettnewell

[code] Public Sub add_emp(ByVal emp As EmployeeObj) Dim con As New SqlConnection Dim sqlcmd As SqlCommand 'Dim sqlrdr As SqlDataReader Try If is_emp(emp.Id) = False Then con.ConnectionString = My.Resources.ConnString con.Open() sqlcmd = New SqlCommand("INSERT INTO [Employees] (" _ & "[Id], [SocialSecurity], [FirstName], " _ & "[MiddleName], [LastName], [Suffix], " _ …

Member Avatar for everettnewell
0
154
Member Avatar for Lewis_UnderGrad

Hi guys, I've been developing basic websites for the past 2 years. Recently, a relative of mine had started a vehicle leasing company and has asked me to create the website for him. Now the majority of the site will be no problem to create however, as it is vehicle …

Member Avatar for Teme64
0
228

The End.