|
Can you give me a project for build a cross platform C sharp app?
|
|
|
|
|
Thanks a lot, it is nice really! but Products form in Waiter App, cmbGroups are not laoding the groups list. can you please check it, i tried my best but no luck.
|
|
|
|
|
Unknown build error, 'Cannot resolve dependency to assembly 'System.Management, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.'
Thank you for your code. But solution have not builded. I hope to your help.
|
|
|
|
|
Thank you for this Application Demo,
so beautiful and grate
execute me.
i have one question,May you help?
i don't know how you get it?
Data="M1.003418,5.9539547 L4.8779297,5.9539547 C6.5771484,5.9539547 7.9077148,6.3396969 8.8696289,7.1111813 C10.012207,8.0340328 10.583496,9.2864742 10.583496,10.868505 C10.583496,12.382177 10.095215,13.617529 9.1186523,14.57456 C8.1420898,15.531591 6.8847656,16.010107 5.3466797,16.010107 C5.1660156,16.010107 4.8706055,16.000341 4.4604492,15.98081 L4.4604492,13.043798 L4.9365234,13.043798 C6.6699219,13.043798 7.5366211,12.318701 7.5366211,10.868505 C7.5366211,9.5062008 6.6845703,8.8250484 4.9804688,8.8250484 L3.9770508,8.8250484 L3.9770508,15.951513 L1.003418,15.951513 z M15.61623,5.7049313 C16.788105,5.7049313 17.654804,6.0137691 18.216328,6.6314449 C18.777851,7.2491207 19.058613,8.2024899 19.058613,9.4915524 L19.058613,15.951513 L16.08498,15.951513 L16.08498,9.6893063 C16.08498,9.2986813 16.038593,9.0276852 15.94582,8.876318 C15.853046,8.7249508 15.687031,8.6492672 15.447773,8.6492672 C14.983906,8.6492672 14.751972,8.9959469 14.751972,9.6893063 L14.751972,10.934423 L15.608906,10.934423 L15.608906,13.571142 L14.751972,13.571142 L14.751972,15.951513 L11.778339,15.951513 L11.778339,9.5940914 C11.778339,8.3636227 12.114033,7.4078121 12.785419,6.7266598 C13.456806,6.0455074 14.40041,5.7049313 15.61623,5.7049313 z M24.397682,5.7049313 C25.525612,5.7049313 26.388649,6.0369625 26.986794,6.701025 C27.584938,7.3650875 27.88401,8.3196774 27.88401,9.5647945 L27.88401,15.951513 L24.910378,15.951513 L24.910378,9.5647945 C24.910378,8.954443 24.693092,8.6492672 24.258522,8.6492672 C23.8386,8.6492672 23.628639,8.954443 23.628639,9.5647945 L23.628639,15.951513 L20.655006,15.951513 L20.655006,9.4622555 C20.655006,8.3245602 20.995583,7.4139156 21.676735,6.7303219 C22.357887,6.0467281 23.26487,5.7049313 24.397682,5.7049313 z">
how i can do?
|
|
|
|
|
Thank you for sharing your source code.
This will help me on developing wpf applications in the future.
I am a beginner and still learning.
Appreciate it!
|
|
|
|
|
you did a great job, thank you
|
|
|
|
|
I've analyzed your app. You can connect to remote database from moile app, but how? I couldn't able to connect remote database. My dataset filler is like below:
public DataSet FillDataSet(string sql, params SqlParameter[] prms)
{
SqlCommand cmd = new SqlCommand(sql, dbcnn);
if (prms != null)
{
for (int satir = 0; satir < prms.Length; satir++)
{
cmd.Parameters.Add(prms[satir]);
}
}
SqlDataAdapter da = new SqlDataAdapter(cmd);
DataSet ds = new DataSet();
da.Fill(ds);
return ds;
}
Can you help me on this issue? Thanks.
|
|
|
|
|
Sir, I need the Waiter.sdf file . Could you please send me the file so that I can successfully execute it.
|
|
|
|
|
Hi, great jobs. I can't print the kitchen order. I get a blank page. Do you know if there is any problem ?
Thanks
|
|
|
|
|
Connecting the database, I am using connections string as 'user = sa;password=sapass' but it show Login Failed User sa
Thanks in Advance for the help.
|
|
|
|
|
dear Sir.
I have already attached the database and config the app, but i can't use "Manager" and "Manager" as username and password
I only use "Config" and "ConfigPass" as username and password to config DB folder.
Sir, plz help me solve it and login
thanks 
|
|
|
|
|
because it cannot download
|
|
|
|
|
Thanks a lot IS Useful to me how crate Xaml Code and connection between SQL and XAML code is helps me..
|
|
|
|
|
Please help me and tell "How to connect the waiter app to restaurant" and What changes are needed to be done in Waiter.sln so that it connects to the Server as well as the MainApp
P.S : I've already viewed your link about the connection
"http://techyard.wordpress.com/2009/03/10/visual-studio-2008-smart-device-project-connect-to-sql-server/>"
is that gonna help anything in the problem mentioned above?
|
|
|
|
|
thank you it helped me a lot to learn about WPF
|
|
|
|
|
Ηello,I can not run the application Restaurant. after connection error can you help me;
|
|
|
|
|
Hi Sir,
I am a beginner in pocket pc app development.
I put following values in frmConfiguration of Waiter app
Server: GLOBAL-PC\SQLEXPRESS
DATABASE: Restaurant
USER ID: sa
PASSWORD:***
When connecting through emulator it's sying "unable to connect to server"
But same details are working fine with the Restaurant app.
Do i need any special settings for the pocket pc app ?
|
|
|
|
|
hey i wanna print the receipt on small printer would this work out ?!
|
|
|
|
|
can you publish user names and passwords of this system
thank you
|
|
|
|
|
thank u very much i have just began working as developer and u helped me finishing my task i hope if we can keep in touch i'm really need learning from u and i like xaml very much so i think u can help me
my official emai
eng.mahmoud.zaghloul@gmail.com i hope if u could email me
|
|
|
|
|
Well done Ali, keep it up.
|
|
|
|
|
Thanks for this application and providing code to open community.
you rock 
|
|
|
|