Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached

3 Posted Topics

Member Avatar for cyberwizmj

[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 …

Member Avatar for cyberwizmj
0
212
Member Avatar for technogeek_42

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.

Member Avatar for Jx_Man
0
236
Member Avatar for cyberwizmj

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 …

Member Avatar for cyberwizmj
0
4K

The End.