473,544 Members | 1,954 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

1
2,032
thread by: visweswaran2830 | last post Nov 12 '09 by: tlhintoq
I want to get mounted and unmounted drives using vb.net. Could anyone help me. Using getlogicaldrives methods we can get mounted drive. but i want to get unmounted drives also.
1
2,196
thread by: faisalabdul | last post Nov 16 '09 by: MrMancunian
Hello Experts, I am having a small problem with my VB.NET and VC#.net programs WHAT AM I DOING ? ----------------------- I am creating a spider program in VB.NET which parses a URL and stores data in my database. The list of URL to be parsed are included in my database. WHAT I NEED TO DO? ------------------------ Right now the program...
1
2,206
thread by: thiagameena123 | last post Nov 18 '09 by: Plater
Attach and detach sql 2005 database
1
1,032
thread by: thiagameena123 | last post Nov 18 '09 by: Plater
where can I get vb.net sample master froms please?
1
1,660
OuTCasT
thread by: OuTCasT | last post Nov 18 '09 by: OuTCasT
Hi All I need to add 3 months to a date so i can calculate when a clients email bundle is out dated. so for instance the client registed his bundle on 2009/09/01. I need to be able to add 3 months to this date so it comes out with 2009/12/01 and then compare the dates. so if the date was 2009/12/02 then it would be expired.
1
2,437
thread by: pmp13drc13 | last post Nov 26 '09 by: Frinavale
Hello, what I need help with is probably simple for most of you fluent with vb.net, I have been learning for the last 6 months. What I am trying to do here is search a multi-line textbox that contains the source of a particular website. what I would like is something like this but i do not know how to right it like i need Dim MyString,...
1
1,824
thread by: Infog | last post Nov 29 '09 by: !NoItAll
In testing cut/copy/paste for my program, I realized that all forms that are a child of my MDIparent1 form lose their cut/copy/paste abilities. Is there a common reason for this? Is this something that I need to implement? I show the child forms by using something along these lines: Form1.mdiparent = MDIparent1 Form1.show
1
2,396
thread by: visweswaran2830 | last post Nov 30 '09 by: debasisdas
I want to catch mouse cursor change event in vb.net. for example, If i place the cursor in textbox then the cursor will change as IBeam. I want to capture when the cursor changes using vb.net. can u help me
1
1,997
thread by: keyanmcc | last post Dec 3 '09 by: MrMancunian
HI friends I need to create a firewall in vb.net. Give me some idea how to proceed . Thank you.
1
1,393
thread by: keyanmcc | last post Dec 4 '09 by: MrMancunian
can any 1 help me with vb.net code to filter ip address . thank u
1
2,128
thread by: defiler007 | last post Dec 5 '09 by: tlhintoq
Hello! I want to monitor all windows copy to clipboard evets and add the objects that are copied to the clipboard to a list in my application.. how can I do that?
1
2,699
thread by: 55555 | last post Dec 21 '09 by: tlhintoq
how to rename node in an tree view
1
1,728
thread by: Orbie | last post Dec 22 '09 by: tlhintoq
Hi All, I'm new to VB.NET and i'm looking for some help with my Windows Form. I need to check if a Commodity entered into (TextBox1.Text) already exists on my table before i insert it. I'm having issues checking if the number of rows returned from my Select is equal 0? Also i'm wondering should i be checking for an exception and open/closing my...
1
1,712
thread by: visweswaran2830 | last post Dec 23 '09 by: tlhintoq
Hi, I need to stop the keystroke event when I pressed a particular key. For Eg: If press alt+tab key then that keys should not perform that operation, that should operation should be stopped. I captured that particular keystroke, but i want to knw how to stop that particular operation. Can any one help
1
1,301
thread by: djpaul | last post Dec 28 '09 by: djpaul
Hello, I know this is not the right place to post this question but I am using a system called Envox. It's for telephony applications. But in this system is an block called smtpSend. Now i can fill in the smtp server but there is no field to fill in the username and pasword. Is there another way to login the server to send email? Perhaps...
1
1,335
thread by: yusufjammy | last post Jan 2 '10 by: tlhintoq
how to send mail with visual basic 2008 to gmail id.
1
3,777
thread by: Mohammed Alamgir Hosen | last post Jan 6 '10 by: Frinavale
Hello It is my first question to you. I have a little confuse about the different between Parameter and Argument. I will very glad if you help me in this occasion.. Yuor's ever Alamgir
1
913
OuTCasT
thread by: OuTCasT | last post Jan 6 '10 by: ThatThatGuy
Hi I need to do a check on telephone numbers entered into a textbox. I know the regular expression for an email address but not to check a telephone number like such (000)000-0000
1
1,014
thread by: aartinair | last post Jan 7 '10 by: tlhintoq
this is my code,this is showing a syntax error in insert into statement,plzz do help Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim myOleDbConnection As OleDb.OleDbConnection Dim insertcommand As String Dim connString As String =...
1
1,156
thread by: kabburebh | last post Jan 13 '10 by: Frinavale
Hi........ I want to read data from tally using vb.net.I can read bills recievable data but i dont know how to read list of receipt vouchers from tally. Plz help. Thanq
1
9,233
thread by: starrysky | last post Jan 11 '10 by: starrysky
Trying to read key "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" value "AUOptions" and get the following : A first chance exception of type 'System.Security.SecurityException' occurred in mscorlib.dll Error occurs in ReadRegistry key SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU : Requested registry access is not...
1
4,189
thread by: coolnavjot31 | last post Jan 13 '10 by: Frinavale
I have Gridview with Template Field.And I Put Dropdownlist at footer row of gridview. but when i insert the value from a database table in dropdownlist , than it generate error. for filling value , i declare variable like in databound event of gridview. for example: dim varclass as new dropdownlist ...
1
2,318
thread by: shane99 | last post Jan 17 '10 by: tlhintoq
Hi, I'm completely a newbie in VB and expecting your valuable support. I'm trying to retrieve data from an Access database - a simple one. (Just a single table with one column) My task is to view these records through a 'ListView'. No need to manipulate or anything. Just to retrieve data with a simple SQL statement and display via a...
1
889
thread by: kabburebh | last post Jan 18 '10 by: tlhintoq
Hi all.......... I hav developed windows application using vb.net as front end and MS Access as back end It is running successfully but when i run the .exe file its not working. Problem is currently whatever i hav updated in code that is not working when i run .exe file. Plz help.
1
1,171
thread by: yusufjammy | last post Jan 25 '10 by: alexis4
Please help ? how to send keystrokes in v.net automatically ..

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.