Bobasaurus's Q&A profile
Software Development for Windows Vista How to integrate WWF with Sharepoint or Infopath
Can anyone explain, how to integrate WWF with Sharepoint or Infopath http://www.microsoft.com/office/preview/community/newsgroups.mspx is a better place to asks your questions. This is the newsgroups for Office 2007 Beta 2. ...Show All
Visual Basic third-party installer for choice and security
Does vb.net express offer a way for the developer or user to decide where an app would be installed or is a third-party installer necessary If so, any recommendations McWhirter wrote: Thats good to know I was just whining to myself yesterday that the product comparison listed clickonce for the Basic Edition. I didn't wanna have to fork out the money for Pro. Now i might be happy :) Yes, I w ...Show All
Visual Studio Is it possible to export CR to PDF without embedded fonts?
We're using VB and Crystal Reports ActiveX Designer Run Time Library 10.0 to export CR results to PDF files. The PDF files always come with some embedded fonts. We browse the CRAXDRT object, but cannot find any way to export without embedded fonts. Does CR 11 have the feature Thanks for your help! Hi Keith, Thanks for your information. You're right. It seems CR 10 does not have the option to turn off the embedded fonts. I'm wondering if CR ...Show All
Smart Device Development unresolved external symbol wWinMain referenced in function wWinMainCRTStartup
Hi. I used the included wizard with VS2005 to update my EVC++ 3.0 created project. After sifting through other migration issues I ended up with the error given in the title: unresolved external symbol wWinMain referenced in function wWinMainCRTStartup Ick. I looked at another forum entry, but it did not seem to help. It just created more problems. What do I do to resolve this Keith What does the w i ...Show All
Visual Studio Team System Checkin problem in TFS MSSCCI Final
I have two files checked out and they are in two different projects. I want to check in these two files in one changeset. However, when I clicked the Check In button in the Pending Checkins window in VS.NET 2003. The TFS checkin dialog box only shows one file in one project. I clicked Check In, then it shows the other file. Is there a way to group these two files in one changeset Thanks, -hengyi Hello, ...Show All
Visual FoxPro Visual FOXPRO ODBC Drivers for windows Vista
Hi. Does any one knows where i can get the Visual FoxPro ODBC Drivers for Windows Vista Thanks. Helder Santos ODBC Drivers are not Operating System specific, they are product specific. The last version of the VFP ODBC Driver was for Version 6.0 and you can get that from this location: http://msdn.microsoft.com/vfoxpro/downloads/updates/odbc/default.aspx (look for the "Download VFPODBC.MSM&q ...Show All
Visual Basic Getting data from a database using a primary key
Hello. I am having trouble with a program. I want to be able to get some data from my database table, given the value of the primary key. This is what I have so far: projectName = DbDataSet.Projects.FindByid(projectId).name where projectName is a String, and DbDataSet is my dataset. The variable projectId is the ID of the row I want to extract the data from, but every time I run my code I get a NullReferenceException. I know ...Show All
Software Development for Windows Vista DecCTP_5270_32bit_Main_DVD Installation Problem
I install vista build 5270 on my Dell Dimension 5150, but it encount a problem, and the error information is: Problem Signature: Problem Event Name: WinSetupDiag01 Report signature 01:WinMain_idx03 Report signature 02:5270 Report signature 03:0 Report signature 04:1 Report signature 05:4 Report signature 06:0 Report signature 07:Ultmate Report signature 08:2600 Report signature 09:30053 Report signature 10:300 ...Show All
Visual Studio Register and view Help 2 collection files on a MS Virtual PC
1. I apologize in advance for being born a blonde (alas, no longer!), but what is the easiest way to register and view Help 2 collection files on a MS Virtual PC When I use the naespace.exe to view the Help 2 collections registered on my PC, I see that all of them have a filter sub-folder with a DocSet command string for the Help file that is visible in Visual Studio.NET IDE. They also have a titles sub-folde ...Show All
Visual Studio Team System Does TFS Includes VSS?
If I buy TFS do I need to buy alsoVSS or it includes version control for documents and source code hsiceo wrote: In my post I failed to mention that we are connected to our Team Server and browsing a particular project. All files in the project are visible and we can access certain functions including checkin, label, history, etc. but not checkout, new folder or add files. It sounds like the folder you're b ...Show All
Visual Basic VB vs C#. How capable is VB compared to C#?
I need some clarification please. I am learning VB.NET right now and have a co-worker who has a very strong technical background and feels very strongly that learning VB is a "waste of time in all respects" compared to C#. I don't understand this point of view. Since VB is a .NET language does it not posses the same capabilities as C# Am I on the wrong track I really enjoy the VB.NET syntax and am picking it up quickly. ...Show All
Visual C# wierd label problem
Hi. This is a wierd one. I installed VS.NET 2005 pro on my laptop a while ago (when VS.NET 2005 was released) and I did not have the issue... a label component does not allow me to make it any size I like. If i click on the component that has been dropped on to the WinForm - I see no handles on each corner of the component. I installed VS.NET 2005 on my main computer today and I noticed this issue. However, continuing on a project from my laptop ...Show All
.NET Development Open/Stream url into a string?
How do I open a web page and load everything into a string I'm trying to do something like myData = OpenURL(someurl); Thanks. Depending on what technology you want to use, take a look at http://search.msdn.microsoft.com/search/default.aspx siteId=0&tab=0&query=+OpenURL I don't have more details but you try and let us know if you face specific issues. Thanks, Ayman Shoukry VC++ Team ...Show All
.NET Development Getting network users
Hi all, I need to know how to get all the users in LAN network. I need to connect the windows server 2003 from on of the stations and get all the stations that are connected to the server. Please help... Regards... If I understand correctly you want an application that runs on your server and records who logs in/out If so, I don't think the System.Net APIs are what you want for this. ...Show All
.NET Development Can't Read & Write At The Same Time
I've got: one database (local) Two tables - both with hand-crafted DataAdapters & DataTables I open the connection object and fill a DataReader from the SelectCommand object I loop around this reader and in the process: Create an instance of a DataTable (via a function) Call the .NewRow() method several times adding data the call the .Update() method to commit the data On calling .Update( ...Show All
