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

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

divs

Member List

Gwyn Cole
NikiB
Jmontgomery
Sathya_Subbu
Rob Lynch
ThE_lOtUs
ipa
chrisexv6
RenatoBuda
IsabelleAM
Sunny Chen
Gusbin
smilyan
luthers
Joda
CHowell
Devra J
Coqui
Ariel Martin
M.Hegazy
Only Title

divs's Q&A profile

  • Visual C# setup.msi

    hi, i create a setup project . when i execute the setup.msi it shows a message saying  ".net framework 2.0 is not installed  do u want to connect to internet and download the .net2.0 redistributable" i changed the bootstrapper option to  where the program should look the prerequsites and change it to: "download  prerequisites from the same location as my application" but it does not seem to work. strange! it works for .net 1.1  but not for .net 2.0 beta   by changing the "installurl "part of the .net launchcondition my problem is solved   ...Show All

  • Visual C# How to handle the Apostrophe when inserting into SQL

      Hello, I am using VS 2003 connecting to SQL 2005 database. What is the best way to deal with users who enter apostrophe's in their text I don't want to completely block them from using the apostrophe, but again it crashes my program when they type it in and attempt to enter data.  What do I need to do to allow them to seamlessly enter it whenever and it still does not crash my program Thanks, zero ...Show All

  • Microsoft ISV Community Center Forums Ms Access form creation

    Hi I have problem with form creation wizard. During first step wizard doesn't show the fields of my tables. Only primary key field is shown. And in next steps I face such alerts as "Invalid use of null" What I should do Per the support engineer: I wanted to find out if there are any particular repro steps. I’ve tried doing the same that was mentioned in the forums and I did not have any problem. Please clarify so that I can try and provide you with a resolution to this problem. Also, I am using Office 2003 with SP2. So may be upgrading Office to Service Pack 2 could also help, I’m not sure about it though. -brenda ...Show All

  • Visual Studio Team System Team Project Creation Failed - SQL Reporting Services?

    Having trouble apparently at the connect to SQL Reporting Services stage of creating a new project. I've checked in the reporting services config, and my username is granted all Reporting Services roles. Any help appreciated! Here's the error log (note: values in <> such as <some server> actually contain real information): 10/4/2005 4:10:06 PM | Module: Wizard | Retrieved IAuthorizationService proxy | Completion time: 0 seconds 10/4/2005 4:10:06 PM | Module: ELeadServiceMediator | Team Foundation Server proxy retrieved | Completion time: 0 seconds 10/4/2005 4:10:06 PM | Module: Wizard | TF30227: Project creation permissions retri ...Show All

  • Visual C++ why vc++ directories options cant be used in vs2005 beta2 tools->options

    In my vs2005 beta2 ,at tools->options vc++ directories options page can't be showed, have no options,and can't be used,why Hi, Are you using the Express edition If so here's a thread that discusses this http://forums.microsoft.com/msdn/ShowPost.aspx PostID=22212     cheers, Paul June A. Domag ...Show All

  • Visual C++ slow linker time: Link.exe excessive PF delta

    Recently a dll that use to link in under 1 minute has started taking over 20 minutes to link. During that time, link.exe isn't using the processor at all and it is constantly page faulting. The mem usage on link.exe is around 60 MB. When my co-workers link the same project their link time is normal with link.exe fully using the processor and consuming around 250MB. Any ideas on how to force link.exe to use more memory so it isn't constantly page faulting No luck. I have even done complete clean source code builds. The problem is now chronic for all my projects. (The others are small so the delay is less.) I ...Show All

  • Software Development for Windows Vista HandleExternalEvent: event filter / correlation

    Hello folks, I am new to WF and I am completely baffled by correlation. What I am trying to do is very simple: I have a State workflow activated by a single event from my local service with a parameter in the event args to do the disambiguation. The HandleExternalEvent activities knows those values at design time, but not at compile time. What I wanted to do initially, and what is my preferred solution, is to derive a new class from HandleExternalEventActivity, add a design-time property that will match the eventarg and filter the events for events matching the property. The problem with this approach is that HandleExternalEventActivity's vi ...Show All

  • Software Development for Windows Vista Todo List

    Hi When having many flows a situation may arrise where a person needs to approve a purchase (in flow a), check a bank account (in flow b) and give his opinion on the new office carpet (in flow c). As a programmer is there a simple API / WS or any other SIMPLE method to retract all these activities from all the flows and display them to the customer in a list or grid You need to remember that I have many customers each one with his or hers unique tasks. Later I'll develope a different web form for each task and when the customer clicks on a line on the list the relevant web form will appear and the customer will do what ever he need ...Show All

  • Windows Forms Configuration file

    i heard something about a configuration file. How does this work, is it possible to read from a file all of the options store it in the configuration file and then use it with any form. And from what i have heard about it it is possible but i have no idea how to do anything with it (color me newbie) so if you have any information&nb ...Show All

  • Visual Studio 2008 (Pre-release) ResourceDictionary Source="~/test.xaml"

    In september ctp I can set "Source" to execution directory based path to loose xaml,is something changed in november ctp It wan't work anymore.And if it really changed,why Thanks. I believe the support is still there, but you're using the deprecated path format. Specifically the tilde approach (~/) is no longer supported. You now need to use the "pack" protocol like so: pack://siteoforigin:,,,/test.xaml HTH, Drew ...Show All

  • Microsoft ISV Community Center Forums vba in excel

    Public Sub CopyStuff() Dim lngRow As Long Dim strFileName As String Hi John Try the below, you can amend as necessary, I have added a function which will help name the file as per your example Public Sub CopyStuff() Dim lngRow As Long Dim strFileName As String Dim strRange, StrRow As String On Error Resume Next MkDir ("C:\Files") On Error GoTo 0 For lngRow = 1 To 2 StrRow = Trim$(Str$(lngRow)) strRange = "A" & StrRow & ":B" & StrRow Range(strRange).Select Selection.Copy Workbooks.Add Range("A1:B1").Select ActiveSheet.Paste Application.CutCopyMode = False Appl ...Show All

  • SQL Server PIVOT statement whitout knowing values

    Just a small issue... I'm trying the new SQL 2005 (Express) because the PIVOT function was finally added. I've a table with three columns ID, Height and Width Now I'd like to have a table with for each height the number of ID for each Width The easiest way is to use the PIVOT statement.....but..... to use it in SQL2005 I should use:   SELECT Height, [100] AS Width01, [200] AS Width02 FROM ( SELECT ID, Height, Width FROM TestTable) p PIVOT ( COUNT (ID) FOR Width IN([100], [200]) ) AS pvt This kind of querry works perfectly in a static situation, but if I add new record in the table referencing the "300" Wi ...Show All

  • Software Development for Windows Vista Xaml-only workflows and customization

    I've got a question or two about the long-term plans for Xaml-only (markup-only, xoml) workflows. It seems that if you want to allow some level of end-user customization of workflows, you'll want to implement them in Xaml-only rather than using the code-only workflows. Then you can distribute a set of Xaml files with your app and load them at runtime to execute the workflows. You can even host the workflow designer and give your users a way to make changes to the Xaml in a controlled way. All of that sounds great. However, with the current way (January CTP) Xaml-only workflows are implemented, this doesn't really seem realistic. The main pro ...Show All

  • Windows Forms Load event fails to fire

    In my app the load event fails to fire if the code below is included in a custom control. Are any of the methods in that code "unsafe" so to speak protected override void OnFontChanged( EventArgs e) { base .OnFontChanged(e); using ( Graphics graphics = CreateGraphics()) { SizeF sizeText = graphics.MeasureString( "TestTekst" , this .Font); int heightText = ( int ) Math .Ceiling(sizeText.Height); FPControlSettings settings = FPControlSettings .Instance; this .m_lineSpacing = heightText + (settings.TextLineS ...Show All

  • .NET Development SqlDataSource/DataField Bug in 2.0 ?

    I've come across an odd situation. If someone has a table where a column name contains a space, and you generate a SqlDataSource on that column, some interesting things happen if you try to bind them. When I tried to bind, (in a GridView), the column name First Name via DataField="[First Name]", it gave a runtime error stating that [First Name] cannot be found in the sqlDataSource. Oddly enough, I took the brackets out and just sent it First Name, and got a Web Exception with only the following message: Incorrect syntax near nvarchar I've seen this posted a few times, but no real replies. I was wondering if anyone knew about t ...Show All

©2008 Software Development Network