20,284 Topics

Member Avatar for
Member Avatar for frisiva

var inputs = document.getElementsByTagName('input'); for (var i = 0; i < inputs.length; i++) { var id =inputs.getAttribute('id') if(id.indexOf("txtLgnEmailID")!=-1) { oDDL = inputs.getAttribute('id') svalue=document.getElementById(oDDL).value; if (document.getElementById(oDDL).value=="- User EmailID -") { document.getElementById(oDDL).value="" } } } It was not working in Firfox.. Please help to soive it..

Member Avatar for MidiMagic
0
56
Member Avatar for scrypt3r

im writing a app that u write some vbscript or javascript or html and u can run it does anyone know how to run any of these languages from in vb

Member Avatar for scrypt3r
0
98
Member Avatar for scrypt3r

does any1 know how to make the app wen minimized to go to the system tray as a icon

Member Avatar for scrypt3r
0
352
Member Avatar for scrypt3r

does any1 know the code to make the out line of the form(the bar with the minimize, maximize and close buttons disapear like live messinger

Member Avatar for scrypt3r
0
75
Member Avatar for Steven_C

Hi all, i am a new to VB.NET and i have a project to be completed urgently. I need to insert information from textboxes into a database, I have created the connection using Jet Engine, the connection is working well because I can display records. However I cannot insert new …

Member Avatar for Steven_C
0
191
Member Avatar for comlom

I want to create a function within my site (still planning) which will renew the statistics for a week a month a year. So when a Record is viewed each value is incremented. Then at the Start of a week the week counter is set to 0, then the start …

Member Avatar for iamthwee
0
101
Member Avatar for preetham.saroja

hello can anybody suggest m, for example-how to change bckground color of particular column-if it has values less than 10(i mean using datagrid_itemdatabound).i searched google for one whole week.but all went in vain!!anybody plz provide m pdf's or articles regarding this article..any type of help will b much appreciated...!!

Member Avatar for Hamrick
0
123
Member Avatar for mykurasa

need help in removing the first characters in a number then adding 1 to the number then returning the 2 first characters that were removed. example i want to remove CR FROM CR499 THEN i add 1 to 499 then add back the CR. any help will be appreciated

Member Avatar for Hamrick
0
129
Member Avatar for jayz_raul

hye there...anyone would let me noe what is the proper data type for display time in sql server 2005??? sumthing it can display 8.00pm-10.00pm...any suggestion? thanks

Member Avatar for Hamrick
0
41
Member Avatar for mustoora

Hi there. i'm having trouble joining tables. I'm using Access database. Initially, i have 2 tables called thresholdTable and Configuration. In the thresholdTable, there's a column called 'Config' and i've linked it to a column called 'Confuguration' from the Configuration table. Right now everything's working. However, i added another table, …

Member Avatar for QVeen72
0
1K
Member Avatar for thangamani venk

when i run my project in a difrent pc this errore has benn accour: AxMSCommLib.AxMSComm' is not defined and i coldnt view the design view of my form. i have used axMSCommLib.AxMSComm to communicate with coport, when i run my project in a difrent pc , I recive this errore …

-1
48
Member Avatar for JaedenRuiner

Okay, I've read the documentation about Class INitializers, but they don't work for me. [code] Public class FGBGColors 'Inconsequential class end Class Public Class ColorTableClass Private m_HdrClrs = New FGBGColors With { _ ' <- End of Statement Expected .ForeColor = Color.Black, _ .BackColor = Color.Gray, _ } end class …

0
69
Member Avatar for Nevarc

Hi, I want to you readline on a tcpip data stream but the data is terminated with a 0 1, not a /n, is there a way to change the behaviour of the readline function or must I write my own binary based reader? thanks Robert Craven

Member Avatar for Nevarc
0
75
Member Avatar for bcm
Member Avatar for bcm
Member Avatar for Kshiteesh

Thanks frens , :?: I have a problem while designing a report in VB.net. I have to put different text fields in a format however the values have variable lengths. I found trouble in managing the gaps between the fields. Is there any process or solution to make such that …

0
61
Member Avatar for Kshiteesh

Dear Friends, I have been working on a VB.net project on VB8 with ms access as backend. While finding certain data by entering primary key in the form i.e. id i experienced a problem. While displaying the values which are null in the database like wise tel1 is null then …

Member Avatar for Kshiteesh
0
579
Member Avatar for JaedenRuiner

There once was a time when VB did not put on airs, thinking itself to be a little language it was great. And then they tried to make it into more than it should be and everything got fouled up. 1. How do i make an untyped array on the …

Member Avatar for waynespangler
0
155
Member Avatar for blondie.simon

Hello I want to cause a time dealy or 100ms in the middle of my code. Can anyone help me on how I can achive this. Thanks Simon

Member Avatar for blondie.simon
0
95
Member Avatar for tonyf

Hi I'm using the following code to append a text file: Dim sw As IO.TextWriter sw = IO.File.AppendText("C:\MyTextFile.txt") sw.WriteLine(text1.text) sw.Flush() sw.Close() For some reason this is the output: frh001wa2555655 f fr frh frh0 frh00 frh001 frh001w frh001wa frh001wa2 frh001wa26 frh001wa261 frh001wa2613 frh001wa26135 frh001wa261351 frh001wa2613519 Please help! Thanks Tony

Member Avatar for QVeen72
0
408
Member Avatar for preetham.saroja

can anybody give m articele or pdf or any other stuff-regarding datagrid_itemdatabound... Or explain,the working procedure of this particular evenhandler.... regards,,, preetham

Member Avatar for manal
0
110
Member Avatar for acerf1

Hey, I have code in my program that, made line by line appear from my text file (Addition.txt), on my label. It basicly drawed questions from the text file. Now i was wondering if you could help me with the next part. When the question shows, the person is supposed …

Member Avatar for iamthwee
0
150
Member Avatar for ahmed elweshahy

hey in vb6 when i search about any name the code was : dim x as string x= inputbox ("Please Enter the name :") rs.findfirst "name = ' " & x & " ' " OK but in vb.net i can't do this search. please can one write the code …

Member Avatar for iamthwee
0
74
Member Avatar for tonyf

Hi Does anyone know the code to compare file versions from a server share and prompt the user to download the update if the file versiion is newer? Also how would you get this code to work automatically after launching the app? I've tried ClickOnce but did not like the …

Member Avatar for binoj_daniel
0
128
Member Avatar for xiyann

i have these objects: [ ['John', 27.52], ['Mary', 43.32], ['Paul', 64.85], ['Lulu', 98.23], ['Peter', 23.64] ['Mimi', 53.42], ['Nancy', 23.63] ] and i need to assign them to: var1 = ['John', 27.52] var2 = ['Mary', 43.32] var3 = ['Paul', 64.85] var4 = ['Lulu', 98.23] var5 = ['Peter', 23.64] var6 = ['Mimi', …

Member Avatar for xiyann
0
93
Member Avatar for virus220

I have some data in my window forms in dotnet i want to call a html page from that window and display that data too on that html page is this possible ???????

Member Avatar for Fungus1487
0
91
Member Avatar for thirunavukaras

Hai... How to Usercontrols with Shortcut Keys[F1,F2,F3,CTRL+O]... I am creating one windows apllication.. the apllication contain many form.. in one form i am used one usercontrol(parent control).. the many form used in that inherited usercontrol(child control).. in my form i want to use shorcut keys in usercontrol form does not …

Member Avatar for Fungus1487
0
1K
Member Avatar for bcm

-------------------------------------------------------------------------------- I'am new 2 programming as well as vb.net so I want any sites from where i can download sample projects. I will be thankful if you or anybody helps me..... Thanking in advance

Member Avatar for richerTextBox
0
97
Member Avatar for ajaytee

Hello, i need to make a major project in Visual Basic.Net. My project idea was to make a program that tells me the value of a persons assets (and hence how rich you are ), provided you enter in data for such things as cars, house, credit cards etc. The …

Member Avatar for Hamrick
0
88
Member Avatar for umamaheswari

please anyone give me some intro about vb.net.and suggest me any books regarding it.

Member Avatar for vbsqluser
0
102

The End.