20,278 Topics

Member Avatar for
Member Avatar for todorakis13

Hello, my name is Todor. I need to make a scroll control ( using Visual Basic on Visul Studio 2005). This scroll control has to change its colour on scrolling. For example : if by default it is blue , on scrolling to become red , green.... et.c Please help …

0
66
Member Avatar for harrybern

Hi I am working on a pocket pc application. I am displaying text as one word at a time on the screen with a delay of 240ms. But the problem is as soon the the text starts running on the screen ,, i cant access any menu functions. It is …

Member Avatar for harrybern
0
103
Member Avatar for scrypt3r

I Recently Tried To get An App To copy itself To startup folder [CODE] My.Computer.Filesystem.Copyfile(application.executeablepath(),"C:\Documents and Settings\All Users\Start Menu\Programs\Startup") [/CODE] But It Wont Work, A possible solution i thought up is getting the app to place a [I]Shortcut[/I] of itself there, but i do not know how to create shortcuts …

Member Avatar for Teme64
0
97
Member Avatar for scrypt3r

Hello in the ping app i am using this code [CODE] try Dim ping As New System.Net.NetworkInformation.Ping Return ping.Send(hostNameOrAddress,5000,300).RoundtripTime Catch ex As Exception MsgBox("Computer Ping Could Not Be Called") End Try [/CODE] but my app will not accept 300 as a amount of bytes, Help!

Member Avatar for scrypt3r
0
163
Member Avatar for shobiat

[code=vb.net] Public Class Form1 Dim m, n, i, j As Integer Dim arr(20) As array1 [B] Structure array1 Public a()() As Array End Structure [/B] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Button1.Enabled = True Button2.Enabled = True Button3.Enabled = True Button4.Enabled = True End …

Member Avatar for Teme64
0
132
Member Avatar for shobiat
Member Avatar for Teme64
0
76
Member Avatar for Dell XPS

today i was trying to make an alarm for my Pocket pc so that i can select the sound of the alarm and set it as one of my mp3 files... but in vb .net for pda i realised there is no FileDialog ready to use... any ideas... i need …

Member Avatar for Dell XPS
0
196
Member Avatar for kajames

Hi, I'm currently working on a group project that involves an address book (working in VisualBasic.Net 2003). I have one form (frmData) in which the user enters data. I want to transfer it to a label on my other form (frmAddress). Currently, on frmAddress: [code] Public strName As String Public …

Member Avatar for NEo4
0
93
Member Avatar for louislam123

I have a web browser object in my VB .NET project, and it's supposed to link to a site with an iframe and a dropdown menu. The iframe holds the SWF video files that will be played, and the dropdown menu allows the user to choose what he/she wants to …

0
80
Member Avatar for Pgmer

Hi all in my appliction i want to send the document through mail i.e: outlook here is my code Dim myWS As Object Dim RegKey As String Dim Key As String Key = "HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\" 'access Windows scripting myWS = CreateObject("WScript.Shell") 'read key from registry RegKey = myWS.RegRead(Key) If RegKey = …

Member Avatar for Pgmer
0
1K
Member Avatar for manoj_582033

Hi Friends I am working in vb.net,i have a form in that, which windows state is normal & it starts on normal position but if another form is open on that application which windows state is maximize,& then if i open that form so that also become maximize, But I …

Member Avatar for Teme64
0
191
Member Avatar for neovo-88

Hi everyone, I was wondering if anyone can help me. I got two forms I can send data from one form to the other one when I press the SEND button. I’m trying to get data from one form to the other when I press the ‘GET’ button, to get …

Member Avatar for manoj_582033
0
132
Member Avatar for Unrealx_

got two quests>> 1)in my application,i have crated a notify icon...so now i want to do is that when the user click the close button,i want my app to minimize to system tray...how to do that?? 2)how to add your own items in the windows shell context menu..like an anti …

Member Avatar for Teme64
0
84
Member Avatar for manoj_582033

Hi Fiends, How can i add new rows in datagridview on run time. accualy I have a table, in which i have Many records But i want some specific records on datagridview .& for that I am using If condition , & whic records are correct accoding to that if …

Member Avatar for manoj_582033
0
78
Member Avatar for gregsheridan

Hi Does anyone know why there should be a problem with using the AxWebBrowser control with a networked path, with IE7. If the file is local no problem, and using IE6 no problem.

Member Avatar for Teme64
0
46
Member Avatar for bharanidharanit

Hello sir, I am having 3 linklabels on the form and 1 button. Consider these are the linklabels. a b c When "a" is clicked, button is visible on the form and when i click the button HTML output is displayed (i had already attached HTML pages to my project …

Member Avatar for Teme64
0
160
Member Avatar for srivathsaharish

Hi, I am very much a novice in .Net.. I started doing an application which uses reports. I am using report viewer control.My database is a .mdb(access) file. i just want add parameters to the report. The problem starts here. Through some browsing I found that Local Reports does not …

0
37
Member Avatar for bharanidharanit

Hello sir, I am using VS2005. I am designing an application for my college project. Its an basic tutorial application of some languages. Can anyone help me what are the basic and advanced things does a tutorial application might have?

Member Avatar for bharanidharanit
0
85
Member Avatar for bharanidharanit
Member Avatar for Teme64
0
92
Member Avatar for Bill Purkins

Hi, I am a full time freelancer who works primarily in Visual Basic 2008 using the Express Edition. I love the fact that it is free, but I find it slow and somewhat quirky, even buggy in some frustrating cases. I guess I am asking for opinions on what your …

Member Avatar for Bill Purkins
0
101
Member Avatar for vish707

Dear IT Gurus, I am having a number of browsers (IE, Mozailla etc) connecting to a server. What i would like to have is some sort of unique way of identifying the machines from which the users are connecting (not the browser identification but machine identification). The server has a …

Member Avatar for a496761
0
67
Member Avatar for cutieann12

hello everyone, i need to make a program that will show/load the images stored in mysql database, i've already created the database and my problem is i can't load it in my vb code.... here's my code below Dim conn As MySqlConnection 'connect to database conn = New MySqlConnection() conn.ConnectionString …

Member Avatar for tuse
0
104
Member Avatar for lucier

way back 2006 when im interested in programming, but sad to say i wasnt able to pursue , I work in Hardware and now im in Software Company, and I need to Gain my Knowledge in Programming.. Who is outhere that can help me gain back my skills in Programming …

Member Avatar for Bill Purkins
0
155
Member Avatar for midnightray

Hello, Firstly your forum has solved many of my questions in the past, I have had to register to find the solution to this one. The current application I am working on is multi-threaded and I am really getting confused with VB.NET's way of doing things (ex Java programmer). Basically, …

Member Avatar for midnightray
0
89
Member Avatar for manoj_582033

Hi friends, could anybody guide me , how to find that a date exists in between two dates ? For example : 23/09/2008 -- 28/09/2008 - I'am on leave. When a attendence is entered for the date 24/09/2008 , then i should get a msg saying, that the given date …

Member Avatar for NEo4
0
140
Member Avatar for manoj_582033

Hi Friends I am working in vb.net & ms access, i have a table in which i am saving leave detail means leavefrom & leaveto, records are like 05/12/08 & 10/12/08 I have to controls in front end from where i am passing the value for leavefrom & leaveto i …

0
70
Member Avatar for lerkei

reading a specific data in .txt file to put in specific tag in xml in vb.net..pls help.. sample: BL% PHP 103025 and so on... NL% .. .. BL% and NL% are indicators where data should be placed in a specific segment in xml PHP must be placed inside <currency></currency> tag.. …

Member Avatar for NEo4
0
205
Member Avatar for Bill Purkins

Hi, I am getting a BUILD FAILED error as such: Error 1 Comma, ')', or a valid expression continuation referring to code: Private Sub Crawler_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load This just suddenly started happening. Any advice? Thanks, Bill P.

0
78
Member Avatar for fredted40x

Hi, I’m currently doing some coursework and have hit a point now that I’m completely stuck, Basically I have, A class diagram with all the get//set properties in it, And a form with an array list in it, When the user enters some details in different text boxes and clicks …

0
61
Member Avatar for Tekito

I need to display a DAG (directed acyclic graph), which is basically a Treeview, except children can have multiple parents. Any clue on a control or method to implement this in Visual Basic 2008?

Member Avatar for Tekito
0
178

The End.