20,284 Topics
| |
Hi I am trying to display time in a text box which updates itself every second. I am using visual C# and I am pretty new to it. (My first program in visual C#) (Actually its part of a little bigger problem in which I have to implement a timer … | |
Hi, Is there any (free) graphical engine for Visual Basic .Net that can be used to show 3d graphics and/or create games? Anything is appreciated... Thanks, | |
Hi All, Can anyone of you please suggest me some best books for learning VB.NET or any online stuff. This site itself is a very good source of learning, but still thorough knowledge is needed. Thanks. :| | |
Hey guys, i need to read form(s) on VB.Net from the simple html based web sites, like on VB6 webbrowser object; [code] WebBrowser.Document.All("form").All("field")[/code] But i shouldn't to use a WebBrowser object. How can i do this on VB.net? | |
Hi... Plz help me.. How to send Message to Yahoo Messenger (YM) using vb.net? windows application thanx | |
HI.. could u help me,how to Login windows user account using vb.net ? thanx | |
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 … | |
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 … | |
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 | |
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 = … | |
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 … | |
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 | |
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 … | |
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 … | |
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: … | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
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 … | |
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, … | |
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 … | |
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 … | |
Hi, Is there any way I can select multiple items in a listview programatically in WPF? | |
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 … | |
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... | |
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 … | |
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 … |
The End.