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

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

RB_Banc

Member List

Tollo
Chandresh
JFoushee
ChrisErven
Jegant
Lingaraj Patra
DanaBoim
B. Ritter
Blkbird
Phantom208
Masoud Farahani
gericooper
wino
vincent cheong
brown01
Stefan Daugaard Poulsen
C. Charpentier
Rashar
silentC
FC-Shiro
Only Title

RB_Banc's Q&A profile

  • SQL Server SQL SERVER SETTINGS

    When SQL Server and Web site are both on same machine, it runs fine, can get data and display in web page. but when trying to get data from remote SQL Server, it gives error. What's the setting for SQL server configure and security settings in different versions MS SQL 2000 | MS SQL 2005 ============================================== Framework 1.x | Framework 2.0 | Thanks alot. Please provide some setting help for the OK, perhaps you are using another port than the default one 1433 and you disabled SQL Browser. This service acts like a redirector service. Any request comming in f ...Show All

  • Windows Forms BalloonTipShown, etc. events non-functional?

    I'm trying something quite simple, and I fail to get the BalloonTipShown event (or BalloonTipClicked or BalloonTipClosed).  Do I have to do something to enable these events, other than simply adding my handler to the event Here's the code, in short: m_NotifyIcon = new NotifyIcon(); (add a context menu, set visible = true, add an icon, add a double click handler) m_NotifyIcon.BalloonTipShown += delegate(object sender, EventArgs e) {                 balloonTipShown = true;             }; m_NotifyIcon.ShowBalloonTip(10000, "My Title", "My Text", ToolTipIcon.Warning); The balloon pops up and behaves as yo ...Show All

  • SQL Server how to extract username and password from ftp connection manager?

    Hi, I would like to know how to programmatically extract username and password from an ftp connection manager. Thanks. I got this code but I want to get the values of every available property in a connection manager. Please help. Thanks! For Each connMgr In myConns Dim connProperties As DtsProperties = connMgr.Properties Dim connProp As DtsProperty For Each connProp In connProperties MsgBox(connProp.Name) Next Next this link should help: http://msdn2.microsoft.com/en-us/library/microsoft.sqlserver.dts.runtime.connectionmanager.properties.aspx ...Show All

  • Visual FoxPro gMinFilter

    Hello, I'm new here and with using FoxPro. I'm trying to modify an existing query from within my database. When I open the query it is asking me to locate the .dbc file. I located that with no problem but now it's asking me to "Enter the value for gMinFilter". Can anyone shed some light on what this means >> Any idea why I have to enter these parameters in every time I want to modify a query Look up Parameterized View in the help file. The reason is that the query is using a 'view' which is basically a query stored in the database. That view must have been defined with parameters (gMinFilter and gMaxFilter) and if they do not exist, VFP prompts you for the values. If you created the values before trying to run t ...Show All

  • Visual Studio Express Editions Error message "non-generic method" using ObjectDataSource and GridView

    Here is my process: (all with visual web developer 2005 Express, April version.) 1.  create new dataset in the app_code folder, called interaction.xsd.  (right-click on the app_code directory and select new...) a.  Step through the TableAdapter Configuration Wizard. b.  Select the data connection (ManagementConnection String (Web.config) c.  Create new stored procedures d.  sql statement "SELECT Interaction.* FROM Interaction e.  new stored procedure names:  InteractionSelect_sp, InteractionInsert_sp, InteractionUpdate_sp, InteractionDelete_sp f.  Fill method: FillInteraction, Get method:  GetInteraction g.  Checked Create methods to send updates directly... h.  I now have Interac ...Show All

  • .NET Development xmlschema: conditional presence of an attribute

    In a XSD is there a way to define a rule that makes an attribute required based on a condition (another attribute has a specific value) Something like: "In case the attribute 'Target' has the value 'File' the Attribute 'Filename' has to be present in the current Element else the Atrribute 'Filename' is optional." Well the W3C XSD schema language has no instructions to generally specify the presence of one attribute based on the value of another attribute. The language however allows you to define types and to extend or restrict such types. For your particular example you could first define a type alike <xs:simpleType name="TargetType"> <xs:restriction base="xs:string"> <xs:enumeratio ...Show All

  • Visual C# Differences in Integer Speeds

    As with the other thread, this concerns a C# application that performs extensive calculations. Some time ago, I tried to benchmark the performance of unsigned integers versus signed integers. Other languages seem to have faster unsigned operations, and processor architecture would support this. However, I had some bad experiences with unsigned integers causing problems when using them as indices for array access. Contrary to my expectations, unsigned integers had slightly slower performance than signed integers in the benchmark. This was when using the 1.1 Framework. My question: What is the ranking of integer speeds when compared to each other That is, which type has the best performance, which has the second best, etc. Does a UInt64 p ...Show All

  • Visual Studio Team System Custom or third party project-types in Team System

    Hi, I ran into the following on CodePlex: I have a WiX project in my solution to create an MSI setup for my product. I am using Votive which adds an extra project type to VS. Codeplex does not accept this project. Is there any way to get this project in to the CodePlex repository Thanks Yes, I am adding (trying to) a Votive project as a part of a solution into TFS on CodePlex. The first time I tried this the message was someting like: "unknown project type" However, from then on whenever I add a Votive project to an existing tfs/CodePlex solution it just doesn't add it to source control. It is as if it remembered the unsuccesfull try that happened before... Any sugestions are welc ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Stenciling

    I have some mdx 1.1 code that makes use of the stencil buffer. Works great. The Xna version of the code does not perform stencil operations. I'm pretty sure I'm using the correct equivalents, but here goes: Here's the mdx 1.1 PresentParameters: d3dpp.BackBufferWidth = 800; d3dpp.BackBufferHeight = 600; d3dpp.SwapEffect = D3D.SwapEffect.Discard; d3dpp.Windowed = !fullscreen; d3dpp.EnableAutoDepthStencil = true; d3dpp.AutoDepthStencilFormat = D3D.DepthFormat.D24S8; d3dpp.PresentFlag = Microsoft.DirectX.Direct3D.PresentFlag.DiscardDepthStencil; Here's the xna equivalent: this._graphicsComponent = new GraphicsComponent(); this._graphicsComponent.BackBufferFormat = SurfaceFormat.Bgr32; this._graphicsComponent.BackBufferWidth = 800; this._graphi ...Show All

  • Visual C++ What is WM_ id code (0x0118)?

    Hi everybody, I am using Visual Studio .NET 2003 and i am working on an pure MFC project. I recently, needed to end a modal dialog box (that has been created with NULL parent) when the user clicked (any mouse click) into a nonclient area of this. I wrote the desired code into PreTranslate function and all worked fine. My question is: While I was trying to locate the proper event (WM_NCLBUTTONDOWN did not work) i captured an event with code 0x0118. Can someone tell me what event is this Also (it would be very appreciable) can anyone suggest me an alternative aproach to my problem (how can i end a modal dialog box when the user clicks into a non client area of this) Thank you all for your time and your support. ...Show All

  • Visual Basic How do i drag a file from my application to the desktop or to another application(not a .net one) ?

    Hello!!! I have created a little program that finds and shows thumbnails of all my autocad files. I now want to drag and drop them into autocad or at least at desktop. I don't mind if you can't tell me exactly what to do with the autocad file.I just want, if its possible, a general example of dragging from the application and dropping to anywhere. Thank you very much, your faithfully, john. Hi, See these two articles, the first one shows a short example.>> http://msdn2.microsoft.com/en-us/library/ms973845.aspx http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_vstechart/html/vbtchImpDragDrop.asp Regards, S_DS ...Show All

  • Visual C++ Transparent cursor problem when creating OpenGL context

    I'm running VS 2005. The application I develop for uses a "shaping tool" cursor at some points, replacing the cursor with a transparent bitmap. It does this by creating a bitmap, testing the colors of the bitmap to set the alpha values, then using CreateIconIndirect to create an HCURSOR, as seen below. This normally works correctly. However, we've observed that when both third party and our own add-ons to the software create an OpenGL context for on-screen and off-screen rendering, the cursor does not display as expected. Instead of displaying the entire cursor bitmap, it won't display anything larger than 61 pixels, in the x or y dimensions. Once the OpenGL context is destroyed, it goes back to working as it should. Also p ...Show All

  • Software Development for Windows Vista under Vista, Studio 2005 is crashing only on somes solutions

    Hi, Since a couple of days, I encounter a strange behaviour under Studio 2005 C++. When I try to load somes previously created solutions, projects reloading perfectly but 1 or 2 seconds after items are displayed in the solution explorer, Studio crash. But strangely, all others solutions opens without any problem. I think the pb. come from Intellisense which is confused by some of my C/C++ files. But more strangley : I can't reproduce this bug on XP. So I guess that the problem come from the Vista + VS2005 combo . I'm rather irritated because, the trial period for Vista is very short, so I will not be able to test it anymore and report feedback. For now, disapointedly I switched back to XP. The bug occurs with the Express version of VS2005, ...Show All

  • Visual Studio Express Editions Limiting result in a Label to two decimal places

    Hi Everyone I'm new to Visual Basic and I just need to know how to limit the result in a label to two decimal places. i.e. instead of having 3.14159265 displayed, I want 3.14 displayed. Thank you to anyone that helps and I know that this is a noob question If I am unclear then just tell me and will explain in more detail Wow thanks for the quick reply thats just what I needed! Um.. now that I look at it I don't know how to use that.... Heres what I have in my code. And I want the TotBMI.Text value to be limited to 2 decimal places. Sorry I just didnt get how to use the other stuff. Private Sub CalcBMI_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles C ...Show All

  • Windows Networking Development Questions of qWave API

    When I call API QOSCreateHandle, the return is true. However, When API QOSStartTrackingClient is called. the return is false and GetLastError returns error code 1168, which says ERROR_NOT_FOUND. My environment is Vista OS build5472.winmain_idx01.060713-1900 with platform SDK of version 6.0.5472.2.1.WindowsSDK_Vista_idw.DVD.Rel.img Thanks for any help... I have a problem with Vista OS 6.0.6000 build 6000 and Vista windows SDK 6.0. With such version, the QOSAddSocketToFlow returns an error code 1168, which says that Element not found. My Enviroment Vista OS 6.0.6000 build 6000, PlatForm SDK:6.0. API : QOS_FLOWID FlowId=0; QoSResult = QOSAddSocketToFlow( QoSHandle, ...Show All

©2008 Software Development Network