Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~613 People Reached
Favorite Forums
Favorite Tags
Member Avatar for spxChrome

Hi, I am writing a little app that will have a rich text box that users will be able to write SQL statements and save them to SQL Server table. I would like to validate the SQL statement before saving the string. Because another process picks up the string and …

Member Avatar for poojavb
0
98
Member Avatar for spxChrome

Is it possible to create a new My.Setting item and value at runtime or does the setting already have to created? I'd like create new settings and delete settings. Thanks

Member Avatar for TsadokBlok
0
89
Member Avatar for spxChrome

I have looked high and low and can't seem to find some sample code anywhere. I am looking for a snippet of code that will return all the folders in a Mailbox, not so much the drafts, inbox, outbox, sent items but a custom folder created by the user. Using …

Member Avatar for spxChrome
0
76
Member Avatar for spxChrome

I know how to add the items during design time but how do you add the items through code. I want to fill the combo box in the datagrid with the results of an SQL query?

Member Avatar for parkeyparker
1
87
Member Avatar for spxChrome

Hi, Trying to retreive the background color of a row in a listview but not having much luck. I have tried [code]if lsv.Items(i).BackColor = Color.White then if lsv.Items(i).BackColor.ToString = "Color[window]" then if lsv.Items(i).BackColor.ToString = Name=White,ARGB=(255,255,255,255)} then[/code] I do this because on load I set the background color depending on a …

0
56
Member Avatar for spxChrome

I been at this for to long so I will give somebody else a shot at this. I have a text box that has a string in it that I will use for a SQL statement. Under the text box I have two trackbar controls. I want to be able …

Member Avatar for spxChrome
0
103
Member Avatar for spxChrome

My first post here and I have a strange one. I have a vb.net 2008 form that sends and email along with an attachment. I want to offer up a list of available email address to choose so my user doesn't make a typo. Problem is the email addresses are …

Member Avatar for spxChrome
0
104