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

Software Development Network >> Lewis Horowitz's Q&A profile

Lewis Horowitz

Member List

Gary G. Little
PhilippCH
balo
ChrisNof
Scythen
Misty
rwlavoie
daviangel
Brad Peterson PSS MSFT
Matt Milner
Scal
JerryCan
FredKapsFan
ashutosh.soni03
exc
Leo Xue
David Chicks - MSFT
Mike Martin
Jim Weisz
Aziz Ahmedabadwala
Only Title

Lewis Horowitz's Q&A profile

  • Visual Studio VS Studio 2005 installed on xphome without web developer.

    As I don't have IIS installed on my xp home machine, when VS Studio was installed (beta2) on the machine it didn't install the web developer side of things. I've downloaded web developer seperately and installed it and it uses its own web server ok. Is there any way I can integrate the web developer into vs studio so i have one ide which is the whole point of Studio ...Show All

  • Visual C# Mistake in C# 2.0 specification?

      " anonymous@discussions..microsoft.com " <David M. Kean@discussions.microsoft..com > wrote in message news:44151354-d6b6-4140-9fba-6c46b5a50fd3_WBRev2_@discussions..microsoft.com ... This post has been edited either by the author or a moderator in the Microsoft Forums: http://forums.microsoft.com I just reproduced this also. This could be considered a bug in the compiler (especially if they are not following their own standard). I suggest you post a bug on the Microsoft Product Feedback Center .   Not sure what you have 'reproduced', or where you see a bug. & ...Show All

  • Visual C++ why I can't use "cin" or "cout" when I making a 64bit program?

    I built a simple program with VC++6.0 and Microsoft Platform SDK,the code is : #include <stdio.h> #include <iostream.h> int main() {  int r;  double mj;  cout<<"put in r:"<<endl;  cin>>r;  mj=3.1415926*r*r;  printf("mj is%d",mj);  getchar();  return 0; } but I got an error message: libcimtd.lib(iostrini.obj) : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned __int64,int,char const *,int)" ( 2@YAPEAX_KHPEBDH@Z ) libcimtd.lib(streamb.obj) : error LNK2019: unresolved external symbol "void * __cdecl operator new[](unsigned __int64,int,char cons ...Show All

  • Visual C++ [MFC] Why is the File Open dialog no longer resizable?

    Hi, In VC6, the File Open dialog of a standard MFC app is resizable. In VC8, it isn't. Why not And how can I fix this in my own apps Olaf van der Spek wrote: Hi, In VC6, the File Open dialog of a standard MFC app is resizable. In VC8, it isn't. Why not And how can I fix this in my own apps The OFN_ENABLESIZING is not enabled by default in VC 2005. Try this :- CFileDialog dlg(true); dlg.m_ofn.Flags |= OFN_ENABLESIZING; dlg.DoModal(); ...Show All

  • Visual Studio Express Editions vb6

    Where, oh where, is a free download of vb6 I am taking a class that is going to teach vb6, but the book for the class was only available used. Therefore the s-ware that WAS bundled with the book is no longer. I specifically need vb6, and was unable to find the download on ms.com. My textbook says it is available from ms for free. I need a rather specific answer, and thanks in advance from a novice! Not only is there no free download, the product is completely unsupported anymore. It's no longer shipping with MSDN, even. I'd suggest you try ebay, if you have a specific need to use VB6. VB6 is three versions o ...Show All

  • Smart Device Development How can I add a music file

    I'm doing a mobile application using C#, I intend to add a music file (such as *.wav, *.midi some thing like that) to my application. There are one way in MSND, but it fairly complex, it's difficult for me to understand it. So can you instruct me another simple way to do this Thank you very much. ...Show All

  • Visual Basic Is it possible to get Thumbnails In Image format of Office document in win2000?

    Hi, I'am having doubt that is it possible to see thumbnail of Office document whne it's Save as preview property is enabled That is if i enable this property i can see first page of document in explorer if it is XP OS but not in win 2000. So i want to confirm that is it possible to get image format thumbnail in Win 2000 Thank You in advance. -Manjushree ...Show All

  • SQL Server Conditional MDX ?

    I've got a solution where I need to apply some adjustment to a measure for a given scope: Scope ([Organization].[Organization].&[13], [Product].[Division Temperature].&[Frozen], [Measures].[FOB]); This = [Measures].[FOB] - 1.25; End Scope ; This works fine, but given that this solution uses role based security to limit access to specific dimension data, there are some roles that don't have access to the [Organization].[Organization].&[13] and the MDX fails parsing. Is there any way to make a conditional MDX that I can use to only apply the given MDX SCOPE when the role has access to the dimensions used in th ...Show All

  • .NET Development SMTPClinet - mailMessage.DeliveryNotificationOptions only works once per session?

    I'm trying to send an email and get a delivery receipt back.  I'm setting the MailMessage.DeliveryNotificationOptions = DeliveryNotificationOptions.OnSuccess and it works great for the First email that is sent. Any emails after the first do not generate a Delivery Receipt. I've tries Creating multiple MailMessages and SMTPClients, though even with two of each DIMed I only get the one Delivery Receipt. If I set each Client to a Different Server I get one for each Server, though any message sent after do not get a Receipt. I quit the Application and start it back up I get my token one receipt again. Am I missing something with the MailMes ...Show All

  • Windows Forms Setting ComboBoxes invisible

    Hello, I am using .net 1.1 framework on wxp pro. I am setting a panel that contains comboboxes invisible. When I set the panel back to visible, the comboboxes are set back to index 0 instead of retaining the value previously set. Is this normal behavior How can I prevent this from happening Thanks, Paula I'm not sure about why that occurs, but if you are looking for a workaround then: record the values before, then reset the combobox values after the panel is made visible. I use this same process when applying filters to my combobox source lists. -nate ...Show All

  • Visual Studio Can't add MSDN library to x64 install

    Hi All, I have an install of VS 2005 CTP July 2005 on my DELL PowerEdge box (dual 64-bit processors).  The install went fine, but I can't install the MSDN library that was on the DVD.  The install says an unhandled excption in msiexec.exe. Can the MSDN library be installed on 64-bit hardware   Or am I missing something else Thanks in Advance! Corey. Don't have a DVD drive.  DELL wanted a fortune for them on the PowerEdge 1850.... :P C. ...Show All

  • Windows Forms Extra complex data layout.

    I'm currently facing quite a complex situation, I have 3 tables: Products Groups Stock Data Stock Data has an external key to both the other tables so that I end up with Products Stock Groups ID <- ID_Prods   ID_Groups -> ID And it's pretty simple up to now The hard part is showing it like I want... Product Name Other Product Cols (except the ID which I mean to hide) Group 1 Name Group 2 Name ... Group N Name Foo More Foo Data 2 NULL ... 54 Bar More BarData 42 10 ... NULL Right now I'm using a s ...Show All

  • SQL Server Control Flow setup

    Is it possible to setup a Control Flow at the solution level rather than at the package level I'd like to setup a Control Flow that truncates multiple tables in a staging database then runs multiple packages that reloads those tables. Each package has a Control Flow tab that seems to be specific to the package. Is it possible to set something up that governs the execution of multiple packages Thanks. SSIS contains a task called the "Execute package Task" which does it exactly what it says on the tin. It is ideally suited to the scenario you mentioned. -Jamie ...Show All

  • SQL Server Running a package in C#

    Hello all. I am trying to run a package in C# and have come accross the help file of how to do it in Visual Basic ('Running an Existing Package using Visual Basic'). However, I cannot find a reference to anything relating to DTS in my reference dialog. In the help file it says to add a reference to Micorsoft.SQLServer.ManagedDTS.DLL, however, I cannot find this reference anywhere. Am I missing something Thanks, Mike   Tazzmann wrote: ...is there a way to install just the Business Intelligence without installing SQL Server ... Yes and I have it that way. While installing you have to select only the option to instal ...Show All

  • Visual Studio Express Editions Reading data from a database field

    I want to read data from one of the fields in my database directly to a variable. I have a TableAdapter, BindingSource and DataSet from the table. Is there a way to read the value from one of the fields Like MyVariable = TableAdapter.Fields("MyField").Value or something like that Thanks! I was already experimenting with something like that. In the end I used the following code to retrieve some information from a table based on the selection in a combobox: MyVariable = Me .MyDataSet.Tables( MyTable ).Rows( Me .MyComboBox.SelectedIndex)( MyColumn ) I was just wondering if there is an easy way t ...Show All

©2008 Software Development Network