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

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

qrli

Member List

KompjoeFriek
ShAdeVampirE
FERRAND
Tvercel
MrBrilliant
Dario Aznar
Lanex
Mehmet Metin Altuntas
Kevinmac
AlanSweet
Fahad349
Maxim Goncharov
TonyMcQ
bpeikes
Dan Waters [MSFT]
Ke Sun
lancasm
JawKnee
Andrew Mercer
fulish1
Only Title

qrli's Q&A profile

  • Windows Live Developer Forums Messenger Live Team Please Help! Error - "Message could not be delivered"

    I need to submit a ticket to the Microsoft Messenger Team.  For some reason the majority of the bots out there are unable to connect to the Microsoft Network. The following message is displayed to the user: The following message could not be delivered to all recipients: It seems that on rare occasions people are able to get through.  This problem started surfacing around the second week in November. Any help in resolving this problem is greatly appreciated. Thanks in advance.   Isaac Encouragebot v1.0 EncourageBot@hotmail.com   New attempt but results were not successful- I created 2 new incesoft ids - SP00....  Configured those to work for my bot ids.  Got the same issues. Hence s ...Show All

  • SQL Server How do you SELECT just one row?

    Hi All... How to you SELECT just one row from a table when you dont have something to match a field with That is how would I get only the first record with the following statement: SELECT * FROM MyTable ORDER BY DateAdded Thnx! --- Curt Use the "TOP" option:   SELECT TOP 1     * FROM MyTable ORDER BY DateADDED   -- Adam Machanic Pro SQL Server 2005, available now http://www..apress.com/book/bookDisplay.html bID=457 --     " "CurtisDeHaven"@discussions.microsoft.com " < "= UTF-8 B Q3VydGlzRGVIYXZlbg== ="@discussions.microsoft.com > wrote in message news:1964c72d-e513-442c-afa9-e4af544007a8@discu ...Show All

  • Visual Studio Excel Export formatting problem

          Hi reader ,   When i export my report to excel  , empty rows appear(not actually visible ,but they are there with a small height) between data rows. What might cause that Does anybody have an idea   In addition to this there might be bigger top and bottom padding. Reduce the padding. Remember this is applicable for columns as well. if you have column headers and footers and you don't apply proper padding for both you will get empty columns as well merged columns. Chinna. ...Show All

  • Gadgets java and gadgets

    hi all , i have tried to insert some javascript inside the gadget.js, just to make a clock working up a background table element. It works well with a iframe, but the script does'nt work inside the js file. Is there a special way to include directly javascript in th js file, because the usal way does'nt work. thank you for helping me albidochon Can you clarify what you mean by "insert some javascript" Maybe post your code Web gadgets are 100% javascript, so I don't understand how you could have problems adding javascript code to javascript code. ...Show All

  • Windows Forms an item with the same key has already been added

    I am trying to change the BackgroundImage property of a UserControl but when I try to do that from properties window VS throws "an item with the same key has already been added" exception. I did that several times in the same project. But it started to complain now. how can I solve that... Hi, I have tried again the same way as you have described in VS 2003 and VS 2005 both. But I dont get such error.... If you are using VS 2005 then please try both way, directly adding image from browse button and add into resource file too. It should work. If you are using resource file then clear all images from Resources directory and then try to import the image. If still not working then add ...Show All

  • Visual Studio Tools for Office how to add custom toolbar and button in outlook express?

    how to add custom toolbar and button in outlook express using VSTO plz give me some sample. Thanks for your posting. VSTO works with Outlook 2003 stand alone version, Outlook 2003 professional edition, not Outlook Express. You will be best served by posing this question to a forum or newsgroup wholly dedicated to application-specific issues such as yours. Here is a link to resources that will help you: Please read first: Non-VSTO Question/Issue Resources http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=174275&SiteID=1 Outlook · General programming issues: outlook.vba newsgroup http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.office.developer.outlook.vba&lang=en&cr=US · ...Show All

  • .NET Development how to read only certain fields(columns) from a loaded dataset

    1)how would i read only certain fields(columns) from a loaded dataset and display them in a datagridview for instance: if i have a datasetAll which has col1,col2,col3,col4,col5,col6.... now i want to retrieve col1,col3,col5 based on filter condition and show the results in a datagridview. thanks you can use the select method of the table to return datarows...however you will only be able to use simple filter statements.... ds . Tables (0).Select( "col='blah' And col2='blah2'" ) For more info on filter statements see the data columns expression property: http://msdn2.microsoft.com/en-us/library/cabd21yw.aspx ...Show All

  • Visual Basic how do you custom a message box?

    Hi All! Is there a way to custom a message box Change the font, font coloring, background color of box. Stuff like that. Thanks! Rudy ...Show All

  • Visual Basic The custom tool 'MSDataSetGenerator' failed while processing the file...

    Could someone please help with this nutty VS2005 error. I know I have an error in my dataset file (XSD file), but none of the errors listed after this warning message truly points to the source of the problem. In the past, when my dataset had only a few tables, it was easy to find the error. Now I have 50+ tables.... I'm not sure where to start...     The custom tool 'MSDataSetGenerator' failed while processing the file 'ItemDBDataSet.xsd'   Is there another way/VS tool I could use to find out where the error lies   Truly Frustrated, Phillip   PhillipM, In order to solve the problem, I suggest you to read this bug fix firstly: BUG: The elementFormDef ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Animation Component Problem

    I am having problem going beyond the tutorials for the Animation Components a CodePlex. I am a newbie so I guess this is more like a general problem then a problem with the Animation Component. I want to create a Player, PlayerManager, and a Camera class. This is because I can then write methods like RenderPlayers and so on. When I am nesting the ModelAnimator inside my Player class and trying to instantiate it I get an error: 'ShooterExperiment.Game1' is a 'type', which is not valid in the given context I don't know how to fix it. Plz help. Cheers Alfons That will work. :) some people like using static, some don't. You might want to check out this thread: http://forums.microsoft.com/MSDN/Sh ...Show All

  • SQL Server Reporting Services 2005 - CSV - ASCII - £(Pound symbol)

    Hi We are having problems getting Reporting Services 2005 to export to an ASCII CSV file and correctly produce a £(GBP sign). I have changed my report server .config file to read: <Extension Name="CSV1" Type="Microsoft.ReportingServices.Rendering.CsvRenderer.CsvReport,Microsoft.ReportingServices.CsvRendering"> <OverrideNames> <Name Language="en-UK">CSV - UTF-8</Name> </OverrideNames> <Configuration> <DeviceInfo> <Encoding>UTF-8</Encoding> </DeviceInfo> </Configuration> </Extension> <Extension Name="CSV2" Type="Microsoft.ReportingServices.Rendering.CsvRenderer.CsvReport,Micros ...Show All

  • SQL Server Unable to install reporting services 2005(Encrypt problem)

    Hi , I am trying to install sql reporting services 2005....i am getting this error “Error : SQL Server Setup cannot install files to the compressed or encrypted folder: C:\Program Files\Microsoft SQL Server\. To continue, make sure that your installation directories are not compressed or encrypted, or specify a different directory, and then run SQL Server Setup again.”… Please help me ..its urgent.... Regrads Pradeep Dear , Change the location of the installlation folder and have a instance installation. The error occure because already a instance is running on the defined location. HTH from sufain ...Show All

  • .NET Development Simple Reflection Question - Getting the class name?

    This is probably easy, I just stink at reflection and can't seem to locate the resource I'm looking for... I like to use Debug.WriteLine() in order to help trace events. What is particularly helpful is to know which Class and Function posted the Debug, so I include that in the text, something like this: Debug.WriteLine("MyClass:MyFunction:Fired."); Of course, I have to keep retyping the Class and Function name each time I add this to a new location, what a pain. So I figured it would be easier to use reflection to figure out what class and function I'm in. Something like this: Debug .WriteLine( MethodInfo .GetCurrentMethod().Name + "():Fired" ); That does a nice job of giving me the Function name I'm in. Now I just need t ...Show All

  • SQL Server SQL Query Help

    I have table called "Workout" with column name WorkoutID,MemberID,WorkoutDate One more Table Called "Rebate" with column MemberID,Month,Year,Resubmit In temp table I wanted to insert WorkoutID,MemberID,WorkoutDate whose Rebate.Resubmit ='Y' and Workout.MemberID =Rebate.MemberID and (DATEPART(MM,WorkoutDate) = Rebate.Month AND DATEPART(YYYY,WorkoutDate) = Rebate.Year) now it is possible that there will be a row in Rebate Table with ReSubmit='Y' but has no workout in workout table for that row i wanted to insert MemberID only how the query will look like i think ur looking at something like this :; select R.MemberID,W.WorkoutID,W.WorkoutDate into #temp from Rebate ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How to use vertex normal

    I am a beginner.I can't understand the concept of vertex normal.I have refered to MSDN library.But I still can't understand it.If you can help me,I will appreciate you very much! I you have a Sphere in a Mesh of triangle, each triangle will have a Normal of it's surface But All the vertex are ''between'' many triangle A vertex might be share by 4 triangles that are normal oriented in slightly different direction The Vertex as only one Normal direction the one that is strait from the center of the sphere to the surface So, A vertex can have many Normals and each Normals must be perpendicular to a surface This sentence is true if you try to calculate the Normal with the approximation of ...Show All

©2008 Software Development Network