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

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

ChristopheGo

Member List

Gregg2006
Bnjneer
Enix591
Matt Grove
Marcin Książek
dakota367
Jay433882
Nagu
bernb
Canada Goose
robinjam
MikeyFunk
Alvin Kuiper
vivekvishist
lushdog
Jonathan Wong
tmk7
Avi_harush
Stve445186
sbayeta
Only Title

ChristopheGo's Q&A profile

  • Smart Device Development NSIS Setup installer does not install SQL CE 3.0 but does install CF2.0 and Application cab files

    Hi there, I've build a demo app that supports Pocket PC 2003, Pocket PC 2003 SE and Windows Mobile 5. With NSIS i've created an MSI installer that works fine for installing the Compact Framework 2.0 and the application's Cab file on my Device through ActiveSync, but does not install automatically SQL Server Mobile Edition 2005. I've included the following cab files. sqlce30.ppc.wce4.armv4.cab (for Pocket PC 2003 and SE) sqlce30.ppc.wce5.armv4i.cab (for Windows Mobile 5) However the SQLCE3.0 cab will will install when you manually copy it to your device and run it from the Device. The installer is used for deployment, so i don't want to deploy it from within Visual Studio .NET 2005 (Then Visual Studio 2005 does install SQL Serve ...Show All

  • SQL Server Install SQLServerExpress Advanced Service with Visual Studio Express

    hello, i’d like to work with (first learn ) all features of the SQL Server Express Advanced Service and Visual Basic 2005 (incl. Connect SQL Server databases from Visual Studio/ VB2005). Before I’ll make a mistake with the install (the numerous versions make me confused) I’d like to ask you which is the correct way to install both : 1) Should I first install SQLServer Express Advanced Service and then Visual Studio (Visual Basic without SQLServerExpress - if it’s possible switch off this compound) or 2) Install Visual Studio Express (I’ve got the DVD from Microsoft) with (or without ) the SQLServerExpress Edition and then upgrade to the SQLServer Express Advanced Service by starting the SSE Advanced-Service setup-file thank you very much ...Show All

  • Visual Studio Team System Newbie setup problem

    I just installed TFS Workgroup and am attempting to add a group of users to it (...and to Sharepoint...and Reporting services). I began by following the "Walkthrough:Setting up groups and Permissions". I created a Windows group (but this group doesn't seem to appear under Local groups on my computer ) called TFSDevelopers and that seemed to work. Next I wanted to add this group to the list of Sharepoint Administrators.(Following "How To: Set Administrator Permissions for Windows Sharepoint Services"). I made it the "Set Sharepoint Administration Group" webpage. For the Group account name I typed in the same name I created earlier when I was setting up groups and permissions .i.e. <server name>\TFSD ...Show All

  • Windows Live Developer Forums Polyline Opacity

    Excuse me for probably overlooking something simple :) I'm trying to get semi-transparent polylines to work correctly in Firefox. At present they are showing up completely opaque in FF 1.5.0.7 and 1.5.0.8, but fine in IE7. A sample is: function GetMap() { map = new VEMap('myMap'); map.LoadMap(new VELatLong(-40.3555, 175.615), 13 ,'r'); var pl = new VEPolyline("12345",[new VELatLong(-40.3555, 175.615), new VELatLong(-40.3565, 175.655)],new VEColor(0,255,0,0.5),5); map.AddPolyline(pl); } Is this an issue with FF, my svg engine, or something I've missed Also, on a totally different note, we're porting a prototype app from GMaps, and one thing I feel is that VE methods throw ...Show All

  • Software Development for Windows Vista Activity Designer

    Hi, How can I show up a form wizard right after I drag custom activity to the designer and in the property of  custom activity who show in property window how can I show the 3 dots button- that click on it shows up form too ans last question where I declare color, picture, action menu, tooltip ant etc to activity   Thanks a lot Dror   1) For showing a form - create a custom ToolBoxItem that derives from ActivityToolBoxItem - override CreateComponentsWithUI and show your wizard there - get the input and then use it to set the properties on your activity. 2)Create a custom UITypeEditor - associate it with your property. 3) Create a custom designer - c ...Show All

  • SQL Server Looking for suggestions Cluster or Mirror

    Hello, We currently have one instance of SQL2k5 SP1. We have a couple of publications, and 30 subscribers, on the instance and are considering going to either a cluster environment or db mirroring. Currently our instance seems to be busy and I am wondering if clustering really gives it a performance boost. What are your thoughts/suggestions on going to a cluster environment versus just db mirroring Can mirroring be used for real-time failover as we need to add that as well Thanks in advance. John Fail-over clustering and database mirroring are both high availability solutions that don't have any direct effect on performance. Fail-over clustering relies on shared external storage between the node ...Show All

  • Architecture O/R Mapping and visual controls

    Hi I'm rather new to .Net: what is the best way to link persistent domain objects with data-aware visual controls What I'm trying to do is to use a rich domain model, get an O/R mapping tool/framework (e.g. NHibernate) to take care of persistence but still be able to use Girds and other DB controls. Any help would be greatly appreciated. Andrei. When binding to a dataset you actually bind to a tables defaultview object which is the one with capabilities of sorting and filtering. For List<Product> there is both sort and filtering (findall) but they both use some kind of strategy object (delegegate for find and IComparable objected for sort) so using them in data binding differs a bit between wind ...Show All

  • Visual Studio 2008 (Pre-release) Problem with Model3D as resource

    Hi all, I'm missing probably something very basic here in WPF 3D. I have derived a class from ModelVisual3D. In its constructor, the Content member needs to be assigned to one of three Model3DGroup instances. These are fairly complicated meshes to build in code, so I have these Model3DGroups defined in a XAML resourcedictionary. E.g.: Content = (Application.Current.FindResource("walkingman")) as Model3DGroup; This all seems to work (Content is successfully assigned, as far as I can examine its state in the debugger), yet somehow the 3D object is not rendered. When I put just the MeshGeometry3D definition in the resourcedictionary - and construct the Model3D object around that in code - everything is okay. Is ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Need help - disappearing lines and solids!

    Hi All, I'm having a big problem drawing lines for a C# application I'm writing. I'm using the DirectX SDK that came with visual studio 2005, directx 9 i presume. My problem is that when I draw triangles using either fillmode.wireframe or fillmode.solid, when I draw the (perspective) camera back too far the triangles disappear completely! The far plane for the camera is set to float.maxvalue. They last a little longer in wireframe mode than in solid mode, but either way is no use to me. What I need is a kind of 'hairline' drawing method, where the lines will always be at least 1 pixel x 1 pixel regardless of how far away they are from the camera... Can anyone shed some light on this Thanks in advance. Jon ...Show All

  • Visual Studio Express Editions How to make a instant messenger?

    Hey everyone! I was wondering how I would go about devloping a instant messenging program in VB Express 2005 also maybe making it possible to have it where you must sign in inorder to chat, Thanks! As I look over this code, you may want to make the subject both of the Recipient Computer name combined with the Sender Computer Name that way they can have more than one instant message at a time. ...Show All

  • Windows Forms ComboBox list(simple question)

    Hey, How do you have this code work in a combobox if (toolStripComboBox1.Text == "Add Bookmark" ) { Bookmark theNewBookmarkToAdd = new Bookmark ( this .URLtextbox.Text, "URL title: " + this .toolStripTextBox1.Text); this .theBookmarks.DoAddBookmark(theNewBookmarkToAdd); toolStrip2.Visible = false ; } else if (toolStripComboBox1.Text == "Cancel" ) { toolStrip2.Visible = false ; } So once you select Add Bookmark OR Cancel then it will prosses this code I am not using any buttons or anything just the combobox for selecting...I have tryed 3 ways but 0 worked... handle Seleted family events like TextChanged or SelectedIndexChanged so you can hand ...Show All

  • SQL Server SQL 2005 32-bit memory

    http://msdn2.microsoft.com/en-us/library/ms143685.aspx indicates 32-bit Standard Edition will support the OS maximum for memory. However, ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/34950321-2bfd-4679-8f1b-0a0a440eb443 in BOL indicates AWE is only supported in SQL 2005 Enterprise Edition. Is it possible to allocate 6-7 GB of memory to SQL 2005 Standard Edition with 8 GB of physical memory on a 32-bit Windows 2003 Enterprise Edition server It appears the disconnect is that BOL indicates Enterprise Edition is required for AWE. I also realize 64-bit does not require AWE. You need to be running eneterprise /Standard /developer SQL Server that to on 32 bit system to have awe facility. Sinc ...Show All

  • Visual Studio Express Editions How to read specific lines from a text file?

    Peeps, may I know how can I read specific lines from a text file For example from the "C:\test.text" containing: Line1 Line2 Line3 How would I only read Line 2 without having to read Line1 This would be similar in the case of reading an *.ini file: [LINE1] Line1 [LINE2] Line2 [Line3] Line3 How would i read Line2 under [LINE2] Thanks in advance the best way to parse a string is RegEx... ( <=( :.* \n){2}).* ( =\n|$) this code find 3rd line ( <=\[LINE1]\n).* ( =\n|$) this code find 1st line after [LINE1] ...Show All

  • Visual Studio Express Editions Developing an activeX components in VB express

    Could someone please tell me how to setup the project property to develop an activex components It could be as simple as turning on the "Make application COM-Visible" build option and registering the assembly with the Regasm.exe tool. Not sure if the Express edition supports this, kinda doubtful. There are lots of details on how to properly write your classes to make them work well with COM. Start reading here ... ...Show All

  • Visual Studio 2008 (Pre-release) AJAX style XAML generation on the server?

    Hello, does anybody know, if there is a way to create XAML with C# or VB dynamically on the server, and interpret it, without compiling, at the client Similar to HTML with JavaScript in today’s AJAX based browser apps Regards Thomas Hi Mike, thank you for your answer! Why is IIS 7 needed to achieve this I think any web server/programming langue can create XAML. But this is not my problem. My problem is, that pure generated XAML without C# or VB works well. But when I generate a simple XAML document with, say an C# event handler, I get an error on the client “compilation required”. Bye Thomas ...Show All

©2008 Software Development Network