|
I would like to know how you got the idea that this is a site where you can ask to get ready made code mailed to you.
If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson
|
|
|
|
|
|
Have you tried logging a support request with Gran Turismo?
|
|
|
|
|
A few days ago I connected to CodeProject and I saw my forum with only the titles displayed.
Clicking on such a title would produce a drop-down "tree" of sorts with the various responses branching off as the discussion progressed
Today I see those expanded trees as the default.
What did I click, where, to cause that ?
Where is this documented ?
|
|
|
|
|
Directly above the first thread there's an orange toolbar. I guess you changed the "Layout"-Setting there (need to click "Update" after changing it).
C-P-User-3 wrote: I saw my forum with only the titles displayed.
Where can one apply for a personal forum?
Edit: As I don't have a personal forum created yet, I'm not sure if the above also applies there but I would guess so..
If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson
modified 23-Feb-16 15:38pm.
|
|
|
|
|
Sascha Lefèvre wrote: Where can one apply for a personal forum?
Try looking at the bottom of your profile page.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
Of course...
If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson
|
|
|
|
|
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.
|
|
|
|