20,284 Topics

Member Avatar for
Member Avatar for jabb

Hello, I'm doing a degree in accounting(Bcom in India) . I have final year project work and I think i'll do using vb .net. It should be simple... What do you think I should do? I'll be doing it with my cousins company who are doing cooling solutions for cottons …

Member Avatar for tuse
0
57
Member Avatar for arunasingh

Hi Friends I am using crystal report, when i click button1(for switcing to print page) so the printing form becomes infront, but when i click on print button of that form & get printout,imidiately that form become minimize & hides on task bar but it's necessary that form must be …

Member Avatar for Devendra_Gupta
0
94
Member Avatar for naim khan

Hello sir. sir can i reate my manually form in deployement time ........ or setup time.......... if yes then plz tell me .. and one this is tht ..... sir can i carry forward data from one folder to another folder ....... if its possible then plz tell me

0
34
Member Avatar for manoj_582033

Hi Friends I am using crystal report, when i click button1(for switcing to print page) so the printing form becomes infront, but when i click on print button of that form & get printout,imidiatlity that form become minimize & hides on task bar but it's necessary that form must be …

Member Avatar for Teme64
0
73
Member Avatar for arunkish

Hi All, Hope I'm now at the right place. Well.... I have a numeric field and I want to format the field as follows in the select statement. How should I do it?? For eg. 9000 - 9,000 10000 - 10,000 120200 - 1,20,200 etc.... Simply an indian format. How …

Member Avatar for sierrainfo
0
132
Member Avatar for ptaylor965

I have a datatable (sqltable) and a datagrid (dgData) if the user click the datagrid header the grid changes sort order but when i try to get [CODE]Dim Row As DataRow Row = sqlTable.Rows(dgData.CurrentCell.RowIndex)[/CODE] or [CODE]Dim Row As DataRow = sqlTable.Rows(e.RowIndex)[/CODE] the row returned is not the row selected in …

Member Avatar for ptaylor965
0
121
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
192
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
133
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
162
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
102
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

The End.