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

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

thukralz

Member List

WIreD 0x90
dszhou
HD Land
ejamashu
Alan Barker
joseadolfo
shafiqm
Dee_dotnet_79
Scott Tachiki
BhuttCrackSpackle
Quirm
Tzal
Prashant_Rai
leovernazza
LivingstoneTech
Yu Ro
sqlexpressbeginner
paulpayne
wlaulner
Charles Lewis
Only Title

thukralz's Q&A profile

  • Commerce Server Documentation Update Link?

    The following link was briefly alive on MSDN yesterday which purported to contain an October update of the CS 2007 documentation. http://www.microsoft.com/downloads/details.aspx FamilyID=d43352eb-4ccd-42f3-8db3-0362f94364f2&DisplayLang=en However the 'download' link did not function. Now the link itself seems to be MIA. As we are always anxious for CS documentation updates, especially ones that can update the help files within the product itself, it would be great to hear when this will be really available. Thanks guys. Commerce Server 2007 Documentation Update 1 is now available for download at http:// www.microsoft.com/downloads/details.aspx familyid=eb8a5fa5-8b21-4abf-aa84-15f85c6a ...Show All

  • Visual Studio 2008 (Pre-release) Organization Chart with WPF

    I'm currently working on a Organization Chart project. Organization Data is being taken from a web service. So far I've been working with a tree view control, doing a binding to the xml data with a HierarchicalDataTemplate. Each TreeViewItem is being composed with a Label defining a Style on it. I still don't know how to show the levels horizontally instead of vertically as a TreeView usually does, or how to hide the (+) symbol. I would also prefer the Labels to have a more "Button-like" style. I'd appreciate some advice on what kind of control should I use to show this information. Thanks! <Style x:Key="HorizontalTreeItem" TargetType="{x:Type TreeViewItem}"> <Sett ...Show All

  • Software Development for Windows Vista Very Slow resuming from Hibernation and problem with FN keys and Touchpad

    Hey Since i installed Vista i've been getting a number of problems: 1. Whenever i try to resume from Hibernation it takes a long time. First the screen goes blank then if i try to press the power key nothing happens. After about 2mins or so then the computer resumes. Also it takes ages to shut down. 2. The FN keys such as increasing sound or brightness does not work anymore. The functions such as scrolling on the touchpad do not work as well. Can anyone tell me if these are common problems or is it just my comp. I have a Viao VGN-FS980. And could someone help me. Thanks. The best place to ask would probably be over at the communities: www.microsoft.com/communities since these ...Show All

  • SQL Server Horizontal Lists

    I'm trying to get a list of items from an ADO.NET dataset into a list to look thusly John, Jane, Tom, Susan The dataset contains duplicate items for John & Susan. I only want the name to appear once in the list; so I've used the hide duplicates property of the list.The expression for the name text box contains =Fields!Name & IIF(CountRows("CustomerName")<>RowNumber("CustomerName"), ",", "") The list renders as John, Jane, Tom, Susan, Susan. I'm guessing the value is evaluated before visibility in the report rendering so it's not *technically* a duplicate value. Is there another way to achieve what I'm after ...Show All

  • Visual Studio Express Editions create a control

    I need to know how i can create a control, to control an array of something (in example, sockets or checkboxes) In another post i've seen that i have to create de control and a container How does it works I would enjoy all information! Thanks! You would rarely, if ever, create a container. The Panel, Form and UserControl classes are containers and almost always do what you want. You'd use a UserControl to host a bunch of CheckBoxes. However, for sockets you'd use a class since a .NET socket is not a control. ...Show All

  • Visual Studio Express Editions 0x80040154 - publish c# application (2005 Express)

    Morning Newbie at this. Please give detailed answer or good reference. I have developed a module that uses the Quickbooks SDK to access their account system. It workes well on my machine but when I build the app and install it on a test machine without the SDK installed I am unable to access the com object. I get the following error : System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {4877276C-A727-486D-B201-F096035CA4DF} failed due to the following error: 80040154. at QBInterface.IQBCustomer.LoadQBCustomers(). ErrLookup tell me that this means that the class is not registered. Please can someone tell me how (if possible) build an installation (msi) file from ...Show All

  • Visual Studio Team System Pre Deployment occurs after database is created

    The pre deployment scripts occur after the database is dropped and recreated. If the database is replicated the drop fails because the script doesn't check if the database is replicated before dropping. I have a script that removes replication but I can't get it to run before the drop database occurs. Is there any way I can get a script to run before the drop database command is fired. ...Show All

  • Visual Studio Express Editions Custom coloured scroll bars?

    My program so far is looking good except I got these nasty looking blue scroll bars, which don't fit in with the look of my program. Is there a way to change the color of these scroll bars You could draw your own. This is just a starter. You will have to do most of the work yourself.... Dim ProgValue As Integer Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ProgValue += 15 End Sub Private Sub Form1_Paint( ByVal sender As Object , ByVal e As System.Windows.Forms.PaintEventArgs) Handles Me .Paint Dim myPen As New Pen(Color.CornflowerBlue) myPen.Width = 2 Me .CreateGraph ...Show All

  • Windows Live Developer Forums Why are all the pushpins in the SDK demos misplaced?

    I am curious why the pushpins in all of the Interactive SDK samples are not properly handled. As you zoom in and out on the map, the point that the pushpin is pointing to moves. For example, bring up the Interactive SDK and select Use pushpins->Add a default pushpin from the left menu. A pushpin is placed on the map pointing near the northern border of Nebraska. Now zoom out once. The pushpin is now pointing to the center of Nebraska. Zoom out again and the pushpin is in Kansas! The reason is because it is positioning the center of the pushpin image, not the "point". This is easily fixed with CSS styles, which can be embedded in the HTML sample code. The same occurs on all the other samples I have looked at. I am using Firefox ...Show All

  • Windows Live Developer Forums Multi point route

    Hi, Simple question...is it possible to have a route with multiple stops on it. I don't want to just go from A to B, I want to go from A to B to C to D. Is there something I'm missing or is this a fundamental omission Hope someone knows Cheers I asked Alex Daley ( http://blogs.msdn.com/virtualearth/default.aspx ) from the Virtual Earth team and he said there are no plans to include support for routes with more than two points on the Virtual Earth Mapping Control at this point. ...Show All

  • Visual Studio How to display chart in web application in browser

    I need to display a chart using crystal report for Visual Studio .net 2005 in a web application (C#). I can see the chart in the Preview window, and also can see it when export it to a word document; but can't see it in browser when running the program. My codes are: pivate void Page_Init(object sender, EventArgs e) {    ConfigureCrystalReport(): } private void ConfigCrystalReport() {    SQLReport = new Report Document();    SQLReport.Load(@"C:\WebSite\CrystalReportTest\SQLTestReport.rpt");    CrystalReportViewer1.ReportSource = SQLReport; } ...... My report data is from a SQL command: (I want to draw a chart to display the distribution of the Birth Years) select co ...Show All

  • Windows Forms OwnerDraw TextBox

    I'm having a little problem here, with TextBox. As far as i understood, is pretty hard to create custom textbox, derived from textbox control, so, i need textbox, with little less borders, and with custom colors, anyway, how to make it, that my Custom TextBox have one border(Top) with custom color Any ideas Hi Vitalijus, if you want to make your own custom controls with your own look and feel then you can override the OnPaint and OnPaintBackground methods in your class which derive from TextBox. The background paint method can be used to paint borders and background colours and the paint method can be used to draw the text in the textbox. This site gives some good tips and tricks regarding GDI+ ...Show All

  • Visual FoxPro How to manipulate BROWSE NAME objects?

    I am trying to manipulate a browse object. I'm doing a browse nowait and then I make changes to some properties of the object. But then, I can't set focus to the browse window. The following runs through the code all the way to the 'Done'. How can I activate the browse window Thanks. CREATE CURSOR tmprug (rugno c(6) ) INSERT INTO tmprug VALUES ("000001") INSERT INTO tmprug VALUES ("000001") GO top define wind rugs from 06,0 to 18,90 font "Tahoma",10 grow brow fields item=recno():4:w=.F.,rugno NAME oBname wind rugs nowait oBname.AllowAddNew = .T. oBname.column1.setfocus() ACTIVATE WINDOW tmprug WAIT "Done" wind Alen-let me say it again. DON'T use Browse in applications. I ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Drastic FPS fall,when rendering QUAD

    Hello guys, I've been working on my 3D directx game for a while and I've recently added QUAD(ship cockpit), inversly transformed to VIEW, so its like GUI. However, I am encountering big fall FPS - well normally my time delay between frames is 17 ms, but when I render quad it jumps to 50 'ms'. What's strange is that rendering tha quad + needed preRender+postRender takes just 6 'us'. So why is there 5000x longer delay. Moreover, I've noticed that I can bypass time delay increase by rendering quad without being scaled and transformed to [0,0,1]=> (further to the front) position - there is no TIME INCREASE...but then the "cockpit image" takes just 30% of the screen and so it is not very realistic. Some info about the imag ...Show All

  • Windows Live Developer Forums Send MSN message using C#

    Is there any way to use MSN API in C#, I want to put feature in our current applicaiton to Send message to Perticular MSN Id..using its API or SDK. How can i achieve above goal. Thanks in Advance... Ronak No, that's not possible. The only way to do it is to make a bot that's always online that can interact with your current application to send messages, but the bot's can't initiate conversations at the moment so that's not possible. ...Show All

©2008 Software Development Network