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

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

WILLPOWER

Member List

RaviKalyanK
Phil Coveney
Daniel Herling
barbbayne
Roberto79
JohnKilgo
hz
Yedu
Johnny KNOBLAUCH
XiaoYu
Greggi
Yara184108
neiden
Luis Sa
Doug4636xx
Soar
YummySatay
mk0991
Ray2006
Tony Dong
Only Title

WILLPOWER's Q&A profile

  • Windows Forms RichTextBox & Microsoft Office Word 2003 Rich Text Format (RTF) Specification

    How can I find what features of the Rich Text Format specification is supported by the RichTextBox I am trying to add drawing objects via \shp , but it is clear that this feature is not supported by the control. Any direction where I can find a RTF control which if compliant with the Microsoft Office Word 2003 Rich Text Format (RTF) spec Thanks, Jim ...Show All

  • Windows Forms some WebClient questions

    Hi, there ***************************************************************** string remoteUri = "http://test.com/test/"; string fileName = "test.jpg", myStringWebResource = null; myStringWebResource = remoteUri + fileName; WebClient myWebClient = new WebClient(); myWebClient.DownloadFile(myStringWebResource,fileName); ***************************************************************** I can download file from web server. Now I have some questions, hope somebody can help&nb ...Show All

  • Smart Device Development installing .NET CF 2.0 on a Pocket PC

    hi how do I install the CF 2.0 on a Pocket PC it's currently running Windows Mobile 2003 SE thanks, well, i try to uninstalled from 'Control Panel', however, in my ppc, .net cf 2.0 still exist I use this way to check: http://msmobiles.com/users/1/archives/2005.4.20_19046/netcf2.gif does it have any affects when I using vs.2003 to write code because I think I am just gonna use cf 1.1 at the moment as I don't have vs.2005... ...Show All

  • Windows Forms Opacity and Transparancy...

    Hi I'm workin on a Splash screen (Yet another one.. :) )... and the idea is as follows. 1. When starting its completly transparant.... nothing is seen on the screen.. 2. It shall fade up until completly "solid"  (sorry about the language) 3. After a period it shall fade down until inviseble and then closed. This sequence is handled by a Timer and Opacity property.... During 2 (Splash is visible) the Splash window displays a bitmap as a background image. How can I make parts of this bitmap transparant... I've tried to use the "TransparencyKey" but i only works as long as I not changes the Opacity property from its default value (1 ...Show All

  • Visual C++ Dynamically allocated ostringstreams? Getting C strings from ostringstream instance

    I'm getting different results comparing a dynamically allocated ostringtream and a local instance. Here is the code that gives the "funny result" (dynamically allocate ostringstream) #include "stdafx.h" #include <sstream> #include <string> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { std::ostringstream *sbuf = new ostringstream(); if (sbuf != NULL) { sbuf->operator<<("This is a string"); string s = sbuf->str(); const char* str1 = s.c_str(); const char* str2 = s.data(); printf ("Echo the string: (%s)\n", s.c_str()); } if (sbuf) { delete sb ...Show All

  • SQL Server problem with Roles (Read Definition)

    Hi everybody, I have a problem: - if I assign to a role the general "Read Definition" rights (on the database), I am not able to reduce the visibility on the dimensions, since they are all with "Read Definition" rights and at least "Read" access. - on the contrary, if I dont'assign to a role the general "Read Definition" rights, and then set "Read Definition" rights on some dimensions (and the "Read" access, too), the users of this role are not allowed to connect to the OLAP database! This way, it's not possible to assign selective visibility to the dimensions, and it se ...Show All

  • .NET Development How to find framework version no?

    Hi I have .NET 2002 and .NET 2003. I'd like to know whether my framework version is older than .NET v1.0.3705 for .NET 2002, becaue some identifiers didn't recognized by compiler. Thanks, reneesol Hi, I do not have installed VS 2003 or 2002. But I think in the about Visual Studio dialog you should see your .net version. In Visual Studio 2003 you can compile against .net 1.1. You can choose this anywhere in your projects properties. ...Show All

  • Visual C++ Keyboard shortcuts?

    Is there a place in the help files with a list of all the keyboard shortcuts I have not seen one but maybe i'm looking at the wrong place. If it exist, please tell me how to find it. What i wanted to know at the moment was if there is any shortcut for the choice "go to header file" that appears when you right click in a cpp file. Thanks There is a dialog to find out what shortcuts are set and create your own. You can get to it from Tools\Options dialog and selecting the Keyboard node. I'll post a macro on my blog ( http://blogs.msdn.com/borisj ) shortly that illustrates how you can extract the full list of ...Show All

  • .NET Development SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request

    Hi all! I have problems with my web service I'm coding in C# in VS 2005. I got the above error when I execute my web service. Actually, the web service calls a method from a class that is located in another project referenced by the web service. This method reads data from a database located on our server and the error happens when I close the connection to the database with the instruction: conn.close(). Can you help me please Roxane Roxane, You find no useful information in SoapException object – because it is not a real exception thrown on the server side – it's just a warning ...Show All

  • Software Development for Windows Vista Anyone with enterprise workflow experience?

    I have spent the last several years primarily working with J2EE and IBM's mq workflow and document management products. I was brought on by my current client to consult regarding these products/technologies. However, they have spent over $100M on MS product licensing, which has led me to recently working with sharepoint and infopath out of curiosity, and I have started lookng at wwf. I have to admit, this stuff is pretty cool! Are there any other people out there with enterprise workflow experience who would be willing to share thier thoughts/ideas on wwf with me I realize it's not a stand alone server product, but does anyone have thought ...Show All

  • Visual Studio Extending VSS with IVSSEventHandler

    When using the IVSSEventHandler interface for writing a custom SourceSafe plugin, how do I trap a DELETE event of a file Some help please... Unfortunatele Delete is not one of the events that can be trapped with IVSS automation. For the list of events that can be intercepted, see this web page: http://msdn2.microsoft.com/en-us/library/microsoft.visualstudio.sourcesafe.interop.ivssevents_members.aspx Alin ...Show All

  • Windows Forms strong name file

    I have created a snk file with VS prompt Command  sn -k netTest.snk  in AssemblyInfo.vb : <Assembly: AssemblyKeyFileAttribute("netTest.snk")>  I'm using vb net and SDK says :  Visual Basic .NET looks for the key file in the directory containing the Visual Studio Solution  when I compile the DLL it cannot find the file  my project : http://localhost/netTest/netTest.v ...Show All

  • Visual Basic Build Complete Notification Sounds - another workaround

    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.  I found I didn't need notification for every warning or error durning the build, but an all done sound was very usefull.  Some sounds when doing a "Find in Files" would be nice as well. &nb ...Show All

  • Visual Studio Report View won't work?

    Where have I lost it I’m just trying to do a real simple report. Dropped a CR Report viewer on a panel on the form. mytable = New DataTable("MyTable") With Mytable .Columns.Add("Field1", GetType(String)) .Columns.Add("Field2", GetType(String)) .Columns.Add("Field3", GetType(Int32)) .Columns.Add("Field4", GetType(Int32)) .Columns.Add("Field5", GetType(Int32)) .Columns.Add("Field6", GetType(Int32)) .Columns.Add("Field7", GetType(Int32)) .Columns.Add("Field8", GetType(String)) .Columns.Add("Field9", GetType(String)) End With MyTable.PrimaryKey = New DataColumn() {MyTable.Columns("Field1")} Put some stuff into the table Dim oRpt as New Crystal ...Show All

  • Visual C# Can I trigger timer interval of 24 hours?

    Hi all, I would like to perform a job daily. May I know how to trigger a timer of interval 24 hours to perform the job Can anyone please help Thanks Just another thing, this will only work if the computer is ON, and only lets you set the time to midnight. You will have to do a little more work to ensure that the process runs if the computer just started and was off at midnight last night, or if you want the process to start at say, 9am. ...Show All

©2008 Software Development Network