Software Development Network Logo
  • Game Technologies
  • Visual C#
  • VS Team System
  • SharePoint Products
  • Visual C++
  • IE Development
  • Visual Studio
  • Windows Forms
  • Microsoft ISV
  • Windows Vista
  • .NET Development
  • Visual FoxPro
  • Audio and Video
  • Smart Devicet
  • SQL Server

Software Development Network >> Edi-Mobixell's Q&A profile

Edi-Mobixell

Member List

CJW99
Kadett
TomWardill
tochaitüs
hazz
Robert F Pickering
chris441962
Sarah97
AlexTheOne
joeydj
KitWest
JCichocki
Santhosh Pallikara
Michael Morris
MarciDUmi
Leon Mayne
litewoheat
apjungle
pcompassion
NumberKruncher
Only Title

Edi-Mobixell's Q&A profile

  • Smart Device Development Missing MouseDown and MouseUp Events

    Why didn't the developers of the .NET CF not implement the MouseUp and MouseDown event for a Button in the CF More obscure is that they are implemented for picturebox and the Panel! Why not for the Button If preformance and size of the framework is an issue, i would implement them for the button and not for the picturebox. I readed the workarrounds for this problem (Subclassing through native code as discribed by paul yao and david durant in their book) or just use the OpenNETCF 2.0. I think these events are essential and due the nature of a Button (It is intended and designed to click on) the events must reside in the standard CF. 1 Are any other alternative solutions know for this problem 2 Is there a possibilty that they are imp ...Show All

  • Visual Studio Express Editions Weird errors

    Hi everyone, I am struggling to make a linked list implementation. But when I complile the program, I got really weird errors whixh I can not overcome. Would you please explain me the following error's meaning c:\documents and settings\mert\belgelerim\visual studio 2005\projects\hw3-2\hw3-2\person.h(6) : error C2011: 'Person' : 'class' type redefinition c:\documents and settings\mert\belgelerim\visual studio 2005\projects\hw3-2\hw3-2\person.h(6) : see declaration of 'Person' c:\documents and settings\mert\belgelerim\visual studio 2005\projects\hw3-2\hw3-2\addressbook.cpp(15) : error C2027: use of undefined type 'Person' c:\documents and settings\mert\belgelerim\visual studio 2005\projects\hw3-2\hw3-2\person.h(6) : see declaration ...Show All

  • Internet Explorer Development Looking for tool to show RESULTS of document.write statements

    I'm looking for a client-side debugging tool that will show me the OUTPUT of the scripts in an HTML page, rather than just the source as in "View Source". I am particularly interested in seeing the output of document.write statements. I know that I once used a very handy tool of this sort, but can't remember what it was called. Thanks! -Doug ...Show All

  • SQL Server Client Side Redirect - Database Mirroring

    Hi All, My apologies if this question seems abit basic, but I'm a DBA by trade and programming .Net isn't my strong point ;) I've enabled database mirroring on 3 SQL 2005 servers, a principal, a mirror and a witness. Principal - SQL 2005 Enterprise Edition, SP1 Mirror - SQL 2005 Enterprise Edition, SP1 Witness - SQL 2005 Express, SP1 I've written some test code to test the mirroring but as soon as the connection is pulled from the principal, the client re-direct doesn't work and the program bombs. I'd be grateful fi someone could have a look at my code below and tell me if there's any schoolboy errors (NB, the user running the code is a sys admin on all 3 servers) Thanks in advance. ...Show All

  • Visual C# Dll import

    This is the DLL function: unsigned int WINAPI GetAcquiredData(long* array, long size) Is it correct if I do this in C#.net [ DllImport ( "Atmcd32d.dll" )] public static extern uint GetAcquiredData( ref int [] array, uint size); It is cratched when I run this function in C# . However, I can run this function in VB6. Any one has idea Thanks, Tammy It does not work with ref, it not's a pointer to a pointer. You just need to pass the array: [ DllImport ( "Atmcd32d.dll" )] public static extern uint GetAcquiredData( int [] array, uint size); Usage: void foo() { byte[] data = new byte[100]; GetAcqui ...Show All

  • Visual Studio Tools for Office Deploying Access Runtime -- what do I need?

    I need to deploy the Access Runtime with a solution I have developed. I have Visual Studio 2005 Pro. I have the VSTO download. But I can't find the "package wizard" anywhere. What am I missing Thanks. Hi Daniel Even though the ADE is distributed with VSTO, it's not part of the VSTO technology - which is what this forum is about. (Thank marketing for packaging it all together <sigh>) You should get help with the ADE in the Access programming newsgroup http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.access.modulesdaovba&lang=en&cr=US ...Show All

  • .NET Development Folder Copying

    Hi,     i have a requirement where i have to transfer files between two pcs and also update the transfered files in both pcs whenever they are updated in any of the pcs. Am able to transfer the files. but now i have to monitor the files for any updates(i.e.renamed,changed).There is a component Filesystemwatcher in .net to monitor changes occured to files in a directory(It monitors all files in a particular directory).But i want to monitor a particular file in a directory. Is there any other method other than filesystemwatcher to accomplish this task If there is no alternative then how to accomplish Folder copying instead of file transfering you can use Filter ...Show All

  • Visual C# Code Access Security

    I am trying to understand CAS in preparation for exam 70-536. I want to know if a child group can provide more permissions than the parent group.For instance the All_Code group of the machine level have the Nothing permission and the child group My_Computer_Zone have the FullTrust permision.From this, I thought I can restrict the My_Computer_Zone group to Execute permission only and give a child group other permissions. So I have -Machine     -All_Code(Nothing)            -My_Machine_Zone(Execute,UI)                 - TestGroup(FileIO)Evidence file:///E:/bin/*. I creat ...Show All

  • .NET Development how to open frontpage programmatically

    hello i want to know if there is any way to open frontpage programmatically.i want to open frontpage and then open an html file in frontpage. i know it is possibe with Msword.but i can't use the same method here. i am using Micorosoft.office.interop.frontpageeditor library but i can't find a method to launching frontpage. any infromation is appreciated. Regards Somayeh to further customize the process launch, take a look at the ProcessStartInfo class: http://msdn2.microsoft.com/en-us/library/system.diagnostics.processstartinfo(VS.80).aspx ...Show All

  • Windows Forms Skinning SCrollbars

    Hi ALL, First of all, sorry for my bad english. I tried to skin scrollbars but overriding OnPaint() and so on has no effect. Is anyone know how to perform this operation. Thanks in advance for your help, Regards, Hey, try this: http://www.codeproject.com/library/SkinCtrl.asp or this: http://www.codeproject.com/cs/miscctrl/customscrollbar.asp hope one of them helps :) ...Show All

  • Smart Device Development Textbox cancel event workaround

    Is there a workaround for the missing Cancel event for textboxes in CE I am validating the contents of textbox A when the user clicks on textbox B and want the focus to stay in A if the validation fails. Thanks in advance! This works to a certain extent. Here is my problem. I type in a value into A then click on textbox B thereby firing off the LostFocus. In this case it does the validation for A. Setting the focus on A upon failure does not take place until after the validation of B fires off. I really do not want the validation event for B to take place until correction has been made on A. The reason for this is, textbox A flashes then B flashes, then the focus goes to A. Since nothing has been entered in B yet, this validation is ...Show All

  • Visual Studio Express Editions blocking IE sites

    how can i make it so that when a clicks go or enter on internet explorer,it will do a block on certain sites you type on a textbox,each filter is sepparated with a | for example porn|sex and things like that,and if you can help me here too,how can i make my program start with IE Many Thanks in Advance My question about the datbase was the apt one. Control software can't wonk if it doesn't have any data. There has to be an inestimable number of porn sites out there and they''d have to be in a database to block them. ...Show All

  • Windows Live Developer Forums MSN MESSENGER

    I am using Visual Basic 2005. I would like to make an application which can control some options of MSN Messenger like sending an instant message. I would like to know which dlls I need (if any) and any references (if any). I would like someone to show me hiw it must be done. Thanks GlennZarb wrote: When I try to run it i wont mork because the application has failed to start because rtl70.bpl was not found. What can I do Really Would you like to tell me what's application name you run ...Show All

  • Visual C++ Overriding ProfessionalColorTable Colors in VC++ 2005?

    Hey there all, I've been all over MSDN looking for a way to override the ProfessionalColorTable colors in VC++ 2005, however due to all the example code being in C#, I've been unsuccessful. I have the following code: public ref class CustomProfessionalColorTable : ProfessionalColorTable { public: Color^ MenuStripGradientBegin::get() { return SystemColors::Desktop; } }; I would think that it'd work but apparently it doesn't. I get the following errors on compile: error C3254: 'CustomProfessionalColorTable' : class contains explicit override 'get' but does not derive from an interface that contains the function declaration. and error C2838: 'get' : illegal qualified name in member declaration What have I done wro ...Show All

  • Visual Studio Express Editions Classes and Subclasses?

    Hello If I wanted to make class and many subclasses nested in each other, ex: Trip.Day1.Todo1 In that case, "Trip" is the class, "Day1" is a subclass of class "Trip" and "Todo1" is a subclass of "day1". Is that possible Possible to put subclasses within another subclass Thanx a ton! Keehun Nam Sure, no problem. To make Trip1.Day1.Todo1 work as a reference to a Todo class instance, you'd have to either make Day1 a public member instance of the Day class or provide a property that returns a Day reference. The latter is usually better. For example: Public Class Trip Private mDay1 As New Day Public Class Day Private mTodo1 As New Todo Public ...Show All

©2008 Software Development Network