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

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

Liberato78

Member List

Noam
RC_SSIS
mymsdndoc
Shaby
Kevin Herbert
vessel
dacoty
Gilmorenator
mallakishore
SimonQ
Icesniper789
marek.dziedzic
vijji
Scot5691
grogmaster
Jason McCullough [MSFT]
Fuzze
Mahir Quluzade
jongwoo
TingPalm
Only Title

Liberato78's Q&A profile

  • Visual Studio Express Editions error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup

    I have already walk through every detail described in this forum but i find this problem keep jumping out in front of me I have installed psdk-x86.exe    added    corewin_express.vsprops   additional dependencies :                     kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib Executable files: C:\Program Files\Microsoft Platform SDK\Bin Include files: C:\Program Files\Microsoft Platform SDK\include ...Show All

  • Visual Studio 2008 (Pre-release) How to trace WCF with TcpTrace

    Check out the following for details: http://pluralsight.com/blogs/aaron/archive/2006/04/17/21870.aspx Aaron Skonnard, Pluralsight Good to know - I had previously tried and failed to use TcpTrace! cheers - Donovan ...Show All

  • Visual Studio Tools for Office How to create hidden message in a folder

    I'm looking at code sample in VB to create this such of message. Jean, You will need to work with MAPI properties on your message to do this. There is a property, I believe isHidden for this purpose. It is helpful to remember that this forum is mainly for issues that directly pertain to the Visual Studio Tools for Office tools per se. So you will be best served by posing this question to a forum or newsgroup wholly dedicated to application-specific issues such as yours. Here is a link to resources that will help you: http://blogs.msdn.com/johnrdurant/archive/2005/12/07/vsto_outlook_resourcelist.aspx John. ...Show All

  • Smart Device Development CE_ACTIVEX was not defined because this Windows CE SDK does not have DCOM

    I have a large CE workspace that I migrated from CE 4.0 to CE 5.0 using the built in conversion tool in VS 2005.  When I try to compile any of the COM dll's I get the following series of messages: 1>_CE_ACTIVEX was not defined because this Windows CE SDK does not have DCOM. 1> _CE_ACTIVEX could be caused to be defined by defining _CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA, but it is recommended that this be done only for single-threaded apps. 1>_ATL_NO_HOSTING was defined because _CE_ACTIVEX was not defined. 1>WINVER was defined to be 0x0400, as it was either not set or set to a lower value 1>F:\Program Files\Microsoft ...Show All

  • Smart Device Development What architecture is the wm5 emulator really?

    This  mrc  p15, 0, r0, c0, c0, 0 returns  R0 = 0 x69059201 The group of bits16-19 (*) indicates the architecture.  According to the ARM,  this (05) is a 5TE.  However, this  if (_AddSatInt(32767,32767) == 4444) { GPFs (makes it to an exception handler, code = 0xc000001d) when run in an emulator, but executes fine on real ARMv5TE processors.  This intrinsic (boils down to a qadd) is part of the E/DSP extensions (the E in 5TE).  So, is it supposed to be a 5TE, or a 5T   A 5T should have 04 in bits 19-23, So, what architecture is the wm5 emulator really   ...Show All

  • Visual Basic Connecting to a server

    im using the exportXML command in Microsoft Access 2003 to export a .xml file to my website. I have been experiementing with the exportXML command and have been able to export a table to a folder at my website. The problem is that before the table is exported i get a connect to website dialog box where you enter your server user name and password. Once submitted the .xml file is exported successfully. I would like to write some code that hides the connect to website dialog box and fills in the information automatically so users of my database dont see the connection. I have searched and search the net and are struggling to find exam ...Show All

  • SQL Server HTML String Rendering in a Report

    We have a "Comment" field that is saved as a HTML string to the DB. This field needs to be pulled into a report as rendered HTML. I know this has been hashed out before, but has anybody found a good solution in the past couple of months We are thinking about storing two versions of the Comment in the DB: one with HTML, one as simple text. Has anybody found this an acceptable solution I know it flies in the face of good DB design, but it seems the quickest, easiest solution... Any word if this will be fixed in the next major release of SSRS Can we expect this release any time soon Thanks for looking, Smith ...Show All

  • Visual Studio Express Editions How to Run a Exe

    Hi Guys, I want to run a Exe file which is stored in the Server but install few components in the client using ASP program.   E.g. I have a Crystal Viewer activex Setup Program in the Server. When i run this setup program from the client this viewer should be installed in the client computer.   I would trigger this Setup.Exe using a hyperlink or but a click of a button.    I want this to work in a internet environment. Looking for a response ASAP. Plz Help me out here.   Thanks Guys Dadson - Take a look at the ClickOnce deployment technologies ( http://msdn.microsoft.com/sm ...Show All

  • Windows Forms Replicate Large Text editing as seen in visual studio

    In the properties window of a TextBox, if Multiline is set to true, when you click to edit the Text property, you are able to click an arrow and get a popup area to enter a large amount of text. I want to replicate this in a datagridview, but there doesn't seem to be an obvious way to do it. Am I missing something here or do I have to create custom DataGridViewCell/Column classes (I dont mind if i do, it would just be better if it was already built in) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. MFC and a Dialog frame showing the Direct X dispaly.

    Using the App Wizard that comes with Direct X 9 and Visual Studio 6 (because that is what the app wizard was created for (I know i'm lazy)). I have started on a single document mfc application with a picture frame where the Direct X renderings are displayed place. I have now completed the majority of what will be shown in that window and wish to create other diologs also showing frames like this. That app wizards builds this functionallity it dirives the main window from the pre-definec CD3DApplication. So in the dialog i have tried the same filling the required fields with the data CD3DApplication requires however running the ...Show All

  • .NET Development Getting data from the server to the client?

    I have a server that does lots of stuff.   I have a client that can create remote objects on the server.   I need to get data from the server to the client but I am having problems.   I think there is an obvious solution but I am just not seeing it.   Here is the scenario:   The sever starts up and makes a configuration list instance.   The server holds this list in its memory and often updates the data within this list.   The client eventually makes a remote object on the server.   Now I need that remote object to get information from the server’s instance.   But, I can’t figure out how t ...Show All

  • Visual Basic How to restrict number of rows in a collection?

    Hi All In our project we have a Segment class & SegmentList class derived from BindingList(of Segment). Our requirnmet is user can only add upto 10 row in SegmentList . Please suggest how can this be done Thanks Deepak Malviya You could try checking the current count when you are adding another Segment. My best guess would be to override the InsertItem method (from Collection(Of T)). Public Class SegmentList ...other code Protected Overrides Sub InsertItem(ByVal index As Integer, ByVal item As Integer) If Me.Count >= 10 Then Throw New TooManyException MyBase.InsertItem(index, item) End Sub End Class ...Show All

  • Software Development for Windows Vista Workflow Foundation in Framework 1.1

    Hi, I'm a newbe 2 WFM so just enjoy my ignorance. We are still using Studio 2003 for our Web Applications - is there any way to use WMF with Framework 1.1 From all info I'm getting now, it seems like WMF is something for framework 2.2, no examples for vs2003. Thanks in advance. GotIt PS Have I posed this question in wrong forum Please correct me. Sorry dude, it’s not possible I think. You'll need Framework 2.0 and WinFX. Windows Workflow Extensions for Visual Studio are for Visual Studio 2005 (RTM) only. Even Express Editions can't use them. HTH. ...Show All

  • Visual Studio How can I sign my VSI package ?

    I created a project template, a couple of Item Templates and some code snippets to make it easier for developpers to use our framework. I packaged them into a VSI file which works perfectly. During the install I get a warning that the VSI is not signed. I can't see any publisher information in the Visual Studio Content Installer. I would like to sign my VSI but I can't find a way to do this. extra info: http://msdn2.microsoft.com/en-us/library/ms185314.aspx thanks in advance Hi Craigs, I saw the answer of the thread in community and I also met that problem. Now I have install the toys. And I did follow steps: 1.I copy the ...Show All

  • Visual Studio Adding code in VSTA IDE for some event in my application

    Hi, I have incorporated VSTA within my application. I have created and registered the proxy object model for my application. But I am wondering now how to add code in VSTA IDE for some event in my main application. Say I wana show some menu showing Add VSTA code on roght click of a button on my application (this is easy) but how do on clicking this button do I generate some method as Button_Click in VSTA Ide and get it connected to my button click. Thanks in Advance. Hi, you cant pass the button across to the addin so you have to create a sudo button that has the events and any proper ...Show All

©2008 Software Development Network