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

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

Scottzrn

Member List

Yustme
Steve_fr88
PerPixel
Lug Vélez Schmitz
SulaimanA
David S. Anderson
EricGeorge
BobP - BIM
pessi
ElvenWong
nowhereman1960
AlexBB
Ravel
Saravanavel
bcarter00
Kolf
venup
Clay B
Qkyrie
Godspeed 2.0
Only Title

Scottzrn's Q&A profile

  • Windows Forms WinForms InterOp

    Hello All, I am developing an interop application using MFC and WinForms. I have devloped a user control in C# using Windows Forms. This control contains a TreeView with a context menu. One of the choices in the context menu opens a dialog created using a Form class. The problem appears when this dialog opens, leaving a grey area in the TreeView control area where the menu has been drawn. It seems like the TreeView control is missing a repaint message. The grey area disappears when the TreeView is forced to be redrawn. This problem appears only when the user control is placed in a MFC container using either of the classes CWinFormsControl or CWinFormsDialog. It works perfectly when the user control is placed in a WinForms form execut ...Show All

  • Windows Live Developer Forums hi

    i want msn handwritting how do u get it ...Show All

  • Architecture O/R Mapping

    O/R mapping is quite interesting.  I would like to post this question for discussion. I have the following classes: Employee, FullTimeStaff, PartTimeStaff, etc.  FullTimeStaff and PartTimeStaff have many attributes and behaviors in common and also many other unique attributes and behaviors.  So, FullTimeStaff inherits from Employee and PartTimeStaff also inherits from Employee. Do you think it is good to map both FullTimeStaff and PartTimeStaff to a single table called Employee (the table contains an extra field to identity whether he is full time or part time) in the database Hi, It's good in case you will not get new types for example offshoreStaff ! For the sake of extensibility, you just can create a ne ...Show All

  • Software Development for Windows Vista interface siemens c55 serially to computer using .net framework

    i am doing my final year project in that i have to interface siemens c55 serially to my computer using .net framework. can ne body help me in this regard can i also use assembly langauge in .net Hello, The SIEMENS C55 is a Java based mobile phone. The phone has 367kb of memory and aboud 300 kb of the are in use. You can delete applications so you get more memory available for you. Please remember that those Java applications only require a few kbs each. This is not like .NET The phone can be connected to your computer via a USB interface for datatransmission and synchronization. Uploading applications can only be done over the air, cable is not supported. If you somehow can conn ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Destructible terrain 2D

    Greetings, For lerning XNA i figured why not make a Space Invaders clone in 2D. But something escaped me, being the novice i am. How do i make the shields destroyable, as far i can se it makes no sense to make each shield one sprite. So my question is how do i build these do i build them from 1000 spirtes the size of one pixel. or do i make one sprite and overlay the destruction in some way. I dont know how to do this, anyone care to share ideas br Lasse Knudsen Jim Perry wrote: If you want to stay try to the original I don't think you'll need 4000 pixels for each shield. As Shril said, you could do it without much of a performance loss. Maybe a sprite ...Show All

  • Visual Studio documentation in spanish with NDoc

    I need to generate documentation in spanish. How can I change the lenguage I'm using VS2005 in spanish and framework 1.1 in spanish too. I know NDoc had a language option that let you specify to which language the SDK content would point but I don't think there were any options to localize the help file table of content, section titles, etc. You can use Sandcastle, the documentation tool from Microsoft, in combination with the Sandcastle Help File Builder to create help files with those items localized into Spanish, French, Italian, or German. The actual XML comments would have to be written in Spanish, etc by you or a translator of course as with NDoc. You can download Sandcastle here: http://www.m ...Show All

  • Visual C++ Access to the timezone database

    Hi all, is there an API to access the OS's timezone database (like offsets from GMT, DST rules etc.). What timezone names are used, where do I find documentation about it (i.e. the API, not tomezones in general) cheers, aa I do not know how to access timezone db. However if you search msdn for " SetTimeZoneInformation" it will explain the API part. ...Show All

  • SQL Server operating system does not support encryption

    Hi All, Iam using HP iPAq hw6500 series PDA. My application in installed in the PDA and when i try to open the application by taping on the application icon, Iam getting the following error. Error: 0x80004005 E_FAIL Native Error: (25080) Description: The operating system does not support encryption. [,,,,,] Interface defining error: IID_IDBInitialize Param. 0: 0 Param. 1: 0 Param. 2: 0 Param. 3: Param. 4: Param. 5: The application is builded on embedded VC++4.0 Can anyone help to figure out the possible reason for this error Thanks & Regards Rajeev Hi, Thanks for replying. Below mentioned is the code snippet (in red) where we are encountering the error: void CStartUp::CreateDatabase(){ CString path = A ...Show All

  • Visual Basic Operation must use an updatable query

    I have an app that shares a mdb in a shared folder at the windows server 2003. After instalation i get this message... Operation must use an updatable query I have checked everything and even given total control to authenticated users but yet got the same error. I works fine on other servers with the same deployment. Any help please Jorge Laines There are several things to look into for an access database. 1) Have you given the users rights to the mdf file or the folder Access requires a second log file to be dynamically created and destroyed when you open it. If you don't have create and remove rights on the folder, it might not work properly. 2) Make sure your table data is coming from a single table with no ag ...Show All

  • Visual Studio export PDF

    Is it possible to get export PDF feature in the CrystalReportViewer Yes it is. You should see an export button on the viewer toolbar. Once you click it you should be able to see the file types that you can "save as". What version of Crystal are you using ...Show All

  • SQL Server SQLDriverConnect Error

    I have an application I am working on and I am trying to connect to a database on SQL Server 2005 using the SQL Native Client. The database is called ' noquotes~`!@#$%^&*()_+|\}{:; />.<,_key' . The call to SQLDriverConnect fails with the error. [Microsoft][SQL Native Client][SQL Server]Cannot open database requested in login 'noquotes~`!@#$%^&*()_+|\}{:' . Login fails." I notice in the error message that the database name is truncated at the semicolon in the name of the database. I try try using {}, [ ] , single quotes to enclose the database name in the connect string, but I still get the error. Is there away around this error, or is there a list of unsupported characters that cannot be used in the database n ...Show All

  • SQL Server Sorting Data having months

    Dear all, I have a field [Month] in my table AA.having Data like ( January,February,March,April etc.) I need to sort them by starting of month lets say as January February March How i can i do this Have no index and can't define a index on this field Thanks for ur time and Help Regards Mohd Sufian If you are using SQL 2005 try this select monthcol , rank () over ( order by month ( convert ( datetime , monthcol + ' 01,06' , 107 ))) as rk from tablename ...Show All

  • SQL Server programaticaly create subscriptions

    i have one report which is common to many clients say [a..n] and many more could be added. the report for each client needs to be saved to a unc path. how do i programatically create a subscription for each client to run the same report and save to its unique unc path i.e one path for each client. You can create subscriptions programatically using the Report Server SOAP API. You can find more information here: http://msdn2.microsoft.com/en-us/library/microsoft.wssux.reportingserviceswebservice.rsmanagementservice2005.reportingservice2005.createsubscription.aspx Concerning delivery, you can create a data-driven subscription to deliver reports customized to each user. These can be sent via email, ...Show All

  • Windows Forms Runtime-only properties?

    Exactly how do I create a property for a class (specifically an inherited class from Textbox) that is runtime-only i.e. it doesn't show up in the properties grid during design-time Since the get requires use of other runtime-only properties (such as SelectionStart) and really only applies during runtime (it get's the line number that the carret is on) I know there must be some way of doing it. Thanks in advance for any help. You want to append the BrowsableAttribute to false. E.g. [Browsable(false)] public String GetMeAtRunTime { get { return "Hello"; } set { } } Hope this helps. ...Show All

  • Visual Studio Express Editions how some help fix my code?

    'Create a new MailMessage object and specify the"From" and "To" addresses Dim Email As New System.Net.Mail.MailMessage(" From@abc.com ", " To@abc.com ") Email.Subject = "test subject" Email.Body = "this is a test" Dim mailClient As New System.Net.Mail.SmtpClient() 'This object stores the authentication values Dim basicAuthenticationInfo As _ New System.Net.NetworkCredential("username", "password") 'Put your own, or your ISPs, mail server name onthis next line mailClient.Host = "Mail.RemoteMailServer.com" mailClient.UseDefaultCredentials = False mailClient.Credentials = basicAuthenticationInfo ...Show All

©2008 Software Development Network