20,284 Topics
| |
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.. | |
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 | |
does any1 know how to make the app wen minimized to go to the system tray as a icon | |
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 | |
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 … | |
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 … | |
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...!! | |
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 | |
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 | |
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, … | |
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 … | |
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 … | |
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 | |
can any one help me in changing text in vb.net2003 | |
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 … | |
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 … | |
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 … | |
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 | |
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 | |
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 | |
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 … | |
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 … | |
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 … | |
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', … | |
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 ??????? | |
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 … | |
-------------------------------------------------------------------------------- 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 | |
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 … | |
please anyone give me some intro about vb.net.and suggest me any books regarding it. |
The End.