Hello all, Hopefully I am posting in the right place otherwise please correct me. I want to display a scrollable list of tiles with images to display categories of items (all click selectable) and have another area displaying products as images all click selectable. I want to do this in C# .net 4.0 using VS 2010. I would like advice on which controls to use from the basics (non commercial please). Could someone please point me in the right direction. Like the layout shown here http://unicenta-opos.en.softonic.com/[^] I have looked at a few things ??
minnie mouse
Posts
-
unsure of controls to use -
Using same class name from different assemblyDo you mean like this, same class name different namespace ?
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{ClassLibrary1.Class1 myClass = new ClassLibrary1.Class1(); ClassLibrary2.Class1 myClass2 = new ClassLibrary2.Class1(); } }
}
-
Microsoft Reports and Page Break insertion.Just wondering if anyone can help me with this. I have a C# windows app and wish to use Microsoft report viewer to display a report where each line of a dataset is displayed on a seperate page. This is a visual studio 2010 project. This is easy with crystal reports, but I cannot seem to find this function in MS Reports ? Thanks in advance.
-
windows 7 remote desktop connection... :confused: [modified]Try this http://www.technize.com/3-ways-to-enable-remote-desktop-in-windows-vista-and-windows-7/[^] Try all 3 options, one PC at a time. Are you sure your windows is genuine, there are certificate replacers out there that can have a similar effect. X|
-
windows 7 remote desktop connection... :confused: [modified]Try getting rid of the network level security , choose allow all versions
modified on Thursday, April 28, 2011 5:02 PM
-
Dataset selection questionThis query does work when run as a sql command against a 2005 express database, changing to nvarchar has removed the error due to the type incompatability, thanks. However when I ran the command from the app it had legal syntax but no affect ? So i pasted it into the sql pane and intllisense altered the statement to this
INSERT INTO Table_C (Name) SELECT DISTINCT Name FROM Table_A WHERE (Name NOT IN (SELECT DISTINCT Name FROM Table_B AS Table_B_1))
This SQL command now works, i will have to do some homework on why that change is required for SQL CE 3.5 and not in SQL 2005 express :confused: -
how to fill a combobox with a classI think that the answer that you are looking for is that you must add anther class to your project, create a method within that class using your curent code. You then re use this wherever you like by adding a reference to the new class at the top of each form. have a look at what refactoring does. Instances of the class can then be created and its methods etc can be used. Make sense ?
-
Dataset selection questionThanks, I shall try and get back to you with a result
-
Dataset selection questionHello folks, I have a C# application which contains an interesting function using a SQL command, essentially it goes like this INSERT INTO Table C (Name)SELECT DISTINCT Name from [Table A]WHERE Name NOT IN (SELECT DISTINCT Name FROM Table B This runs on 2005 express SQL and works fine, what this does is effectively pull values from one table column which are not already in another table with the same column and then insert them into a third table.It is a long story. I need a way to accomplish this in an applicaton being written using SQL CE 3.5 which does not support sub queries on nText data. LINQ is out of the question as well due to SQL CE. Any ideas ? All help greatly appreciated, not sure which way to go with this hence posting in C# forum.:~:~
-
Completely Denied ConspiracyHave a look at this picture http://blackmaps.files.wordpress.com/2009/07/moon-landing.jpg[^] Whats that white thing on the dirt, a bed pan ? Also the moons not round or its bigger than we all thought ?
-
Completely Denied ConspiracyWhat about inionising radiation, if that spelling is incorrect, must be the bourbon. If i was a dust paticle, which i am not by the way. I would stick to anyting of the opposite charge, i am thinking that there is probably a lot of ionising radiation on the moon. Possibly not underground in Hollywood, or maybe there is amongst the Wild Turkey ?
-
Completely Denied Conspiracyi would of thought quite a while in such low gravity, but not long in a Hollywood Basementyour right.
-
Completely Denied ConspiracySounds a bit like WMD's are everywhere honest !
-
AnxietyChuck it in and move to a different country, its not hard i have lived in four.
-
State signalling from windows servicesThanks for that, i will investigate the message queue alternative i think. I had thought about using an XML file but it seems like that could introduce possible problems. It is reliability i am after.
-
State signalling from windows servicesHappy New Year ! to all. :) Just wondering if someone would give me a bit of guidance on this. I need to signal various points of code execution from a windows service to a monitoring application on the same machine. This is apart from those handled by "Service controller class". I have had a look at tcp sockets, .net remoting and named pipes, but that all seems like overkill. As i am simply looking for a boolean flag, no messages or data transfer as such. Has anyone found a simple way of doing this,i know i must be missing something ? Thanks in advance.
-
Retrieve an image from another pc in networkTry having a look for " Socket Server C#" & " Socket Client C#" or you could use good old "Sneakernet". ???? This is a bad question.
-
Getting Report from dataBase and showing it in Word.Have a look at an open source project called Migradoc, this makes RTF files from data, without word installed, you can export to word from the crystal viewer or use interop but the MS Word product must be installed. All the word versions will open RTF and this should be sufficient for a report
-
New to C#, wants to put it all together...Try Googling the following string @"open source .net C# Applications"
-
problem in deploymentI would investigate a thing called "Inno Setup" it is extremely good !