Software Development Network Logo
  • Smart Device
  • Visual Studio
  • Windows Vista
  • Visual FoxPro
  • VS Express Editions
  • VS Team System
  • Windows Forms
  • Visual C++
  • Visual J#
  • SQL Server
  • Architecture
  • Visual C#
  • Windows Live
  • Game Technologies
  • Visual Basic

Software Development Network >> Robert D Misiak's Q&A profile

Robert D Misiak

Member List

fast_
Azhagan
Mgal
schwechel
anubisascends
Lydia Kuo
MortenFraMoss
Rainman86
compucv621
dfer
Andrew lazo
s0ulburn24
Mary Chipman
Anjana
mdgraves
Denvas
gmgj
Philip Vaughn
Yara
Joe_Elwell
Only Title

Robert D Misiak's Q&A profile

  • Visual Studio Express Editions Resource Editing

    When I try to edit resource file (*.rc) I get this error: "Resource Editing in not supported on the Visual C++ Express SKU". Does that mean there is no way to get the resource editor to work in VC++ Express   Grubber wrote: When I try to edit resource file (*.rc) I get this error: "Resource Editing in not supported on the Visual C++ Express SKU". Does that mean there is no way to get the resource editor to work in VC++ Express Sadly, Express Edition of VC++ doesn't include resource editor. This is the most important drawback of ExEd for C++ WinAPI developers. If you find good third-party reso ...Show All

  • SQL Server How can I convert download SQL Server 2005 to a licensed version.

    I downloaded a 180 day trial version of SQL Server 2005, and have it running. I have purchased a 5 user workgroup version. I would like to apply the 5 user license to the version that is currently installed. My preference is to not reinstall everything since I have everything configured as I would like, and it is working great. What is the best approach Paul Will this leave the installed database and all of its configuration as is Or will it change any of the configuration The reason I ask, is that due to a lack of proper planning we did not have SQL Server installed prior to a vendor arriving ...Show All

  • SQL Server AWE enable and SQL Server 2005 x64 bits

    Hello, I am setting up a new server with Windows Server 2003 x64 bits and SQL Server 2005 x64 bits. Under 32 bits of Windows we normally use /3GB and enable AWE under SQL Server (both SQL 2000 and SQL 2005) and allocate 6 GB of fixed memory to SQL Server. Does any one know whether I should do the same thing under the x64 bits platform. I read some articles on the web that it is no longer required to use AWE under SQL 2005 x64 bits Please advise. Thanks. You don't need to enable AWE via sp_configure if you are running the 64bit version on x64, as 64bit SQL doesn't need to use the AWE api to add ...Show All

  • Visual Studio Express Editions Registration Benefit Portal

    I just installed C# express. When I click on the registration benefit portal link of the thanks you mail it say: Error: The page you have requested is unavailable or you do not have access. I read many solution on forum, but noone work for me. Two question: What should I do It's the portal developed with Microsoft Visual Studio Thanks for your help We have found that once you have registered the product, the benifit portal access can sometimes take a few hours to 24 hours to be granted. I would wait a while then try the Connect Site again to see i ...Show All

  • Visual C++ partial class how-to?

    hi, i have been looking at the microsoft help files and how-to's with no luck on finding how to create a partial class. I need to create a partial class for a datatable i am using. the first information i found just didnt work at this location in the help file... ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.en/dv_raddata/html/dfbc21eb-7ea2-4942-addd-49677f5493be.htm the link on that page to the partial class definitions also didnt work when it tried to connect to the internet :s i found it anyway... http://msdn2.microsoft.com/en-US/library/wa80x488.aspx that is c# code obviously which i commonly find, but is usually easy to convert. How ...Show All

  • Visual C++ Visual Dialog Builder

    When I use the resource editor and make a dialog visually and test it looks a lot different from when i actualy build the project and test it.  The button is not rounded with bluish glow, and the group box's edges are not rounded and the writing blue. here is a screen shot of what im talking about Why does that happen and how can i fix it Thank you. EDIT: Im using Visual Studio 8 2005. How can i make it look like that   I've seen some dialogs like that in some applications, and i really like the styel. Thank you. ...Show All

  • Visual Studio Express Editions Missing SQL Server template

    According to the information in Visual C++ Express 2005, it should be easy to make a database project with the SQL Server Express 2005, just opening New->Project and selecting the "SQL Server Template". However, this template does not exist in my version, neither it is possible to find it searching online. What do I do The programs are the english versions of the Express programs installed on a spanish OS XP SP 2. Could you point us to where the information the says that about VC++ 2005 Thanks, Ayman Shoukry VC++ Team ...Show All

  • SQL Server between operator

    Hi, I'm having problems using the between operator in a query statement. Select * from <mytable> where date between @date1 and @date2 The date values with a hour specified, aren't returned. What is the approach you would recommend here   Thx EDIT: by playing with this problem I've figured out I can append the hour to the date like this: <date> between @fromDate + '00:00:00' and @toDate + '23:59:59' this seem to work, but I'm not sure if this is correct Select * from <mytable> where date >= @date1 and date < dateadd(d,1,@date2) or Select * f ...Show All

  • Visual C++ free(pointer) in ansi C.

    Hello, I'm using Visual C++ 2003 Standard for C coding. I have a problem with a freeing the pointer. In one place in my program it works, in another not. On gcc all goes well. Here is the code: void basic_pointers(){     int *pointer;     int a=10;     if (pointer == NULL)     {         printf("Out of memory, exiting\n");         _getch();         /* end application */         return 0;     }     pointer=&a;    ...Show All

  • Visual Studio Express Editions How do I display a name and address record from a database?

    I have a datbase in my application. I can update it, etc. Now, I want to display a name and address record in a textbox as it would appear on an address label. How do I do that Hi, Could you be more clear in your question Whether you are using VB Express edition and whats the database Do you want help in front end coding or backend The more you get replies, if you are more clear in your question. Thank you, Bhanu. ...Show All

  • SQL Server Conflict of Permissions by NT Groups

    Hi, This is regarding permission issue in windows-authenticated sql server 2000. I have two NT groups namely A & B. Groups A has all permissions on SQLDB1 while group B has all on SQLDB1 and SQLDB2. Since I dont want B to have INS/UPD/DEL rights on SQLDB1, I revoked those permissions for B on the same. But users belonging to both groups suffer INS/UPD/DEL rights on SQLDB1. Could anyone help please Thanks in advance. Use DENY instead of REVOKE. -- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ Blog: http://solidqualityle ...Show All

  • Visual Studio Express Editions Sound player in VB.NET Compiler Beta2 2005 Express Edition

    Hi. Can someone tell me how to put a working sound player into the VB.NET 2005 Express Edition Beta2 I am having a little trouble, and I can't really figure out what it is. Is it a control If so, why isn't it in the Designer's Toolbox It wont work for me, it keeps asking to Convert the Files using Conversion Wizard. Do i need somthing, or am i missing somthing ...Show All

  • Visual Studio Team System Build by Project instead of Solution

    Within the Build Type, is it possible to specify the actual projects within a solution to build Currently there is a section in the build type that looks like: < SolutionToBuild Include = " $(SolutionRoot)\Some\Path\Solution1.sln " /> < SolutionToBuild Include = " $(SolutionRoot)\Another\Path\Solution2.sln " /> Instead of building an entire solution, can we specify which project in the solution to build.  I see examples of excluding projects, but this is not the same thing.  Because of dependencies, project build order can matter rather that full solution build order. Thanks in advance for any help. Mike Henri ...Show All

  • Visual Studio Express Editions Q: What is the modules

    hi, i'm new and i want to know what is hte differece between classes and modules , and when to use modules, thx Hi shak, The purpose of a module is to contain subroutines or Functions and to declare Variables or Arrays with the Public Command.  Modules have no visible properties and have no events because they have no controls.  Subs within the module are made available to your entire program (global) as opposed to local to a partuclar form or even more local to a particular procedure. The 'Visual Baic 2005 Express Edition for Dummies by Richard Mansfield is a great book for beginners.  It had most of th ...Show All

  • Visual FoxPro All the sudden a batch of records (that were already in the table) are appended again?!?

    I have a multi user VFP 9.0 application that runs from a network share.  Every now and then one of the tables gets a bunch of duplcated records added to it.  A group of records that are already in the table just get added again!  I'm using optimistic buffering and I've set multilocks on.  If one of the users is having network connectivity problems, could it somehow be  re-adding records that are buffered by other users   I don't know what else  it could be.  We do have some users with connectivity problems. Any thoughts would be appreciated. This sounds more like an error on the data server tha ...Show All

©2008 Software Development Network