No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
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]
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 …
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?
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 …
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 …
[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 …
The End.
TsadokBlok