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

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

hte

Member List

Patrick Sears
Insignia
wuzzle
Bumper
Ido Ran
XironiX
JoeCodester
HappyTomato
rwright142
thorlax402
Hugo Soares
Robbie Page
puffzotty
loic123456
Ted.
Rafael (Live Butterfly)
Alan Robbins
IanG
Richard78
BRCEWANE
Only Title

hte's Q&A profile

  • Visual Studio Team System Using AdditionalVCOverrides

    I'm looking for suggestions on how break down the following into a more generic solution so that only the library directories from the proper Platform and Flavor are used: < AdditionalVCOverrides > %3CTool Name=%22VCLinkerTool%22 AdditionalLibraryDirectories=%22$(BinariesRoot)\win32\release%3B$(BinariesRoot)\win32\debug;%22 /%3E%0D%0A </ AdditionalVCOverrides > I've tried to use solutions similar to the following, but with no luck so far: <AdditionalVCOverrides>%3CTool Name=%22VCLinkerTool%22 AdditionalLibraryDirectories=%22$(BinariesRoot)\%(ConfigurationToBuild.PlatformToBuild)\%(ConfigurationToBuild.FlavorToBuild)%22 /%3E%0D%0A</AdditionalVCOverrides> Currently, ...Show All

  • Visual C# Why Won't My App Run on Windows 2003 Server?

    I am taking my first stab at writing an application in C#. My App is designed to watch a folder and report any created deleted or modified files. I created a simple form where changes are wrtiiten to a textbox, and concequently to a log file. I used the FileSystemWatcher Object, and wrtie to the text box and log file on the change events. This application runs fine on my XP machine, but fails to even launch on my 2003 server. I tried just a normal form on my 2003 server and it ran fine. Anything that could point me in the right direction would be great. Thanks Hi it could be that - you are missing some dll's specific to you application... - there are some security constraints - ... what is the startup code of ...Show All

  • Visual Studio Use dataset in Custom code

    I have 2 datasets, one with five dates and the other with the main data for the report. These five dates will be column headings for the report. Since there isn't function for getting, the Second, Third, etc. like there is for First(), I'm creating some custom code to get the date. I thought I could do something like: Public Function GetDateField(Idx as Integer) GetDateField = dsDates.Rows(Idx).Item("record_date") End Sub but that's not working with "dsDates has not been defined." How do you work with the dataset in Custom Code Thanks in advance to anyone who can give the syntax for this. Carl Here's another possible idea I'm not sure how to go about implementing.. ...Show All

  • Visual Studio 2008 (Pre-release) ToDataTable() and null values

    //Create DataSet DataSet someset = new DataSet (); //Fill DataSet DataClassFillSet(someset); //QueryDataSet var q = from o in someset. Customer select new { o.CustomerID, o.NullSometimes }; //Make data table out of our query. DataTable atable = q.ToDataTable();   The NullSometimes throws an exception when the value in the column is null, how does one avoid this I think the problem is that this is a strongly typed dataset and the null value is being cast to a type, which fails. How can I tell linq to check nulls Are the null values on a value type (like Int, Guid, DateTime, etc) If so, the CTP implementation doesn't handle these. There are ways to work around it, but no ...Show All

  • Visual C# Convert the following line from Class Diagram to code ?

    Hello Guys, I got a class diagram and it had something like this +Find(obj:Object):ICollection<Test> Now to move this to code... I have a Test Class so this is what I did public ICollection<Test> Find(Object obj) { //Now the Test class doesn't inherit ICollection, if I need to return the Result how should I do it. Or do I need to make change to Test class (keeping in mind that code is written by someone else and I can make almost no changes there) } Please advise.... Thanks, Harsimrat Sorry, my mistake. you have to use a class that implements the interface. List<Test> result = new List<Test>(0); // add your find objects with result. ...Show All

  • Software Development for Windows Vista stop printing from a filter

    is it possible to stop the printing from an xps filter would a call to RequestShutdown be the proper way to cancel the printing RequestShutdown(HRESULT_FROM_WIN32(ERROR_PRINT_CANCELLED)) works, too ...Show All

  • Visual C++ SHSipPreference link erro and wWinMainCRTStartup erro migrating the code from vC++4.0 to vs2005,

    i have the same problem when migrating the code from vC++4.0 to vs2005, 1>Linking... 1>SelectPartDlg.obj : error LNK2001: unresolved external symbol SHSipPreference 1>FileOpenDlg.obj : error LNK2019: unresolved external symbol SHSipPreference referenced in function "protected: void __cdecl CFileOpenDlg::SoftwareKeyboard(enum tagSIPSTATE)" ( SoftwareKeyboard@CFileOpenDlg@@IAAXW4tagSIPSTATE@@@Z ) 1>InputSerNumber.obj : error LNK2001: unresolved external symbol SHSipPreference 1>RecordInfo.obj : error LNK2001: unresolved external symbol SHSipPreference 1>RTAView.obj : error LNK2001: unresolved external symbol SHSipPreference 1>RTA.obj : error LNK2019: unresolved external symbol SHInitExtraControls refer ...Show All

  • Visual Studio Team System MSBuild script question for VSDBPro

    I'm trying to integrate a solution that has two VSDBPro projects into my automated build. Here are some snippets from my build script file: < PropertyGroup > < TargetConnectionString > Data Source=DevServer001;Integrated Security=True;Pooling=False </ TargetConnectionString > </ PropertyGroup > < ItemGroup > < DBSolution Include = " DatabaseSource\DBProjects.sln " /> </ ItemGroup > < Target Name = " BuildDBSource " > < MSBuild StopOnFirstFailure = " true " Projects = " @(DBSolution) " Targets = " Build;Deploy " Properties = " $(TargetConnectionString) " ...Show All

  • Windows Forms what i can do with GDI

    I want to write a project that has some function likes WordArt of Microsoft Words. it can fit the text to any pattern I want to use GDI to deverlop my project. so, could you tell me, what is supported by GUI (not use GUI plush) . thanks & regards!!! Nope, wrong forum. We use the Graphics class here. If you really want to use GDI, start reading here and post any questions you may have at the C++ General forum. ...Show All

  • Visual Studio Team System Web Test don’t record requests after few steps

    Hi, I am trying to create web test to automate online application process and Web Test don’t record requests after few steps. For Example Step 1: www.flexcar.com record Step 2: Click on apply now record Step 3: Click on next step ( Doesn’t record any request beyond this point) I tried to use Fiddler to get request, and I get these urls http://www.flexcar.com/WebResource.axd d=3fRdxPAx6QE_ZBLFCvja3w2&t=632781598709843750 http://www.flexcar.com/WebResource.axd d=n1l5QH8c7uME47SjM3oAwtWDGx4wPo5O0&t=632781598709843750 But, when add these requests manual to my web test next page are not displayed. This website is developed in Asp.net (C#) using DotNetNuke. ...Show All

  • Visual C# DataSet copy parts of coulmn.

    Hi I have DataSet.Tables[0] with 8 coulmns how i can to copy parts of coulmns to another DataSet. ...Show All

  • Visual Studio 2008 (Pre-release) CultureUI question

    A quick question about localization. After adding <UICulture>en-US</UICulture> tags to my project file, it complains that application.xaml does not belong to the project. Cleaning / rebuilding project did not help. However, removing the said line fixes the problem. What could be the cause of the problem Thanks in advance. ok the problem was fixed by adding UltimateResourceFallbackLocation.Satellite to NeutralResourceLanguageAttribute in AssemblyInfo.cs. Bizarre ...Show All

  • Windows Live Developer Forums Retrieving Lat & Lon from an address without a map

    I have a web form that enables users to enter an address, and is supposed to return a latitude and longitude for that address. Unfortunately, I've been unable to find any articles or code that can return these values. Any help is greatly appreciated. Thanks! You can of course hide the map, defining the div as: <div id="map" style="display: none;"></div> The user still has to load the map etc (so it will take some time to load) but you can use the Find method :-) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Custom Importers

    I am confused about how to get these working. I have read posts, google results, MSDN, etc. but I am still confused about what do to to get a custom importer working. Anyone have any links to tutorials or source that I could take a look at Anything would be helpful Thanks Well the different XYZContent thingies aren't very well documented so for writing a more complex importer for say geometry things aren't very clear. For more simple things the docs are just fine and you should be ok. ...Show All

  • Visual C++ Concatenation (sp?) of char* and int types

    Hi, is there any way that I can concatenate two variables of type char* and int For example: char* var1="hello"; int var2=3; How can I arrive at "hello3" and store it in a char* format Thanks in advanced. ---Dan Thank you but I found a different solution: string str="hello"; str.append(3); char* c=const_cast<char*>(str.data()); Thanks anyway. ...Show All

©2008 Software Development Network