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 nel gomez

Good evening, Just want to ask if there's a way to get the contrast and pixeltype(if it's colored/bitonal/grayscale) of an existing image using vb .net such as: gif/jpg/pdf/png/tif If yes, how? Godbless and thanks in advance, nel

Member Avatar for Aaron.Stewart
0
391
Member Avatar for nel gomez

Good day, Just want to ask some help, Please! I always encounter "Cannot find Table 0" when i call Stored Procedure in DB2 using VB .Net with Ole DBConnection Provider. Here is my code: Private Sub cmdPost_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdPost.Click rsSearch = clsDAOMngr.getConfigParam(2) For …

Member Avatar for Begginnerdev
0
577
Member Avatar for nel gomez

Good Day! I'm downloading files from ftp site using vb .net but unfortunately I encountered exception - "Access to the path 'C:\samplefolder' is denied." Don't know what exactly is the problem and as I searched the codes are good and running.. Please do help, I'll really appreciate it... Thanks and …

Member Avatar for pritaeas
0
717
Member Avatar for nel gomez

Good Day! Just want to ask how to create FTP Directory locally using vb.net .. Showing me related link also appreciated.. Thanks in advance for any help.

0
88
Member Avatar for nel gomez

good day! i am creating dll for burning cds using visual studio 2010 .. i already did it but, i am not suppose to allow to prompt any form creating discname.. the dll should also automatically setting the discname and it will just display a messagebox informing that the cd …

0
109
Member Avatar for nel gomez
Member Avatar for nel gomez

please help ASAP ..the problem is there's no device detected using this code.. **Dim buffer As New System.Text.StringBuilder(33) Dim Name As String If EZTwain.GetSourceList() Then Do While EZTwain.GetNextSourceName(buffer) Name = buffer.ToString() cboSelect.Items.Add(Name) Loop Else Call EZTwain.ReportLastError("Error getting TWAIN source list") End If** thanks in advance ..

Member Avatar for nel gomez
0
267