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

Software Development Network >> Bruce Baker's Q&A profile

Bruce Baker

Member List

Joel_F
Luis Esteban Valencia MCP Web
Jason Jaegers
Prasad Selladurai
aspfun
pushpraj
acki4711
MaggieChan
Richard Bladh
Kouroshd
Georgedinu
cablehead
RavinderSingh
Arrow144
Neotech
SgtDuty
kumarangopi
Stanislav Ogryzkov
chaza
chicagoclone
Only Title

Bruce Baker's Q&A profile

  • .NET Development convert any font into unicode

    hi forum How to convert any font into unicode Character in .Net . thanking you in advance You'll need to create a string using the right characters to use the glyphs in your font. Unfortunately, we in the Western world are blissfully unaware on how to do this. I suspect you need to use an IME to enter the string. Or use the Charmap.exe applet to find out what codepoints you need to use... ...Show All

  • SQL Server Unable to load client print control

    When you display a SQL Reporting Services report to the screen in the header there is a Printer Icon displayed. When we click this icon we get an error message "Unable to load client print control ". Does anyone know what we need to load or what we need to do to resolve this so that we can print the report directly to teh printer, rather than having ot prinnt the web page, which also prints all the Web headre information To manually install the .CAB file: 1. Download the .cab file and save it on your desktop. 2. After the file is saved on your desktop, right-click the Iuctl.cab file, and then click Open 3. Select all the files that are listed. To do this, point to the file list, and then p ...Show All

  • SharePoint Products and Technologies Adding users

    Hi, I created a top level website using wss 3.0 Now I added two groups "Users" and "Admin" I'm adding the users from ADS.....problem I'm facing is that now I want to add a user in both the groups.....when I do this I have to first select a group and then add the user and then select second group and again add the same user to this group.... Cant I assign multiple groups at a single place for a user.... Thanks MK Out of the box you cannot add the user to multiple groups, but your user will have the highest rights available so unless you need to add them to the Users group for some specific reason (like Audiences) you can just add them to the Admin groups ( ...Show All

  • Visual C++ Different behaviour of MainFrame with classic and XP styles!

    In my windows profile Windows Classic style is set. My application has no scroll control here. But when it is run on computers with XP style windows, it gets a big vertical scroll to move my View up/down. I really don't want no scrollbar on my application. First thing I did was to set FALSE parameter in View's InitInstance here:  GetParentFrame()->RecalcLayout(FALSE);  ResizeParentToFit(); ... but, it did nothing to remove my unwanted scroll! Then I tried this piece of code:  CRect r;  GetClientRect(r);  SetScaleToFitSize(CSize(r.right, r.bottom));   .. and that removes the scroll, but now left side of the mainframe is empty, and there is just about enough space left ...Show All

  • Visual Studio Express Editions MFC IN ViSUAL C++ 2005

    Hi all gurus, I am new in this forum learning vc++ 2005 . when I am starting new project I haven’t got option to make MFC console application. Any body who can help on this I am requesting them to help me on this I will highly appreciate on it. Should I have to download anything or should I have to make any setting .. I would like to hear your suggestion .. Thanks in Advance.. Jonathan Caves - MSFT wrote: You can't download a version that supports MFC - you need to purchase at least the Standard edition. While deciding whether and how to purchase the Standard edition, there is also a 90-day trial download of Visual Studio 2005 Professional . It is a bit large (2.6 GB) and I don't know that i ...Show All

  • Software Development for Windows Vista Auto-provision managed card from self issued card

    I was looking at the otto store and how they are issuing a managed card from a self issued card. I have looked at the "Creating Managed Cards" example (Thanks Garrett) and understand how to create a managed card based on the PPID of the self issued card. So the sequence would be something like: 1. User clicks on use CardSpace on the site 2. User selects a self issued card to send to the RP 3. The RP gets the token from the self issued card and decrypts/extracts the PPID (and maybe the UniqueID ). 4 Once the managed .crd file is created it is forwarded back to the CardSpace card selector of the client (this is the part I don't understand how to do) 5. The user is promted to import the managed card. (also do not k ...Show All

  • Visual Basic Max form size

    is there a way to set a form to the max screen size, it gets old going back and forwards making sure it fits. I have been using table layout panels to help make my forms, if I am right, those do scale to the form, requardless of the size of the form, I think Davids Learning There are two quick and easy ways you can set the form's size to be the max screen size. You can either set it's WindowState property to Maximized either in the designer or in code, or you can set the form's Location and Size properties based on the primary screen on the system like so: Me .Location = Screen .PrimaryScreen.WorkingArea.Location Me .Size = Screen .PrimaryScreen.WorkingArea.Size Be sur ...Show All

  • Smart Device Development application for send SMS

    Hi expert, Is there any source code or application created using VS 2005 standard edition that can use to send SMS to smartphone or pocket PC emulator .Can anyone out there provide me a link that can download this kind of application. Thanks in advance. So you don't want to send any SMS messages, you want to simulate incoming SMS on emulator. Moving thread to emulator’s forum. By the way, I’m pretty sure it was asked and answered before, using search might get you an instant answer. ...Show All

  • Visual Basic Run as administrator

    Can I write code to make an app run itself as administrator in vb2005. And is it possible to write code to reboot in vb. Thanks for any help To reboot the machine Shell("shutdown -r -t 00") You could use Process.Start instead of shell. Or maybe try using the approach in the following thread. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=86783&SiteID=1 ...Show All

  • Visual Studio 2008 (Pre-release) How to Initialize COM-Object and share it between WCF requests?

    Hi all! I created a WCF service, which I host in a windows service. In the methods of the service I create a COM object and use it to get data or modify it. But it takes a long time (2-3 seconds) to create the COM object with the 'new' operator. I don't want to do it for each method call. When I create it in a constructor, then the constructor is also executed for each request. How can I share a COM object between all WCF requests Kaan Ozturk Hi Kaan, You're correct that you can use a singleton service to share data across all requests. You just need to make sure the ServiceBehavior attribute on your service class has InstanceContextMode = InstanceContextMode.Single. You can then initialize your ...Show All

  • Windows Forms Window form with C# help

    Hi, I want to know how to implement EditInformation kind of button using window forms and C#..Please do let me know if anyone got some ideas. Thanks i want to put a button like update customer information so that a user clicks and it will allow to update the information present in the customer name field.Data is coming from the customer_info table present in customer databse on sqlserver2000 ...Show All

  • SQL Server Problems Creating Report

    Hi, I have only recently started playing around with Reporting Services (2005), and I am having some problems creating a basic report. What I want to display is a table which shows product names in the first column, sales for a specific period this year in the second column, and sales for the same period last year in the third column. The 'specific period' is determined by specifying a start week and an end week which I have set up as parameters. I have managed to produce the first 2 column with no trouble. However, for the third column I need to subtract 52 weeks from the parameters and use them as new parameter in the third column. Can anyone offer any suggestions Dave Some options: ...Show All

  • Windows Forms DataGridView RowValidating hangs/loops when e.Cancel = True

    It would seem a Mr "rohali" had something similar to this problem a few months ago and got only more questions. That thread does not really seem to have finished in any way. However I'll try again. A whole system hang with CPU=100% is not something easilly worked-around! I really need a fix.. I have a simple form with two controls - a DGV and an "Exit" button. The DGV is on a simple two field SQL table. Both fields in the database are mandatory and therefore I have a RowValidating routine to check that neither field is GetType(DBNull) before allowing the user out of the row.. Specifically, if I start a new row by typing anything into the first field in the last row of the DGV and then click someplace else in th ...Show All

  • SQL Server Full text search multiple tables

    Hi all, I want to full text search on multiple tables. Example my strSearch = example full text search engine. "SELECT TOP (100) PERCENT FT_TBL.Description AS mota, FT_TBL.test1_ID, KEY_TBL.RANK FROM dbo.test1 AS FT_TBL INNER JOIN CONTAINSTABLE(test1, *, '"+strSearch+"') AS KEY_TBL ON FT_TBL.test1_ID = KEY_TBL.[KEY] UNION ALL SELECT TOP (100) PERCENT FT_TBL1.Description1 AS mota, FT_TBL1.test2_ID, KEY_TBL1.RANK FROM dbo.test2 AS FT_TBL1 INNER JOIN CONTAINSTABLE(test2, *, '"+strSearch+"') AS KEY_TBL1 ON FT_TBL1.test2_ID = KEY_TBL1.[KEY]" I want to show results order such as GOOGLE: show top records full keyword "example full text search engine", then continune left ph ...Show All

  • Visual Studio Team System Code Analysis exception occurs after upgrading to SP1

    I have a Code Analysis issue that I can't seem to get past after upgrading to VS2005 SP1. Here are the error details: Error 488 CA0001 : Rule=Microsoft.Globalization#CA1301, Target=Client.MainForm : Object reference not set to an instance of an object. Client <Exception Keyword="CA0001" Kind="Rule" TypeName="AvoidDuplicateAccelerators" Category="Microsoft.Globalization" CheckId="CA1301" Target="Client.MainForm"> <Type>System.NullReferenceException</Type> <ExceptionMessage>Object reference not set to an instance of an object.</ExceptionMessage> <StackTrace> at Microsoft.FxCop.Rules.Globalization.AvoidDuplicateAccelerators.IsMenuItem(St ...Show All

©2008 Software Development Network