- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
10 Posted Topics
are you using an optical mouse? i had one that kept jumping around the screen.
Is the hard drive partitioned? if so, why not install xp on the other partition. Vista allows you to resize partitions, maybe this will help: [url]http://www.howtogeek.com/howto/windows-vista/resize-a-partition-for-free-in-windows-vista/[/url]
try this [url]http://www.ipodtouchfans.com/forums/showthread.php?t=96738[/url]
<p style="color:purple">A paragraph</p>
[QUOTE=sniper1983;667206]I'm experimenting currently with notification in VB.net and working with baloons in the system tray succesfully. My problem is that I would like the baloon to display an ok/cancel dialog with the user like firewall-programs do. Can you tell me how to create this functionality. As far as have come …
[url]http://forums.whirlpool.net.au/forum-replies-archive.cfm/684338.html[/url]
[code]Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged With ComboBox1 If .Text = "dell" Then DataGridView1....... ElseIf .Text = "hp" Then DataGridView1......... Else DataGridView1......... End If End With End Sub[/code] [QUOTE=kavithabhaskar;663512]I have a field as MFG. i want to use an if condition to see if …
Private Sub errorLog() Dim path, file As String Dim nFileNum As Short Dim Filename As String Dim dTaskID As Double Try If CInt(TextBox1.Text) > 0 Then MsgBox("worked") End If Catch ex As Exception Filename = "c:\errorlog.txt" nFileNum = FreeFile() FileOpen(nFileNum, Filename, OpenMode.Append) PrintLine(nFileNum, ex.ToString) FileClose(nFileNum) path = "C:\WINDOWS\notepad.exe" file = …
i think you want to select the combo box and then press F4. the properties box should appear, then make your alterations.
[QUOTE=jaytheguru;630443]Morning All, I would like to set a limit to a text box so that end user only can enter numbers from 1-32 and not more. I have setup a validation on keypress to make it only work with numbers i.e digits and nothing else however I am not sure …
The End.
naz82