Search found 6 matches

Go to advanced search

by JohnBaljian
Fri Oct 20, 2017 11:39 pm
Forum: General Discussion and Other
Topic: Sample Websites
Replies: 1
Views: 8084

Sample Websites

Hi,

Could you please mention some real websites made with cshtml5 ? because i can't find any by googling
by JohnBaljian
Wed Oct 18, 2017 9:00 pm
Forum: Technical Support
Topic: Bitcoin Transactions
Replies: 1
Views: 4167

Bitcoin Transactions

Is it possible to implement Bitcoin transactions API (in c#) inside a CSHTML5 project?

EXAMPLE (GET User's bitcoin wallet balance , SEND bitcoins to another user via a CSHTML5 page etc...)
by JohnBaljian
Tue Oct 17, 2017 4:40 am
Forum: General Discussion and Other
Topic: Xamarin Applications
Replies: 6
Views: 15693

Xamarin Applications

Greetings,
is it possible to embed a xamarin form (application) in a CSHTML5 created web project ? the purpose of this implementation is to let a xamarin form run inside an html5 web page via CSHTML5 generated project.
by JohnBaljian
Wed Oct 11, 2017 5:21 pm
Forum: General Discussion and Other
Topic: [SOLVED] Customizing Progress bar
Replies: 2
Views: 9746

[SOLVED] Customizing Progress bar

Greetings,

Is there a way to customize the initial Progress bar (Loading bar) ?

thanks
by JohnBaljian
Fri May 13, 2016 10:21 am
Forum: Technical Support
Topic: Dynamic Controls
Replies: 2
Views: 4895

Re: Dynamic Controls

I see thanks a lot
by JohnBaljian
Wed May 11, 2016 1:04 pm
Forum: Technical Support
Topic: Dynamic Controls
Replies: 2
Views: 4895

Dynamic Controls

How to create runtime dynamic controls such as :

TextBlock Text_Sample= new TextBlock();
Text_Sample.Text = "SAMPLE Textblock";

//Until here is ok
//Now we need something like:

this.Controls.Add(Text_Sample);

Go to advanced search

 

 

cron