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
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for ACE--

Hi, Currently I don't have any code for this but request you help on this. In the form1 I have Picuter box. I want to view Images (All types of Formats) & PDF files as regular images in Picture box. Is this is possible. Also I need Shortcut keys to …

Member Avatar for Deep Modi
0
1K
Member Avatar for sushilsth

Private Sub btnsave_Click(sender As Object, e As EventArgs) Handles btnsave.Click 'to check if the records already exists... Dim sqlQRY As String = "SELECT COUNT(namee) AS namecount from staff WHERE namee='" & TextBox7.Text & "'" Dim queryResult As Integer Dim com As New OleDbCommand(sqlQRY, conn) queryResult = com.ExecuteScalar() If queryResult > …

Member Avatar for tareywolf
0
194
Member Avatar for tareywolf

I would like to create a system and file watcher which can tell me/my program if another FileWatcher is currently running on my system, where (what is it watching) and the location of the exe for the file watcher is located. Is this possible? I've been researching and trying a …

Member Avatar for Reverend Jim
0
122
Member Avatar for tareywolf

I like so many others seek out code snippets from time to time to provide some functionality. Most are easy to incorporate. But I have not yet figured out how to use a function, like below. How does one call something like this in another program? Private Function Search(path As …

Member Avatar for tareywolf
0
74
Member Avatar for tareywolf

I have an issue where, in a recursive situation, I need the path of each file in a directory, but only from the top folder to the filename... not any system type files. Is there a way to set up an enum or "For Each" type of loop that would …

Member Avatar for Reverend Jim
0
174