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

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

wakewakeup

Member List

DavidAtPgMensys
Jimmer_BoatMan
DhawalMehta
Scott Ha
ErmyasF
coreyw2000
adam.connelly
twiggy
RameshP
Jignasha
Robert.Jack
Johny_Extreme
Carsten Loeffler
MikG
WebDunce
Mestreechteneer
cpvgd
LJWilliams
HemeFlasher
Ian_GENUX
Only Title

wakewakeup's Q&A profile

  • Windows Forms GDI+ borderless/transparent form bugs... No context menu in taskbar. Maximizes on top of taskbar.

    Does anyone know of any workarounds for these bugs   When I build a form with no border and transparency key (to make a non-rectangular custom-skinned form with a Region), I get no context menu in the taskbar (right-click -> move/resize/minimize/maximize/restore/close), and when I maximize the form it doesn't respect the taskbar boundary and will go full-screen. ...Show All

  • Visual Studio Where should a project system implement IVsGetCfgProvider

    Hello, Based on the BscPrj sample and the MPF project sample, a project system implements IVsCfgProvider on the same object that implements IVsHierarchy. Should a project system always implement IVsGetCfgProvider on the same object as IVsHierarchy   This seems to be the case in the sample code but doesn't seem to happen in C# nor VB .NET projects.  I'm listening for OnAfterOpenProject in my package, which passes in IVsHierarchy reference.  In the case of the sample projects, I can do a QI to get the IVsGetCfgProvider interface.  This doesn't work for C# nor VB .NET projects. Thanks, Notre ...Show All

  • Software Development for Windows Vista AERO GLASS (PLEASE HELP) (MVP´s would be great)

    In builds 5219 and 5231 aero glass worked fine in my ati radeon 9250, now in build 5259 doesn’t seems to work anymore, even with the "enablemachinecheck" tweak. What’s wrong   A quick guess would be you are using a different driver now, proably an in box one that isn't LDDM since the 5259 build isn't a public and would probably not have a supplemental driver pack. you shouldn't be using this build unless you are a TAP member and if you were one of those, you shouldn't be post your issues here. I would recommend going back to the 5231 build until next week when according to many news sources we a ...Show All

  • SQL Server OLE DB Source & Excel Destination

    Hi, My OLE DB Source and Excel desintation values all will be assigned during the run time but it does work during design time but as on runtime columns are different. That's why it does not work. Here is what I want to accomplish, I have table which contains all my report which needs to dumped to excel at the month end. SQL Task using ADO enumrator read one record(one report), Give that record to For Each contair which Create the Excel file on the fly using one of variable from my table and uses a stored procedure to dump data to excel using Dataflow Task. xlsQuery CREATE TABLE `Sheet1` ( `FiscalYear` Short, `FiscalPeriod` By ...Show All

  • Visual Studio Tools for Office Shared Excel Worksheet on Sharepoint

    I am contemplating the purchse of VSTO to replace some vba on an excel spreadsheet. This vba connects to 2 datasources (SQL), enables a user to enter their name and retrieve only their data, make changes and save the changes (only change the spreadsheet data, not underlying data source). The idea is to put this in a shared workspace on SP Portal and have all 6 of the people update their data and combine for viewing by the VP. I have working but with vba it's megaslow...10 minutes or more to upload. Will VSTO solve this problem Can I use VSTO to write shared excel sheets and put them up on Sharepoint THANKS I have a deadline....:( ...Show All

  • Visual Studio Team System TF30068: An exception has occurred in a TF component: Could not load 'microsoft.visualstudio.coverage.analysis'

    Hi, i've just installed TFS beta 3 + TFS Client using TFSSETUP account :), after logof and login with my admin account i'm getting this errors in MS Error Reporting: Application: VSTF Coverage Analysis Error Description: TF30068: An exception has occurred in a TF component: Could not load file or assembly  'Microsoft.VisualVtudio.Coverage.Analysis, version=8.0.0.0, Culture=neutral, PublicKeyToken=some numbers' or one of its dependencies. The system cannot find and the second Application: CoverAn.exe Error Description: Application Error What is it TIA I'm having similar issue while installing T ...Show All

  • Smart Device Development Compile DLL against CF 2.0

    I am running into a problem right now, currently the DLL's that are for my SDK are being compiled against CF 1.1. I need to compile them against CF 2.0 to see how they perform on our devices. I changed my NET_FRAMEWORK_PATH = $(SYSTEM_ROOT)/Microsoft.NET/Framework/v2.0.50727" and COMPACT_FRAMEWORK_PATH = "$(WCEROOT500_DIR)/Others/DotNetV2/Managed" I noticed that there is also a variable for COMPACT_FRAMEWORK_SDK = C:/Progra~1/Micros~1.Net/CompactFrameworkSDK/v1.0.5000 What is this variable suppose to be now, i don't believe there is a Compact Framework SDK v2 but maybe i am wrong. By the way the error I get is: The type 'Syst ...Show All

  • Software Development for Windows Vista Replicator and correlation

    Has anyone successfully used the replicator with a sequence of invoke method/event sink activities I've tried adapting various samples but can't get this to work. I have created a ChildInitialize method to access the invoke and event activities and set their properties but the property I can't set is the CorrelationReference as this need to be set to be an ActivityBind. If anyone has a sample of this then it would be most gratefully received. Much obliged, David. David, Are you using the replicator in parallel or sequential mode   Also, how are your correlations initialized   If you are initializi ...Show All

  • Visual Studio Express Editions Installing VS Express software using Group Policy

    I work for a school and we recently decided to start a programming class.  I would like to know of an easy way to install VS Express software via Group Policy to multiple computers.  If the installer was an MSI file it would be easy.  Is there an msi file for these programs   If not is there another free way to do this Bandwidth would not be an issue since the install would be to a machine (not a user) in the middle of the night when no one is at the school. As for teaching them how to install it, that might not be a bad idea ... I will suggest it to the teacher.  If she is ...Show All

  • .NET Development How to get the old typed dataset

    When I create a new typed dataset on v2 by dragging the tables into a dataset component surface I get a lot of stuff that I don't want like dataadapters, queries, connection strings, etc.  I want a type dataset the way v1.1 used to do since I have my stored procs and I use SqlHelper for for all dataadaptor creation, etc. How can I get that   I can't work with this new way that seems designed for unskilled users but that makes things more complicated for me. Thanks, Luis C. Uribe That error doesn't ring a bell, Luis.  I wasn't able to cause that problem in the small sample app I created.  If you can provide steps to r ...Show All

  • Visual Studio Team System Difference between WorkItemLatest and WorkItemsAre

    Hi, I'm new to TFS. Got some queries..when i checked the columns between workitemlatest and workitemsare tables in TfsWorkItemTracking i found that most of the columns (All the columns except WorkItemLatest contains RevisedDate field) are same. And I found that no of rows also same! What is the difference between these and Which one will have the latest data...Please enlighten :) Regards Nithi The schemas for the databases aren't documented, because they will change from release to release. What are you trying to accomplish Buck ...Show All

  • Visual Studio Express Editions How to use the timer correctly?

    Hi, Im working on an VB.NET Application. Now I've got an Problem: I want that the Browser "webbrowser1" reloads the Document every minute. But I don't know how to use the timer correctly. Could someone explain the component to me, please Thanks Fabian It's pretty simple. I'd declare your timer as a member variable. Protected Friend WithEvents WBTimer as As New System.Windows.Forms.Timer Then when you want to initialize it, remember that its time unit is milliseconds. For a one minute interval: Wbtimer.Interval = 60*1000 Wbtimer.enable= true WBtimer.start() But you aren't finished yet....... Y ...Show All

  • Visual Studio Team System BUG - Cut label at Team Project level

    If you cut a label a the team project level, you won't be able to "find" it again. (Manage Labels window) fyi... I just created a label using UI on Empty Team project folder and it worked fine. I could see the label in UI and at comamnd line. Thanks, Bhavik ...Show All

  • SQL Server Transformations involving XML in SSIS

    Hi All, Can someone help me with moving the data from sql server tables to XML files. I know this can be done with some other third party tools I wanted to do this using SSIS. Thanks ...Show All

  • Windows Forms Turning a certain point on form a specified color in MSVC++.NET

    Hi, I need to know how I can set a certain point of my form a color of my choosing. (Color found in System::Drawing::Brushes) Thanks, The Digital Pioneer OK, I'm a VB.NET Programmer too. Unfortunately, that isn't working. By sprinkling messageboxes through it, I found out that the e.Graphics.FillRectangle(Brushes.Red, x, y, rectSize.Width, rectSize.Height) command doesn't work. Thanks, The Digital Pioneer ...Show All

©2008 Software Development Network