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

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

bubberz

Member List

Mike_A139353
Cypherroo
mp2005
D13G0
Bernie Yung
JVE_WA
Patrick Schmid
miker55
Dmitry_
Michiel Wories - MSFT
stan_siu
John Winstanley
lmdatinh
MSA37646
FluffyKO
FredDC
Sniperumm
Todd Gill
yj2000
AMaher
Only Title

bubberz's Q&A profile

  • Visual C++ how to copy directory ?

    Hi People, i was going through the API regarding copying of a directory from one location to another, however, the MSDN always seems to point back to the "Directory" class to do the copying. However i could not find any examples which could help me or show me what needs to be called and passed in when using the Direcory class to copy whole directories. The easiest way is to use the SHFileOperation API function.  This way you get the exact same results as if you were copying using Windows Explorer. If you need sample code let me know, otherwise you can google it. ...Show All

  • Visual Studio Team System Windows SharePoint is not configured as recommended by TFS

    Hi, the headline says it all - it comes up, when I start the TSF-Services setup. But the installation doesn't say, what it likes to have exactly done in addition ! Can anybody help Thx, Klaus - Uninstall SharePoint. - Clear away any empty Application Pools that may have been left behind in IIS as a result of this (e.g. StsAdminAppPool). - Install SharePoint using the steps indicated in the Team Foundation Installation Guide. ...Show All

  • SQL Server Deploying .Net / SQL Server 2005 replication

    Hi, I am experiencing a problem with deployment of a VB .Net application which carries out merge replication, and would greatly appreciate any assistance. I am currently struggling to find stuff about my problem on the net, which probably means either (a) I'm missing something really simple or (b) I shouldn't be trying to do this in the first place. :) The story so far: 1. I added the SQLMergXLib.dll COM to my Visual Studio project, allowing me access to SQL Server merge replication functionality from my code, and wrote a procedure for synchronising a given pull subscription. This worked beautifully and with minimal fuss. 2. I tried to ...Show All

  • Visual Studio disabling the visual studio hosting process..

    Is there any solution that disable the Visual Studio hosting process without clear "Enable the visual studio hosting process" checkbox in the project properties panel Do you want to disable the hosting process for all your project types so that all your project templates will have the hosting process disabled BTW, why do you want to disable the host hosting process Habib Heydarian Program Manager Visual Studio Debugger ...Show All

  • Windows Forms IssueVision Middle Panel

    Is it possible to "extract" the IssueList control of the IssueVision app, and include it in other apps Thanks Basically you have to write the databinding code so that you object only cares for datasources that implement the following interfaces: IBindingList, IList, ICollection, IEnumerable,  and ITypedList. Then you should be able to visually "bind"&nbs ...Show All

  • Windows Forms Hidden Fields

    Hi, I have a problem with hidden fields. Is there a possibility to hide fields from the Designer, which have the Property visible=false I have dialogs, which have a lot of hidden fields, so that the designing of these dialogs is very difficult. Thanks for your help Thorsten ok. . . are you ready I couldn't get it to do exactly what you want, but I think it will work. It always draws the control in the background of its parent independent of its visible property. to get it completely invisible - set its border to [none] create a class library project, call it "HiddenControls", delete t ...Show All

  • Software Development for Windows Vista DirectX AudioVideoPlayback Managed Interfaces for .net 2.0

    I was told that "AudioVideoPlayback wraps DirectShow which has been moved out of the DirectX team and into the platform SDK." Is there a .net 2.0 SDK supporting AudioVideoPlayback interfaces Have you looked at http://DirectShowNet.SourceForge.net I believe this can be compiled with VS2005. While there are some warning errors , I believe they can be ignored. ...Show All

  • Visual C# serious problem

     hi I have a problem, it happens in VS 2003 pro and VS2005. When I write code, even the most simple things: Console.Writeline "enter your name"; I get a error ; expected, even when it is in. I don't know why and have tried a lot of things to no-fix solution. Can anyone help me with this, as I can't seem to cure it. If you have come up with the same thing and found a fix could you share it with me.                            thank you Garry In C#, parentheses are required around all method arguments. Fo ...Show All

  • Smart Device Development How can I override a handler for a Form ControlBox

    I have an form, and I'd like to have the controlbox on it (upper right corner close/max/min). How do I override the handler for the close   Learning the .NET Framework still.  Whats the correct way to do this Thanks. I got this to work but the property name is: Me.MinimizeBox = False Probably the confusion is that "X" means close in Windows XP but Minimize in the mobile O.S., in my case I am using CE 5.0. So obviously the Closed event is not raised when the window is minimized, even though the X intuitively should be "close". Instead, "ok" means close. Just my two cents. ...Show All

  • Visual Studio Express Editions Next page - HasMorePages

    Hi, I fill my printdocument with handly positions. Page 1 works correct. But it doesn't go to page 2. Dim intHoogte As Integer = 120 while (blablabla) If intHoogte Mod 73 = 0 Then ev.HasMorePages = True intHoogte = 120 End If intHoogte += 15 End While After this code, the text for page 2 appears on height 120 on page 1. Guessing a bit here. I assume this code is inside a PrintPage event handler and that you use intHoogte to track how much you've printed sofar, generating a new page when you've output 73 lines of text. Make sure you exit the event handler after yo ...Show All

  • Windows Forms Invalid value for 'Clrversion'

    When I try to publish my program i get this Error: Invalid value for 'Clrversion' I guess it is a problem with my framework. I don't get any errors when I build or debug my program. Any one who can tell my how to resolve this issue Hi Thomas, Is this happening when you click Publish in the IDE, or is it happening when you try to install it on another computer If it's the latter, the .NET Framework version 2.0 needs to be installed on the target computer or installation will fail. Hope this helps, Steve Hoag Visual Basic Express ...Show All

  • Visual Studio Express Editions Tutorial for working with VB 2005 & access?

    Does anyone know of a simple Tutorial for working with VB 2005 beta 2 & access - This cant be hard, I just cant find the info I need. I want to build a form to read from an access DB as well update the same DB. I just need to see in detail how the info gets passed. Thanks a bunch, Steve Yeah...patience never was my strong suit either   It gives ya something to look at while you wait for your book Most of the samples are for MSDE (free SQL Server with 2Gig limit) or SQL Server anyway. I just added a datagridview control which gave me a wizard to connect to an access database, chose a table to view i ...Show All

  • Visual Studio Sorting

    hello all my report have a chart and the category group experssion for chart data is : =Code.GetGroup(Parameters!GroupType.Value,Fields!DayTime.Value) and GetGroup Functhion is : Public Shared Function GetGroup(ByVal Value As Integer, ByVal DateValue as Date) As String Select Case Value Case 1 Return format(DateValue,"d") Case 2 Return WeekdayName(Weekday(DateValue )) Case 3 Return Day(DateValue) Case 4 Return Cint((DateValue.DayOfYear -1) / 7) +1 Case 5 Return MonthName(Month(DateValue)) Case 6 Return Year(DateValue) End Select End Function This is work fine for example X Axis ...Show All

  • SQL Server Link 2 servers over web - best method query

    Hi All, I'm trying to get a third party application to save data into my SQL Server 2000 database from a remote location. I have managed to get it working fine when it is on the local network and on a PC connected to the local network via a VPN over the internet. I want to be able to connect several such PCs to our database and also will have no control over them at the remote site - client site. As such, I don't want to use a VPN - it uses client licences in any event. I was wondering what other methods that I have to connect. For example I thought that I could get the remote application to save data into a local database (MSDE or ...Show All

  • Software Development for Windows Vista create WorkflowQueue

    Is it possible to have the WorkflowHost to create a WorkflowQueue for a workflow instance before the workflow is started I want to create a WorkflowQueue with a fixed name for each Workflow instance and to make processing fast create the queue before the workflow starts and push some objects into the queue. During execution of the workflow it will suck these objects out at some point. But i do not want to wait for the worklfow itself to create the queues. And an additional question: Does ((WorkflowInstance)instance).EnqueueItemOnIdle return immediatly Or does it wait for the workflow instance to become idle, inster the item and returns ...Show All

©2008 Software Development Network