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

Software Development Network >> Robert.Jack's Q&A profile

Robert.Jack

Member List

Michael Boniwell
Renaud Martinon
wargy2
Naqshekhayali
Setting the Listing File
Wraith10
sunil2006
Allan Stirrett
Goose1212
Todd B. Schroeder
jmarkel
jbothwel
killer10
Commali
Tom TechMan
fwind
Robert Horvick MSFT
Yu Xiao
XblackdemonX
Buggs Bunny
Only Title

Robert.Jack's Q&A profile

  • Visual Basic If Date_Created is null then Date_Created = Date

    How do I get this to work.  I am using VBA in MS Access.  I have a command button that when I click on it I want it to insert the date into a date filed I have on the form only if there is nothing in that field to begin with. If Date_Created is null then    Date_Created = Date End If if IsNull( Date_Created) then    Date_Created = Date End If   ...Show All

  • SQL Server MS - How About Some Answers?

    Hey MS, I realize that this a free forum, but given the number of people who have problems with SSRS configuration and the fact that there are virtually no solutions posted on MSDN, I would think that MS would be more responsive to these forum posts. The most recent post from someone who can't get SSRS working had 1,154 views , but no answers--similar to the other posts by those who can't get the product to work. There seem to be responses to ...Show All

  • Visual Studio Team System Synchronizing Predecessor Info between VSTS and Project

    Since developers will probably not look at MS Project and will look at VSTS, we feel that predecessor information needs to be captured for Tasks, since tasks frequently have dependencies. Hence, we added a custom field in the process template to specify task predecessors. However, the predecessor information specified in VSTS does not get synchronized with MS Project. Also in VSTS, the predessor info contains VSTS-ass ...Show All

  • Architecture SOA and the next achritecture?

    Hello, are there any meanings or researches what comes after SOA Regards, Jens Hibbeler Jens, I can't give you a real serious answer. I'm sure something will always come next, but what the next hot architecture topics is I can't say. The funniest thing I have heard lately is that SOA is on its way out and the Web 2.0 is the thing. I find this funny because it is like comparing apples to ...Show All

  • Visual Studio Tools for Office FaceId's

    When using FaceId, will be there a difference in 'icons' when installing my add-in on different pc's with different office versions I'm wondering if they are differnt or not. Does someone have an idea TIA, Isabel From my experience, the result is the same. Since you're relying on the computer's resource, and you can use the Resource property in VSTO to "inject" the ima ...Show All

  • SQL Server Debugging Errors with Custom Assemblies.

    I have been trying to get a custom assembly to run with SQL Reporting Services 2005, but everything I have tried up to this point produces the same result. Every column which references the Custom Assembly comes back with the value #Error. With the Preview tab, it runs fine, which leads me to believe its a permissions issue. However, I added the following <CodeGroup> tag to my rssrvpolicy.config to fix the permissions problem. <CodeGrou ...Show All

  • Visual C# please help me udnerstand how they do it

    Hi They have 3 buttons.. Like the Control form butonss.. The X _ and maximize.. They make a image for all there buttons in pressed mode.. another image (gif) in mouse over another image in "free" .. that means that no action over the button was made.. Here is the link to those images.... 1 image is on mouse click picture 2 image is a animated mouse over picture 3 image is a map... 4 normal picture of the buttons As you see all the t ...Show All

  • Visual Studio Tools for Office VSTO and Office 2003

    VS2005 may arrive before Office 12, as it's in Beta already. How about VSTO 2005. Do they arrive the same time or will they arrive after or at the same time as Office 12 If they come with VS2005 will they support Office 2003 applications (VBA/Access) If they not arrive the same time: Will there be problems using VS2005 with .NET Framework 2.0 beside .NET Framework 1.1 used in older version TIA Henry Hi There are various .NET projects on ...Show All

  • Visual Studio Express Editions How to create a sort of login?

    Hello I want to make a program for certain people and I want it so that they need to enter a code the first time they run the program. The codes would need to be programmed into the program and a certain code would need to show certain info in the program ( for example: if someone entered code 12345 on the first startup the program would show 'welcome name'). If you need some extra explenation just ask. I would like to know how to do this. ...Show All

  • .NET Development MDX + .NET Framework 2.0 + VCS Express Edition + Win XP x64

    Hi, For any CS code that uses managed D3D : everytime I try to compile an app. w/VCS Express Edition under the 64-bit edition of Win XP, the app. compiles ok but as soon as it is executed an exception message appears telling that the app. is not a real 32-bit native one. As far as I'm concerned, after installing .NET Framework 2.0 under a x64 OS, both versions -32 bits and 64 bits- are installed on the machine. So, it seems that, by d ...Show All

  • Visual Studio Tools for Office Office apps go mad when using managed com add-in

    Hello all, I created a (simple) com add-in using Visual Studio that I use in Word, Powerpoint & Excel. At start-up, the add-in adds 2 menu items to the file-menu. When the items are clicked, an instance of an (unmanged) com object is created an a method is called on that object. Since the add-in is used, we've been experiencing some strange problems in the Office applications. All this issues go away when the add-in is turned of. We ...Show All

  • Visual C++ Compiling FilmBox SDK Under VC6

    Hi, I am trying to compile Filmbox's SDK using VC6.  I can compile under VC7, but I only have a temp version, and do not want to port over to VC7.  The problem I am getting is on the following section of code: /***********************************************************************  CLASS KStaticArray ************************************************************************/ template< class Type > class KBaseStaticArray { & ...Show All

  • Windows Forms C#2005 - UserControl in Datagridview

    I followed the example "DataGridView Custom Column Sample" http://msdn2.microsoft.com/ms180996(en-US,VS.80).aspx I have a usercontrol to look for some data on a table of a database. My usercontrol needs of a connection, a tablename, and a keycolumn to work. I have seen that the datagridview creates my control in the moment which I enter to the cell automatically. How can I pass these data to my control Thanks Mauro ...Show All

  • .NET Development Path.GetTempPath always the same?

    Will Path.GetTempPath always return a reference to the SAME root temp directory (e.g. C:\Documents and Settings\myuser\Local Settings\Temp) or could it ever trigger creation of a temporary subdirectory I don't believe this method will ever create a directory.  I think it can change depending on what the environment variables are set to, but in general you should think of it as constant. David ...Show All

  • Visual Basic Build Complete Notification Sounds

    I just upgraded to Visual Studio 2005 from VS6.0  and I cannot find any documentation for Visual Studio sounds schemes.  In VS6.0 I could have seperate sounds for "BuildComplete", "BuildError", and "BuildWarning".  In Visual Studio I can only create a sound for VS_BreakpointHit  Are any of the others available The three I mentioned in my post BuildComplete, BuildWarrning, and BuildError.&nbs ...Show All

©2008 Software Development Network

powered by phorum