how to get this interface using vb.net? [closed] - vb.net

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
i need to find this interface in visual studio using vb.net to use it as a booking tool for an hotel booking project.it's used select a square and show the booking form
and to show select the number of square according to the number of booking days
it's the green part in this picture

That's not one of the standard .Net controls, so you'd either need write it yourself, or buy it (if you can identify the vendor).

It looks like a 3rd party (Telerik or similar) who has controls built for this type of thing. It might be the quickest to get you up and running, but it comes with it's own issues - like not finding the support you need.
You can however put in some effort and use a default grid (recommended). This can be manually styled and adjusted to get the behaviors to the point where you need it to be (WPF exposes all you need).
Hope this helps.

Related

How to check whether International Space Station is in the dark [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm building a website whereby if the international space station is in the dark (in Earth's shadow), it will do A, otherwise it'll do B.
How can I achieve this? The closest I have come is a Flash file, which I've decoded to a 3000+ file that I can't make sense of. I've thought about using an API, which I can call every second, that show this information, but have not been able to find one.
See This:
It is mentioned about the ISS too.
The basic gist is, if you visit this https://api.wheretheiss.at/v1/satellites/25544 , you will get the details response in JSON, which you can easily parse and use.
note , that the 25544 is the ID for ISS.
If I am not mistake, there is a 'visibility' field too, which you can just check for light.

A general solution for providing modular setting system [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
We are planing to provide a general setting(configuration) system for a single page web application base on asp.net and SqlServer , we need a dynamic modular setting(configuration) which it can apply settings in a hierarchical way for any part of any module for example consider we have a difaultCityCode for each user and if the user didn't provide the value for that it should be retrieved from the user's portal and if the portal either didn't have the value it should be retrieved from the highest level in the hierarchy called SystemSetting.
we need to know if there is a clean and reliable solution for such a system?
Best regards Matthew
I found my answer after saw lot of systems.
All of them use dynamic system module but none of them didn't have a hierarchical method to save data.
Sometimes setting is not a value it's a list or etc, so I build o module to save and load value setting for any entity of my project and for some setting that i can't use this module I have to use any method.
And also for hierarchical problem I save setting hierarchical and then use them hierarchically.

Is there a GUI tool for MacOS that allows to print labels from SQL databases [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am looking for a GUI tool on Mac which allows users to browse contents of a relatively simple SQL database (only 2-3 tables) and which allows them to print selected records in a specific layout on labels.
This database ran previously on MsAccess and we would like to have it as SQL. However, non IT-professionals should easily be able to print those labels.
If anybody knows a tool for this (except filemaker), please let me know.
Thanks a lot,
Philipp
I would suggest OpenOffice for a "mailmerge" like label printing.
If You need a more robust "report" oriented solution You can take a look at jasper reports and ireport both have release for OSx.
http://community.jaspersoft.com/
http://community.jaspersoft.com/project/ireport-designer

How to tell if an app is using Okuma API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a simple way to tell if an app is using the Okuma API. There are several applications running on a control and I don't see any indication. I've tried renaming the Okuma API dll's and I can make some of them crash by not being able to find them but that can't be the best way.
I'm writing my own app too, I want to follow the standard. Is there any built in splash screen or standard way to show an app is using the API? (Something like Intel-Inside but Okuma THINC Inside, etc) I've tried searching for the Okuma logos and I see several different versions being used but none that signify anything about API and none that really look standard for indicating API usage.
At this time there is no official logo for the purpose your describing.

Best Practices/Software for Object-Oriented Analysis [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I read this book:
Head First Object-Oriented Analysis and Design
Now i am looking forward to find a Software that make it easy to collect all my Ideas etc (specific Software for OOA).
At the moment i am using my Whiteboard to collect/design Ideas etc. Afterwards i am taking pictures of it and add text to our Wiki/Trac.
At school, we're using Objecteering, which is easy to use, integrated to Eclipse, but not free.
IMO blank paper is a must, but not always the easier to share and to edit.
Install mediawiki (the stuff that powers wikipedia, don't settle for anything less you will need the full feature set eventually) and put all your ideas in there. This makes it easy to refine them and to improve then as time goes by.