Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for shermags

Hi, Can anyone help me on how to serialize an inherited datagridviewtextboxcell? I had created a custom cell in which I had incorporated several customized properties and save it to binary file. <Serializable()> _ public class CustomTextboxCell Inherits Windows.Forms.DataGridViewTextBoxCell 'code goes here End Class SaveFile: Private Sub save() For Each …

Member Avatar for shermags
0
134
Member Avatar for shermags

Hi Experts, I would like to seek your help on this. I wish to list all the installed application with icon and path. I saw once in a forum using the System.Management, but unfortunately, I am having trouble upon the execution. **Here's the code**: Dim moReturn As Management.ManagementObjectCollection Dim moSearch …

Member Avatar for Begginnerdev
0
147
Member Avatar for shermags

Hi Experts, I've tried to use keyboard hook under **Windows Form** and it all work fine. But when I had tried it to **Windows Service**, it does not work. I had downloaded a keyboardhook library, [Global Windows Hook](http://www.codeproject.com/Articles/19858/Global-Windows-Hooks) I have configured it as running with logon as Local System and …

0
72
Member Avatar for shermags

Hi All, I would like to seek you expert advice. I would like to create an image viewer with a capability to view thumbnails or a film strip like images. I had search in google and found some idea, but upon trying it with about 100+ images the system thrown …

Member Avatar for TnTinMN
0
238
Member Avatar for shermags

Hi Experts, I would like to seek your help, I need to create an application which can extract the current Active Tab and URL of any browser (i.e Chrome, IE, FireFox). I had googled around but there no samples had satisfy my needs. Sample: I would like to get the …

Member Avatar for andreas.bjorn
0
2K
Member Avatar for shermags

Hi Members, I would like to seek your expert advice. Is there a way load an application before the windows logon appear and shutdown windows when the executed application was closed? I am creating a project which needs to filter all the application that the user can use. Hoping there …

Member Avatar for shermags
0
169
Member Avatar for Minko

Hello, I have almost completed a client server application and need to know the best way to host it. Obviously security is a main factor as well as cost. If you could help me with your opinions I would greatly appreciate any advice you can give. Minko

Member Avatar for shermags
0
84
Member Avatar for shermags

Hi All, I would like to seek help from you guys out there. I am using visual studio 2010 under WIN7 64Bit. The question is how could I possibly create an installer that can run to 32Bit or 64bit with operating system of WINXP to latest. Hoping that there would …

Member Avatar for shermags
0
130
Member Avatar for shermags

Hi, I am new with the WPF Browser Application in VB.Net. I would like to know if how can I execute a windows form or a page. I had tried to this code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs) Handles Button1.Click Dim Form As New Window1 …

Member Avatar for shermags
0
121
Member Avatar for shermags

Hi, I'm new here!!! I just want to ask if is it possible to add a property within a property at VB.Net. Sample Public Class Form1 Private xproperties As PreferenceProperties Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load xproperties = New PreferenceProperties PropertyGrid1.SelectedObject = xproperties End …

Member Avatar for shermags
1
269