Hi,
I am trying to slide, make the form bigger, with a button. but each time it freezes. can someone help me out?
This is one of the codes I tried.
Option Explicit
Private Sub Form_Load()
Timer1.Enabled = False
End Sub
Private Sub Command1_Click()
Timer1.Enabled =...
Hi,
How do I change the text in the ComboBox from Capital to non-capital?
The ComboBox is filled on Form_Load()
Do Until rs.EOF
Combo1.AddItem rs!TEST
rs.MoveNext
Loop
Greetings J. Radjesh Klauke (Netherlands)
Hi,
Got a small problem (I hope)
Can Anyone tell me how to remove or hide double items from a listbox?
This is what I already have:
Private Sub Combo1_Click()
List1.Clear
Set rs = New Recordset
rs.Open "SELECT DISTINCT * FROM POSTCODE WHERE GEMEENTE = '" & Combo1.Text & "'", cn...
Hi,
I hope someone has used or is using SmartMenuXP en could help me out.
I have a menu with several captions. When I click on a caption the checkbox gets checked... So far so good...
What I want is; When I click on another caption I want the 1st caption to be unchecked... an so on...
Hi anyone knows where or how to disable the DEP-protection? I read there is a way to do that in de BOOT.INI, but I cannot find that file.
I can't install Word or Excel anymore... AAAAAH!!!
Anyone?
Hi,
When I'm trying to read the contents of a textfile when opening a form it clears the content. Anyone knows what could be the problem?
Private Sub Form_Load()
Dim TempStr as String
Open "C:\text.txt" For Output as #1
Line Input #1, TempStr
Label1.Caption = TempStr
Close #1
End Sub
Hi,
I have 2 Forms one with a button and one with a textbox. I open both forms.
When I write a value to the textfile with the button on Form1 I instantely want to show the value of the textfile in Form2 (while active/open). "Somekind of read_when_change_textfile" ;)
I hope someone understands...
Hi,
In the registry I set my app-name in the rightclick-menu.
For files: HKEY_CLASSES_ROOT\*\shell\rad2005\command
For folders: HKEY_CLASSES_ROOT\folder\shell\AppName\command
Works fine. :)
How do I implement the App-icon also in the menu?
Is there a way to do that also for the...
Hi,
In my App it is possible for the user to change the entire color of the App. The strange thing is when they choose a color another form opens.
[code]Private Sub mnuYellow_Click()
Call modColor.Yellow
lblColor.Caption = 1 'I need this for the other forms...
Hi,
How can I notify the App.exe that there is an update?
In the App I have an Icon with a Timer with in a StatusBar. What I want to achieve is when I add a new database on the network the Timer starts --> Icon starts to blink.
What I need is some kind of comparissement.
I was thinking of a...
Hi,
In the registry I set my app-name in the rightclick-menu.
For files: HKEY_CLASSES_ROOT\*\shell\rad2005\command
For folders: HKEY_CLASSES_ROOT\folder\shell\rad2005\command
Works fine. :)
How do I implement the App-icon also in the menu?
Is there a way to do that also for the...
Hi,
This is the first time I heard of the FileSystemObject. Of course I have to know how to use it. And of course... it doesn't work for me.
I want to copy a file from the hard disk to a folder. this is the code I used (just testing):)
Private Sub Command1_Click()
Dim FSO As New...
hi,
How do I know if the application is running and how do I close a running application?
Example: Let's say that C:\test.txt is already open, but you aren't aware. If I want to replace that file or remove that file you'll fail.
Thanks in advance.
Hi,
Have a little question.
I'm calling a Shell: eg.
Private Sub Command1_Click()
Shell("C:\Uninstall.exe"). Works fine.
End Sub
but when the file is not available it just stops. So I tried it with On Error GoTo Err
Err: msg "File not found"
Doesn't work also.
Anyone sees what I'm doing...
Hi, got me a strange problem.
I can't use the right-mouse-button anymore to insert rows. When I click a cell, with the same button, also nothing happens. I uninstalled MSO2K and installed it again, but nothing changes.
The strang thing is that I can click with the right-button on the taskbar...
Hi, I'm just a junior in VB.NET so please be patient.
I have an AccesDatabase that contains more then 900.000 records. In the Form_Load event these records are loaded into a combobox. This takes about 10 seconds. Sometimes more, sometimes less. To make the waiting for the user less boring I...
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.