Software Development Network Logo
  • Visual C++
  • .NET Development
  • Visual Basic
  • Windows Vista
  • Visual C#
  • Visual FoxPro
  • SharePoint Products
  • Windows Forms
  • Game Technologies
  • Smart Devicet
  • Visual Studio
  • VS Team System
  • Microsoft ISV
  • IE Development
  • SQL Server

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

DanMeyers

Member List

wls1973
Martimus
Nina001
lascucarachas
bobo224
George Waters
Aaron Oneal
CFIG
nordwindranger
Socal5vee
_Quimbly_
Michael Luttmer
Amid
Francesco De Vittori
JSarna
centexbi
I.HJ
Johan J
mistro.g
Mike33333
Only Title

DanMeyers's Q&A profile

  • Visual Basic Hyperlinks and spaces

    I can't hyperlink a portion of my code becuase the folder name contains a space. It would be very difficult to rename the folders at this point as there are thousands of them in many places that are being pointed to from the database that it is being pulled from. Below is the code used to render the page when I click on a vbs file during my weekly routine of file maintenance: rsName.MoveFirst   do while not rsName.eof     htm = ""     htm = htm & "                <tr>" & vbCrLf     htm = htm & "                 ...Show All

  • Visual FoxPro How copy form from VFP5 to VFP9

    Hi, I'm a retired DOS programmer and am learning VFP9. I messed with VFP5 a few weeks ago and created a form (doesn't connect to anything and has no code - simply a form). I now have VFP9 and would like to copy that form from 5 to 9. How Thanks Lamon wrote: I messed with VFP5 a few weeks ago and created a form (doesn't connect to anything and has no code - simply a form). I now have VFP9 and would like to copy that form from 5 to 9. How You shouldn't have to do anything: the SCX should open equally well in 5 and 9. It's possible that saving it in 9 could leave it uneditable in 5, but that shouldn't be an issue for you. ...Show All

  • SharePoint Products and Technologies How do you limit the site templates available for sub sites to Portal or WSS site?

    When creating a sub site to either a portal site or a site colleciton you are presented with a list of templates to choose from. I want to limit this list. Anyone know how I can pick and choose which templates my users see when they try to create a sub site Thanks Chris Fields In sharepoint 2007, the templates are 'features' which can be activated and de-activated using the STSADM.exe tool that comes with sharepoint. You can use this tool to de-activate templates. Another option (also for the 2003 version) is to 'hide' the templates in the list, which can be specified in an XML file on the webserver (WEBTEMP.XML for example). This xml file contains the list of site definitions (the templates) and ca ...Show All

  • Smart Device Development Repeated Prompting at runtime: ENU-String Resource is already installed

    When deploying a CSharp program on the Pocket PC 2003 emulator I keep getting prompted with the following message: "Microsoft .NET 1.0 ENU-String Resource is already installed. Re-install " After I click OK, the program runs as expected. This is with Visual Studio 2003 and the Pocket PC 2003 SDK. This started after a fresh install of VS 2003 and after I installed service pack 1 (of VS). This issue does not occur on other development machines. I've seem some articles that say to tell VS to stop deplying it as it is not needed. But, I can't find where to tell it to stop. Any help would be appreciated! Thanks! Hi, This is a known issue in VS2003 SP1. Can you please try removing all the Sy ...Show All

  • SQL Server Time calculations in UDM

    I have read Moshas Blog here http://www.sqljunkies.com/WebLog/mosha/archive/2006/10/25/time_calculations_parallelperiod.aspx#comments  and I have a problem with decoding this example: CREATE [Prior Year Internet Sales Amount]; ([Measures].[Prior Year Internet Sales Amount], [Ship Date].[Date].MEMBERS) = ([Measures].[Internet Sales Amount], ParallelPeriod([Ship Date].[Fiscal].[Fiscal Year])); The problem is the (=) in the script. A set cannot have = is the error message I receive in management studio, when I run Moshas query. I am missing something obvious but what This is said to be better than using shell dimensions that is decribed here: http://www.obs3.com/A%20Different%20Approach%20to%20Time%20Calculations% ...Show All

  • SQL Server import flat file

    I am trying to import a flat file using SQL Server Management Studio and am receiveing the error: Error 0xc0202055: Data Flow Task: The column delimiter for column "Column 19" was not found. (SQL Server Import and Export Wizard) I would like to capture the rows that are causing the error and have the import continue. Am I able to edit the behavior somehow Thanks. Hi, thanks for your reply. I don't think I'm looking in the right place - can you tell me exactly how you're getting to the error output page. Thanks so much. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Reflection - Assembly.Load generates error

    I seem to be experiencing some trouble with Reflection, specifically I am trying to load an assembly and call foo.EntryPoint.Invoke on it, but when I call Assembly.Load, I get: System.BadImageFormatException was unhandled Message="Could not load file or assembly '90112 bytes loaded from TestReflection, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format." Source="mscorlib" FileName="90112 bytes loaded from TestReflection, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" FusionLog="" StackTrace: at System.Reflection.Assembly.nLoadImage(Byte[] rawAssembly, Byte[] rawSymbolStore, Evidence evidence, StackCrawlM ...Show All

  • Visual Studio Team System Tests Dont work!!

    Hi, I have come across a strange problem when running the tests which is in the same solution as that of a webproject. Let me give you the steps to repro the problem, I have a solution with a web project I created a test project with few webtests and load tests in the same solution it worked fine for the first time. I closed the solution and reopened I tried to open the webtest in the testproject i get the following error The file \\ the path \webtest.webtest contains tests, and hence should be opened from a test project. The operation could not be completed Regards Guruprasad Hi Guruprasad, I double-checked the code paths, which lead to that message: it is shown only i ...Show All

  • Windows Forms adding data to a gridview that has data in it from xls

    I a grid view that is being filled by xls sheets.(preformated). I can get one sheet loaded, but if the user wants to add another xls to the data currently in the grid view. the databind is cleared how can i just add the new sheets data gv1.AutoGenerateColumns = False Dim myconnection As System.Data.OleDb.OleDbConnection Try Dim DtSet As System.Data.DataSet Dim MyCommand As System.Data.OleDb.OleDbDataAdapter myconnection = New System.Data.OleDb.OleDbConnection( "provider=Microsoft.Jet.OLEDB.4.0;data source= " & TextBox1.Text & " ; " & "Extended Properties=Excel 8.0;" ) MyCommand = New System.Data.OleDb.OleDbDataAdapter( "select * from [she ...Show All

  • Visual C++ Tooltips disappeared after switch from VC 6 to VC 8 due to breaking change in CWnd::OnToolHitTest()

    Hello everybody, after switching from Visual C++ 6.0 (VC 6) to Visual C++ 2005 (VC 8), many tooltips in my dialogues would not show up anymore.  It took me quite a  while to pin down the reason for this behaviour: The tooltips don't show up anymore for all child window controls which lie inside the window rect of another control like a group box or a tab control(*) preceding it in the tab order. The enclosing control has child window id IDC_STATIC, which in VC 6 meant that it was ignored by CWnd::OnToolHitTest()  (more precisely by _AfxChildWindowFromPoint(), which is used by OnToolHitTest(), see below). Now in VC 8 the constant for the controls-to-be-ignored chang ...Show All

  • Visual C# Where can I buy Visual C# 2005 Standard Edition in Australia?

    Anyone, I an only 15 years old but I regard myself as a beginner in C# programming. My dad bought me a copy of Visual C# 2003 and I have been reading nothing but good things about Visual C# 2005 but I can't buy it! I live in Australia and it seems that Microsoft in their wisdom do not sell this product but only the full Visual Studio 2005 that I have no hope of affording at all. My first question is this - why can't I buy Visual C# 2005 in Australia I would also like to ask another question. Why can't I print the contents of a RichTextBox in Visual C# 2003 There is a solution on the knowledgebase that I simply can't follow. Maybe nobody else can because third party providors produce PrintAdapters, PrintForm and PrintControl see ...Show All

  • .NET Development looking for lifetime and sponsorship sample

    I am looking for a clear vb sample regarding implementing lifetime and sponsorship. Anyone Thanks. ...Show All

  • Smart Device Development How to Convert Stream to String

    How to Convert a Stream datatype to string.For example Dim path As System.IO.Stream = (Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream(AssemblyName)) the path should to converted string. Faced with the same problem, needing to get a string onto a stream, I found your posting and tried your method. It did not work for me and I was unable to figure out why. (I am very new to .net stuff.) The solution I ended up with seems a little clearer and simpler: String text = "0123456789" ; using (Stream stmText = new MemoryStream( text .Length)) { StreamWriter swText = new StreamWriter(stmText); swText.Write( text ); swText.Flush(); stmText. ...Show All

  • Visual C++ Buildig a C++/CLI solution from the comand line

    I've looked in the VS 2005 documentation and MSDN and even Google'd for information, but I can't find out how to build a C++/CLI solution from the command line. Is there a tool to do this Or is there a way to convert a .SLN file to an NMAKE file Thank you very much for the help! - Kevin Hall Start + Programs + Microsoft Visual Studio 2005 + Visual Studio Tools + Visual Studio Command Line prompt. cd \mysolutionfolder. Vcbuild mysolution.sln ...Show All

  • .NET Development Similar functionality to a Min/Max macro?

    Does C# have a Max/Min type macro functionality as found in C++ Yes it does! http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemmathmemberstopic.asp ...Show All

©2008 Software Development Network