No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
[ATTACH]5558[/ATTACH] I am a beginner with asp.net. I want to make a menu towards the left with content area towards the right. Just simple clicking link in the left frame and displaying data in the right frame.. only that I don't want to use frames and I'd like the menu …
Take registry backup and try this. [CODE=vb]Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click My.Computer.Registry.SetValue _ ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run", _ "MyProgram", "dir:\path\name.exe", _ Microsoft.Win32.RegistryValueKind.String) End Sub[/CODE] Alternatively you can add your program executable to startup.
Hi I am trying to [B]enumerate through 3 levels of directory structure/folders and create TabPages with the names same as the directory names[/B]. Further I want to add controls to these TabPages created at runtime. I have tried to create TabPages with the following commands: [CODE=vb] Dim tabcontrol1 As New …
The End.
cyberwizmj