Software Development Network Logo
  • VS Express Editions
  • Visual Basic
  • Visual Studio
  • .NET Development
  • Microsoft ISV
  • Windows Live
  • Architecture
  • VS Team System
  • Windows Vista
  • SQL Server
  • Visual FoxPro
  • Visual C++
  • Visual C#
  • Game Technologies
  • Visual J#

Software Development Network >> Jesse Albert's Q&A profile

Jesse Albert

Member List

Manojas
lothi14
onkeldoktor
Ver Argulla Jr.
reachrishikh
kimo
Srinath - MSFT
Amardon
Kapil
Xferla PhoenXs
Partha Datta
Lambda88
SteveWeaver
Roberto Caetano Junior
dogdogkit
Hockey Nut
RyanSmith
Kana
PAUL stanley
GrandpaB
Only Title

Jesse Albert's Q&A profile

  • Visual C++ Porting MFC application from VC++ 6.0 to VS8

    I'm porting an MFC app from VC6 to VS8, while I expect to got the same sources compiling to both VC6 and VS8, I've been successful until I face the following error in: BEGIN_MESSAGE_MAP(SkStatic, CStatic) //{{AFX_MSG_MAP(CSkinDlg) ON_WM_PAINT() ON_MESSAGE(WM_SETTEXT,OnSetText) //}}AFX_MSG_MAP END_MESSAGE_MAP() The ON_MESSAGE line causes a error C2440: 'static_cast' : cannot convert from 'void (__thiscall SkStatic::* )(WPARAM,LPARAM)' to 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)' None of the functions with this name in scope match the target type Looking at the afxmsg_.h in VS8: // for Windows message ...Show All

  • Visual Studio Tools for Office Where do I get the Access Developers Toolkit

    I've been going round in every decreasing circles trying to find out which of the Microsoft products contain the toolkit necessary to deploy applications built in Access 2003. The MS web site contains a wealth of confusing and conflicting information about the ADT but no definitive information on which products the ADT is embedded. I have Office Professional 2000 with a Access 2003 upgrade. Have you looked at this page about Access Developer Extensions http://msdn.microsoft.com/office/technologyinfo/devtools/accessextensions/default.aspx According to that page: "Access 2003 Developer Extensio ...Show All

  • Visual Studio Express Editions How to move label to the middle.

    Hi im a student using visual studio and i need to know what codes do you put in your button to make my label move to the middle of the screen.. Even when the window is enlarged or minimized the label will also go to the middle instanly when the button is click.. pls help me! You seem to me to be asking two questions 1 - how do you make a button click do something ( double click it in the design view, and the IDE will generate a method that is called when you click the button ) 2 - how do you move the position of a label - all controls have Left and Top parameters, which you can set. Getting the exact p ...Show All

  • Windows Live Developer Forums Error

    I cant get windows live to work. I keep geting this error code:8004882c Anyone know what this error is Please provide us with more details. Specifically, where are you seeing this error Is this in Messenger, or at a Windows Live website ...Show All

  • Visual C++ Error D2022 on build of project on network drive

    I am bulding a VC++ project in VC.NET 2003. All of the project and source files are on a mapped network drive, mapped by drive letter. The "client" machine (where the project is being built) is Win XP Pro and the "server" machine (where the files are stored) is also Win XP Pro. They are in a workgroup. The client machine is logged in as a local administrator. The credentials used for the mapped drive were local adminstrator on the server machine. Everything was fine under VS 2002. I upgraded to VS 2005 and got an error when I try to build: Command line error D2022 : cannot open 'n:\....\RSP0000001.rsp' I ins ...Show All

  • Visual Studio Express Editions Controls are shifted back without me doing anything

    Hi, I've got a tablelayout and a couple of controls anchored inside. In particular, I have a label anchored top-left, and 3 combo boxes Docked to 'Fill'. Now, whenever I run/debug my program it looks good, but after finish the debug session (close it down) and C# Express returns to the Form Design window, all of these aforementioned controls get un-anchored and undocked every time! You can actually see the designer flickering and repainting and then undocking my controls. Gee, thanks ;-) So I have to go back to this particular label and 3 combo boxes and re-anchor and re-dock them every time! Needless to say, this is mildly frus ...Show All

  • Windows Forms Designer support for embedded components

    Hello, I have written a control. This control has an embedded component property. Example: public MyComponent:Component {   .. // some properties here } public class MyControl:Control {   public MyComponent embedded   {     get{...}     set{...}   } } The problem is now, that the changes to the embedded control property are not automatically serialized by the designer. W ...Show All

  • Visual C# Voice Chat,Audio Streaming

    Hello everybody... I have a TCP/IP client/server chat application.I want to add voice chat feature to my application.What is the start point How can I implement this feature in c# How can I implement audio streaming in c# Please guide me. Note : My application works on LAN and is not on the internet. You can download complete source code and demo of my chat program from here. You need .Net FrameWork 2.0 http://www.codeproject.com/useritems/TCPIPChat.asp Best Regards, XironiX well i dont' know the answer to your question but i really want to see your TCP/IP client/server chat application so if you can send me ...Show All

  • SQL Server error:an item with the same key has already been added

    hi. i just moved to the april ctp beta 2 version of dts(i know it's already late to do that). i created a new project and moved the packages i did on beta 1 into it. after building it, and when i run the dtsintall.exe, it got this error : an item with the same key has already been added (mscorlib). what i did is excluded all the packages from the project and ran it for one package it worked..gradually i added a package after the other and build it and it worked..then suddenly the error appeared again and i can't get rid of it even when i go back to my initial state of 2 packages.. i can't understand why it's giving it. i'm su ...Show All

  • .NET Development SQL Server 2000, uniqueidentifier (guid) PK columns, and ADO.NET 2.0

    Hello gurus. I am hoping that one of you will know the answer to this question, as I am at a complete and total loss (even google, ultimate mensa of the net, seems to have a hole in its memory). So, without further ado, here is the problem: I have a simple web app. Its currently 2 pages, written in ASP.NET 2.0 using C# and ADO.NET 2.0. The data store is SQL Server 2000, with a meager 10 tables. All of the tables except one have integer identity PK columns, and the one unique one has a uniqueidentifier (guid) PK column. If I query any table by ID directly from SQL Server (enterprise manager or query analyzer) I can query all of the tables ...Show All

  • Windows Forms how can i reset form's controls

    Hi i'm doing an application that have a form i use it for imput data in a database, i like that after event buttun_click the form return as it was before the interaction of customer. Now i close and re-open the form but is possible that no exists another method to do this Sorry for my english but i don't have opportunity to write in this language. I try to explain my problem with more clearly: I have a form with texbox, combobox ecc... i like that after an event the form return as it was when it was opened sorry i use vb.2005 ...Show All

  • Visual Studio 2008 (Pre-release) Preview version available?

    Hello alltogether, When is a preview version of Cider planned to be released to a) MVPs and b) the public Just to make sure: Cider is the Designer inside VS for WPF, right   Thanks, Neno Wow, you found this :-) Yes, Cider is the visual designer that creates WPF forms, and it will be a part of the Visual Studio "Orcas" release.  We are setting things up a little early, ahead of the public availability of Cider, in order to make sure folks have a great experience with Cider. Within the next couple of weeks, look for announcements here, on the WPF forum, or other related sources like the MSDN dev center.  We expect to ...Show All

  • Visual Studio VC 2005 does not copy files when publishing a web site

    I have recently converted a .net 1.1 web application to .net 2.0. The conversion went very well. I was very pleased with the wizard. The application runs well from inside the development environment. Problem is when I try and publish the web site... no files ever get copied to the output directory. Any ideas would be appreciated Bill I'm assuming you are using "Publish Web" to publish a web site. This will pre-compile and publish your web site to a server. You have a few options you can use, such as setting whether your aspx and ascx pages are editable or whether to use fixed naming or not. ...Show All

  • Smart Device Development Network connectivity to the device emulator.

    Greetings, I need to test connectivity to a PocketPC app that has a listening socket. I can' enable the TCP Connect Transport in a computer wich uses a DSL USB modem to access the internet, only in computers wich use a Ethernet adapter. But even in the computers that I can use the TCP transport, I can't get an emulator to connect to another one, even though each one get publicly visible ips outside the network, and they can initiate connections to non-emulators. Can someone give me some pointers to what can be wrong here Best regards, Gustavo Guerra You are having way too many networkin ...Show All

  • .NET Development How to put a array of bytes in Access database

    Hi all I want to store and retrieve an array of byte (of size 120) to a table of MS Access. What will data type of field in Accessto store that and how to do that in say C# Please help Amir Similar questions have been posted before. These two articles are pretty good: http://support.microsoft.com/kb/308042/en-us http://support.microsoft.com/kb/321900/en-us ...Show All

©2008 Software Development Network