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

Software Development Network >> JRaue's Q&A profile

JRaue

Member List

M Johnston
Billy Porter
RVogel
EricShan
Mnimonic
BradleyT
Jonathan Rupp
zenix
Jesper Persson
STSC
Vish
isdelnorte
Sandeep.rao
Mark Kornfein
EricV
zhongzhong
isc_que_events
nstraub
3P
slisbin
Only Title

JRaue's Q&A profile

  • Visual Studio 2008 (Pre-release) WCF and Linux

    Our company is seriously thinking about next generation of middleware and we’re considering using WCF. Here are our main concerns right now: 1) Middleware must be cross-platform. We have many C++/linux developers; we also tend to believe linux is faster and cheaper as server platform. If we will decide to use WCF, how in practice it can work together with linux I tried to find examples of communication WCF-linux and f ...Show All

  • Visual C# Best way to display my data

    I want to bind some database data to a datagridview. No problem, but I dont' want to bind the ProfileID (so user can't see no help to them) primary key.  So the only solution I can think of is populating two array with the database data, one with just the ProfileID and the other with the data (same indexes obviously so I can reference them).    This will least let me manage the width of the columns and the order in ...Show All

  • Visual FoxPro Grids are readOnly. How do I put text in them?

    Hi there. Kind of embarrassing asking simple question when other people post such advanced requests. I am new here. I got as far as creating a form with two grids and other controls I need. There is a Pageframe that switches between pages and I have each grid on the corresponding page. All the way I am making comparisons with dBASE stuff which I hope soon will be a thing in the past. Anyway, when I run the form all rows in grids appear to be rea ...Show All

  • SQL Server Join filter failure

    Hello there, I'm experiencing a really weird problem: I have a SqlCE subscriber connecting via IIS to a SQL Server 2005 database. The database publisher/distributor and the web server are on different machines (IIS being in a DMZ) and I want to avoid the use of Kerberos delegation to share priviledges on the snapshot folder. I configured the web synchronization to accept basic authentication and obviously the subscriber sends @internetlogin and ...Show All

  • SQL Server Is it possible to dynamically populate a parameter list with values based on another parameter value?

    Is it possible to fill a parameter list with values based on another parameter value Here's what I have so far (which hasn't worked)... I'd like to generate a report listing information for a student.  The report viewer would first select a school from the first drop-down menu, and then the second drop-down menu would populate with the list of students at that school. I have a dataset that calls a sp which returns a list of schools (Scho ...Show All

  • Visual C++ How to Port MFC to .NET; from VC6 C++ to Managed C++ and/or C# .NET

    Can someone point me to information on how to port and/or reuse a portion of a huge MFC app to C# .NET managed and/or C++ .NET managed code. Willing to rewrite most of the user interface, but need to preserve/modify existing code that is based on 50+ classes derived from MFC's CObject.  I need the "Serialize" portions of CObject so that my existing data files can be read into the ported app, or so I can create a conversion app. I ...Show All

  • Visual C++ How to Port MFC to .NET; from VC6 C++ to Managed C++ and/or C# .NET

    Can someone point me to information on how to port and/or reuse a portion of a huge MFC app to C# .NET managed and/or C++ .NET managed code. Willing to rewrite most of the user interface, but need to preserve/modify existing code that is based on 50+ classes derived from MFC's CObject.  I need the "Serialize" portions of CObject so that my existing data files can be read into the ported app, or so I can create a conversion app. I ...Show All

  • Visual Studio Team System Project portal: Can I get more than one column up?

    I have only Left to choose from when I add new web parts. I can't seem to find a way to have a two column project portal or any other general layout of areas. I just have this one big Left area to work with. Is it possible to do this on the home page I know I can do it with sub sites. NEED Is there no other way So I'm cornered into licensing another product to do that, or can I use the MSDN license I'll give it a spin with an MSDN d ...Show All

  • Smart Device Development Hiding form from iTask

    Hi. I've got a Multi-Form app which consists of a main form, and then several other sub forms (About, Options etc), the main form remains loaded in the background of the Sub-Forms. My problem is that if i load a Sub-Form, and then press the iTask button (or go to the "Running Programs" in settings) of my ipaq, i get two icons to my program. But since i've used the SubForm.ShowDialog method to load the Sub forms, when i click on either of th ...Show All

  • Visual Studio Automation in SS 2005

    I created a .dll using VB6 to trap events using automation in SS 6.0d. Using the ssaddin.ini file this is working fine. However, I have been unable to port this dll to SS 2005. I converted the dll to vb 2005 express and have registered it. But am unsure where the ssaddin.inf file should be placed. The example done using C: says to put it into the win32 directory, but this does not get created by the ss2005 setup program. I have tried putting ...Show All

  • Visual C# Wanna Develop Class Without IDE ?

    Don't have an IDE for developing your C# class file, Cheer-Up Here is the solution. Check Out, http://www.csharpfriends.com/demos/csharp_class_generator.aspx ...Show All

  • Visual C++ dialogs

    hello, i just started programming using this software and i was wondering if anyone could help me. given i have 2 dialogs. how do i add the 2nd dialog class as a variable to the first dialog class thanks! First, you need to #include the header for the second class in the cpp file of the second dialog.  Then you can just create instances as you would any other variable.  That's assuming you o ...Show All

  • Visual C++ Running a very simple Win32 app on a comp without VC++ 2005 Express

    Hi! I have installed VC++ 2005 Express and the Platform SDK according to the instructions on MSDN: http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/default.aspx Compiling and running the following program on the dev computer works like a charm: http://www.winprog.org/tutorial/simple_window.html I then changed to release-mode, turned off debugging in the project properties and copied the .exe to another computer without VC++ 2005 Exp ...Show All

  • Windows Forms What is the proper way to close a window and open another?

    I have a program with various forms and I have tried   Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click         Me.Close()         Dim frmCreate As New frmManage()   &nb ...Show All

  • Visual Studio Really Frustrated With VS 2005

    I posted earlier about the fact you cannot get a copy of VS 2005 Pro even though the "launch" was 11/7. I have a Windows app I built using the VS 2005 Beta 2 that I need to update but since I downloaded the new Express editions (thinking they would work - wrong!) all the Beta 2 stuff is gone. OK, I went to my other system (Win XP SP2) and figured I'd install the VS 2005 Beta 2 there and use that until someone decides to "really" relea ...Show All

©2008 Software Development Network

powered by phorum