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
Ranked #4K
~886 People Reached
Favorite Forums

6 Posted Topics

Member Avatar for h0neydip

You could use formatting options for converting dates and time.. [CODE] Dim RightNow as Date = Now Dim result as New System.Text.StringBuilder 'Elbonian txtBoxElbonianDate.text = result.append("dd/yy/MM") 'Other txtBoxAmerican.text = result.append("yy/MM/dd") [/CODE]

Member Avatar for TsadokBlok
0
115
Member Avatar for avani20391

If you start with proper analysis of existing Cyber Cafe Software like that from TinaSoft ([url]http://www.tinasoft.com/easycafe/[/url]) then you probably have a general idea about the modules that you need to program. Offering help on specific modules is easier. Also finding Public Free Available Code for these modules will be easier …

Member Avatar for TsadokBlok
0
170
Member Avatar for ZU05707

Could you post some code and some more details. Is this maybe a client side question? Meaning do you see Portable Document Format in your browser?

Member Avatar for TsadokBlok
0
95
Member Avatar for ryan.devine

Hey Ryan, You should start with listing dilligently all commands that are involved in your program. (Exit, Open, Save, Font-Commands etc.) After that you should put them into logical groups. Have in mind that you should program scenario based and not think in a programmers logic. Once you have this …

Member Avatar for TsadokBlok
0
133
Member Avatar for TsadokBlok

Dear Experts, I am building a program which needs to store an Image (any image type) in SQL Express 2008. I am able to read, and insert images into SQL Datatable, but I can't seem to update my images. The SQL DataTable contains columnname "picture" - Varbinary(Max) I am using …

Member Avatar for ghdfans2010
0
281
Member Avatar for spxChrome

[QUOTE=spxChrome;1251467]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[/QUOTE] The Settings class is generated whenever you update the settings file from within the designer, you can't make a new …

Member Avatar for TsadokBlok
0
92

The End.