i need to set the value to a width element of the style attribute of button control.
Like :
<input type="submit" name="btn1" value="Button" id="btn1" style="width:100px;" />
But how can i provide the value as a variable instead of hardcoded one. i don't want to achieve this through...
I am dynamically adding a dropdownlist to a webpage and binding its SelectedIndexChanged event to a sub.
few listitems are added to the control. the code in written in page_load . the first item comes
preselected. changing the listitem fires the associated event. but when the first item is...
I have Installed Virtual PC . but don't know how to set it up. i have created the virtual machine ( for win 98 )using the wizard. it starts , but after a while , it says
" Reboot and select proper boot device or Insert Boot media in selected boot device "
how to take it forward.
i have a PIV machine .
the pc came with ati radeon display card ( ATI radeon xpress 200 series ) and the motherboard drivers suite cd.
I have created dual boot , one for win98se and other for winxp . the motherboard drivers were installed successfully on win xp , but they don't work on win98...
how can i set Height and width of an html control from javascript ?
say i have a button h_btn1
<script language="javascript">
document.Form1.h_btn1.Width="300px";
alert(document.Form1.h_btn1.Width);
</script>
alert box is shown with width as 300 , but visually it does not change.
have created a simple activex control.
it loads successfuly on the aspx page. it displays its user interface as created. ( one text box and a command button )
following is the vb6 code for the activex control
Option Explicit
Dim displaytext_value As String
Private Sub Command1_Click()...
i have converted a fully compiled visual baic 6 project in to
vb.net solution using the conversion utility of visual studio .net 2003 .
The listview control on all my forms are missing in the .net project.
i haven't found anything in documentation of the compatibility issues related to the...
i have a form ( form2) , which can be called by any other form. all other forms have a sub test. depending on which form has called form2 , sub test is executed ( the procedure of the calling form ).
the code below works fine in vb6 , but equivalent vb.net code got problems.
==============
Vb...
i want to make a form ( mdichild=true ) as top most form in my application.
even if any other mdichild form is loaded , this topmost form should not hide.
i am using the api function , but no success ,
SetWindowPos Me.hWnd, HWND_TOPMOST, 0, 0, 100, 100, SWP_NOACTIVATE
Any Suggestions.
I am trying to create a new table in mdb file.
Here is the code
''**********************
Dim cn As New ADODB.Connection
Dim cat As New ADOX.Catalog
Dim otable As New ADOX.Table, ocol As New ADOX.Column
cn.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=c:\test.mdb"...
I want to plot a graph of distance with time using MSCHART control.
time at x axis, distance at y axis
example:
'''******************
dim ponits(2, 0) As Integer
points(0, 0) = 0
points(1, 0) = 7
points(2, 0) = 10
Chart1.RowCount = 3
Chart1.ColumnCount = 1
Chart1.ChartData = points...
Adding New form windows in vb6 is not showing form templates although the folder
"Program Files\Microsoft Visual Studio\VB98\Template\Forms"
contains template forms.
Any Suggestions.
Thanks.
I am using Outlook 2003 . On restoring Pst file from backup server, 2 folders were created on left side pane which are just duplicates. When any entry goes into the inbox , that is replicated in both the folders .
and it is not letting me delete those folders .
Any suggestions
Thanks.
We have certain activex controls and dll for our application use registered on each machine .
Now we have shifted from workgroup networking to domain network .
I want to set up these com components on our server ( win 2000 ) so that any application ( on client machines ) which requires the...
We have 5 machines (3 win xp and 2 win 98 se )
We were using workgroup networking till now and static ip address .
Now one of the win 98 se machines has been upgraded to win 2000 server and that is the domain controller.
I have changed network settings of all 4 client machines from workgroup...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.