Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

minnie mouse

@minnie mouse
About
Posts
35
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • unsure of controls to use
    M minnie mouse

    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 ??

    Windows Forms csharp visual-studio com question

  • Using same class name from different assembly
    M minnie mouse

    Do 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();
        }
    }
    

    }

    C# question

  • Microsoft Reports and Page Break insertion.
    M minnie mouse

    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.

    C# csharp visual-studio help question

  • windows 7 remote desktop connection... :confused: [modified]
    M minnie mouse

    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|

    System Admin question css com sysadmin security

  • windows 7 remote desktop connection... :confused: [modified]
    M minnie mouse

    Try getting rid of the network level security , choose allow all versions

    modified on Thursday, April 28, 2011 5:02 PM

    System Admin question css com sysadmin security

  • Dataset selection question
    M minnie mouse

    This 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:

    C# csharp question database linq help

  • how to fill a combobox with a class
    M minnie mouse

    I 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 ?

    C# question database tutorial

  • Dataset selection question
    M minnie mouse

    Thanks, I shall try and get back to you with a result

    C# csharp question database linq help

  • Dataset selection question
    M minnie mouse

    Hello 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.:~:~

    C# csharp question database linq help

  • Completely Denied Conspiracy
    M minnie mouse

    Have 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 ?

    The Back Room csharp c++ html announcement

  • Completely Denied Conspiracy
    M minnie mouse

    What 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 ?

    The Back Room csharp c++ html announcement

  • Completely Denied Conspiracy
    M minnie mouse

    i would of thought quite a while in such low gravity, but not long in a Hollywood Basementyour right.

    The Back Room csharp c++ html announcement

  • Completely Denied Conspiracy
    M minnie mouse

    Sounds a bit like WMD's are everywhere honest !

    The Back Room csharp c++ html announcement

  • Anxiety
    M minnie mouse

    Chuck it in and move to a different country, its not hard i have lived in four.

    The Lounge help css question discussion code-review

  • State signalling from windows services
    M minnie mouse

    Thanks 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.

    C# csharp question

  • State signalling from windows services
    M minnie mouse

    Happy 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.

    C# csharp question

  • Retrieve an image from another pc in network
    M minnie mouse

    Try having a look for " Socket Server C#" & " Socket Client C#" or you could use good old "Sneakernet". ???? This is a bad question.

    C# csharp sysadmin help tutorial

  • Getting Report from dataBase and showing it in Word.
    M minnie mouse

    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

    C# database help

  • New to C#, wants to put it all together...
    M minnie mouse

    Try Googling the following string @"open source .net C# Applications"

    C# csharp winforms help tutorial question

  • problem in deployment
    M minnie mouse

    I would investigate a thing called "Inno Setup" it is extremely good !

    C# csharp dotnet sysadmin windows-admin help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups