|
Aha, found it, clicked it, Ta-Da, I'm smart again. Thank you, Plus five and so on.
Sascha Lefèvre wrote: Where can one apply for a personal forum? Look, this is internet. As soon as you type it on your screen, and it appears on a website, it transforms from fantasy to reality.
Examples include: Laws, Scientific Facts, History, Politics, Medicine, Economics, Education, whatever.
That's the way I created the internet (which is mine) and it works perfectly for everybody.
Oh, I left out a critically important one: Statistics.
|
|
|
|
|
C-P-User-3 wrote: That's the way I created the internet (which is mine) and it works perfectly for everybody. I'll get back to you next time it doesn't!
If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson
|
|
|
|
|
|
Hello, this is Alok here from Mumbai.
I am planning to develop an IVR application for my company.
Having a query regarding programming language.
1. Which programming Language would be the best for IVR development??
Thank you.
|
|
|
|
|
|
Those incredibly annoying telephone answering thingies ... "press 1 if you want to pay a bill" ... right through to "now press 10 if you want to speak to an advisor" ... I've actually had one that said "press 10" 
|
|
|
|
|
I believe Mauve has the most RAM.
This space for rent
|
|
|
|
|
That may well depend on the API to the telephony
|
|
|
|
|
I really like Microsoft Speech Server. Speech Platforms[^]
If you already know .Net programming then you can pick this up quickly and you have a large support base as well.
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
|
We are planning to launch a mobile status sharing app (www.wuhoo.me). Ex. If you planning for movie you can share your status and friend who wish they can join you and you can end activity when you wish. Can any one suggest any other functionality for this App?
|
|
|
|
|
You are asking us to add functionality to your application? Just make it do what you want for starters and then add as you get feedback from the users. Pick one thing and do it well.
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
First of all, hello to everyone who is reading this post, I don't know if I'm in the right section or if I can do this but anyway, let me introduce myself. My name is Martin, I'm almost an mechatronics engineer (I said almost because I have not finished college) and I'm currently working for a big company in the construction sector.
I'm leading the innovation department and now I'm in charge of a new project that implies the development of a totally new complex program (imagine programming something like AutoCAD from cero!). We want to work with people who has beyond the knowledge that is required, people who are innovative, people with imagination and people who are capable of thinking out of the box, contributing with new ideas and innovating them.
If there is someone who is interested, has any questions or suggestions please send me an e-mail to my personal account, I'll be happy to give more details, clear your doubts and of course, happy to help!
With nothing more to say for the moment, thank you all for your attention!
Kind regards,
Martin
Personal e-mail: martin.delangel@iest.edu.mx
|
|
|
|
|
This is a place to discuss coding questions or techniques. You have a lot of words but didn't really even say anything. This is likely to be considered SPAM so please do not do it again.
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
How to add installer in visual basic 6.0 projects please reply on [REDACTED - M. Bertschi]@gmail.com
Thanks.
-- modified 14-Mar-16 10:41am.
|
|
|
|
|
You can use the Package and Deployment Wizard, https://support.microsoft.com/en-us/kb/830761[^], or you can search google for 3rd party ones to purchase.
I'd also suggest removing your email address from the post unless you enjoy receiving spam.
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
A good installer that's independent of project type is InnoSetup[^]. It does require some scripting but it's relatively simple (although you're coding in basic so ).
|
|
|
|
|
Hi all,
First of all apologize for my english mistakes as it is not my natural language, and second if this post should not be here but I did not find a proper category to associated my post under it.
Here is my issue:
1) I built a console application that is reading an excel spreadsheet and reading the data into a DataBase.
in the begining I was receiving the following exception:
"System.Data.OleDb.OleDbException (0x80004005): External table is not in the expected format. at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionInternal.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.OleDb.OleDbConnection.Open() at _3T.TransportPlanner.Repositories.Repositories.ReadOrderFileOledbRepository.FillOrderDetails()"
I installed the databaseAccessEngine 2010. It is working now for my team mates but I still get rhe same exception.
2)My team mates are using microsofot Surface Pro with win10 and I'm using win7 in a LenovoT430i.
3) Microsoft version is the 2013.
Any help on this?
Many thanks.
|
|
|
|
|
getting data from different moadels by using viewbag and displaying in a view
i want to make client side validations by using @Html.ValidationMessage("propertyname")
i dont want to comine all the models to single model,i dont want javascript ,jquery validations
i want it to be done by
DataAnnotations
my view is as fallows
please help me
modified 13-Jan-16 10:32am.
|
|
|
|
|
Is there a question in here somewhere?
|
|
|
|
|
1. It is incredibly rude of you to post this much code. What do you expect someone to do? Read it all?
2. This is also not the appropriate forum. Use the ASP.NET Discussion Boards - CodeProject[^]
3. Please remove all the code and just post what is relevant so someone can help you.
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
I posted the code so that my actual problem get resolved
and you can understand my problem please help me
|
|
|
|
|
No one can resolve your problem, because you did not tell us what it is.
|
|
|
|
|
I don't know how to do programming but I have lots of ideas for programming game environments. I understand that Videogame environments are normally built using 3D modeling and the likes but what I have in mind goes beyond that.
Imagine for a moment that you have a computer with unlimited capabilities and can render whatever is sent its way.
Lets say that you create a input for the absolute base components of matter and you then input all of the physics and chemistry mathematics surrounding those components slap together a quick run script then let 'er rip.
What do you think the product would be, I would appreciate some open mindedness.
|
|
|
|
|
I want to first of greet everyone here for there hard-works in creating and making this a continuous free service so others can learn.
I want to know why php is not kind of supported here or its not really based on i wanted to post a tip/trick today i didn't see php in the categories listed i wanted to answer questions i saw other languages but php i had to use the site's search engine so now i want to know if php is officially supported here.
Thank you 
|
|
|
|