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

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

Robert3234

Member List

P Colmer
heavenlycharmus
Jandost Khoso
watch is
jason.t
idos
Swapna.B.
rbp1
TJ Havens
StephenMas
wooten
qzrlsd
Edward1
Rups11
Bob Lyden
pepitoclick
Wicket
Leedrick_
progames25
nomer
Only Title

Robert3234's Q&A profile

  • Windows Forms Insert Statement fails , but works in MS access

    Hi, can someone help> This insert statement in my code does not work, the error message i get is 'Error in the Insert Into', but if I copy and paste the insert statement and run it inside of Microsoft Access Database it works. So I'm kind of lost on how make this work....Can anyone help Below is my code. Public Function NewErrorRecord( ByVal ErrorDect() As Object ) As Boolean Try Module_Type,ErrorID,Error_Descr,Module,LineNum,Filename InsertErrRec = "INSERT INTO Error_Tracking (Error_ID,Module_ID,Error_Descr,Module,LineNum,Filename) " _ & "VALUES('" + ErrorDect(0).ToString + "','" + ErrorDect(1).ToString + "','" + ErrorDect(2).ToString + "','" + ErrorDe ...Show All

  • Visual C# Application design question - data downloads from internet

    Hi everyone, I have been wracking my brain over this and simply can't seem to think of the problem any other way. So I thought I'd look to see how other people would approach the problem. Basically, what I'm facing is this. My application is intended to provide a GUI-based way to view data that is displayed on websites. This involves screen-scraping - downloading web pages and then parsing them for the data I want (no way around that, unfortunately). I have an object designed to store the parsed data, which is stored in flat files. The object returns the data when requested, or if the data hasn't been downloaded yet, it is supposed to download the data from the required web pages - this will happen when an MDI form is opened that requests ...Show All

  • Visual Studio 2008 (Pre-release) DataGrid control

    Hi, I was wondering if there are any other DataGrid controls besides the DataPresenter from Infragistics in development that have tryout versions available for the current CTP Thanks, Tom ...Show All

  • Smart Device Development turn off WZC

    How do you turn off WZC or notifications in .net CF 2.0 for PPC2003 I'm using OpenNETCF to make a WiFi connection, but it fails stating WZCSetInterface (how informative), so maybe I need to turn WZC off     Or at least I want to stop those popups abour new APs, as we want to control connections manually.   of course, OpenNETCF have a forum, except that the only people on there are people like me asking questions, and 90% of the posts are unanswered.  Maybe the project has been abandoned, who knows OpenNetCF.org has their own forum: http://www.opennetcf.org/forums/default.asp CAT_ID=4 ...Show All

  • Visual Basic Refreshing SQL 2000 connection in Visual Studio 2005

    I have set up an SQL server database as a data source using the Data Source Configuration Wizard, but when I make changes to the source it does not show in my VB project even after refreshing. Closing and reopening the project makes no difference either. The only solution I can find is to create a new connection. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How to do effects like flashing?

    Hi all, I have tried the following code to make the screen flash. The variable flashInt is updated whenever the game is updated. But this code do not work. Maybe the ColorFill do not support the alpha value using (Surface backbuffer = graphics.GraphicsDevice.GetBackBuffer(0, 0)) { Color c = new Color(255, 255, 255, (byte)flashInt); graphics.GraphicsDevice.ColorFill(backbuffer, new Rectangle(0, 0, Window.ClientWidth, Window.ClientHeight), c); } So what do I do in order to do the effect in efficient way Do I need to create a texture with white color and then draw it by updating the alpha value Thank you very much I'm not sure just how muc ...Show All

  • SQL Server JDBC Integrated Security problem

    Hi, I am using the latest 6/26 JDBC driver to connect to sql server 2000 server. My url is jdbc:sqlserver://hostname:1433;integratedSecurity=true;. I was getting the following errors "Invalid integratedSecurity property value:true". Any suggestion to resolve this problem. Thanks. Hmm not really sure what the best way would be. I would create a windows dll and call from the Java app into my dll to use Windows impersonation APIs. This looks promising though: http://www.onjava.com/pub/a/onjava/2004/02/25/javavsdotnet.html page=4 ...Show All

  • SQL Server Cannot Open Database after Publishing

    Hi All, I have developed a database application using c# and SQL Express 2005. I have coded a connection string that works fine on the development machine but upon publishing to another machine I am getting the following error message: Cannot open database "name of database" requested by the login. The login failed. Login Failed for user "machine name\user name". The remote machine has SQL server express installed. Now on the development machine the machine name and user names are different to that on the remote machine. I am using Windows Auth. The application successfully runs on the remote machine. It even updates the same database (as mentioned in the issue above) on a different form which all connection strings etc ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. VertexBuffer and GraphicsBuffer

    i'm just starting with all of this, so please bear with noob questions. could someone shed some light as to what are the differences / applications of VertexBuffer vs. GraphicsBuffer if GraphicsBuffer is locked vertexbuffer (or a byproduct of a lock) then why is it some functions use VertexBuffer (SetStreamSource) as a data source and others use GraphicsBuffer (DrawUserPrimitives). Also, if anyone knows what really happens when you "lock" the vertex buffer, I'd appreciate the data. I'm sure my confusion will pass sooner or later.... thanks. GraphicsStream is a helper class for writing data to and from vertex and index buffers, and is more efficient than using arrays. Now, the problem I see is th ...Show All

  • Software Development for Windows Vista paralell Activities

    Hi All, i write momentarily a workflow app. and have some difficulty bei differentiates whether file normal or compressed is (different arte of compressd file), and for each case an appropriate treatment. - is there possibility for swicht-case within the Workflow And each case runs paralell with others, no effect on the other case. thankyou in advance I think i have the answer for this problem, that is with Conditioned Activity Group. Thanks anyway ...Show All

  • Visual Studio Tools for Office Graying out CustomUI

    Hi, When an Excel sheet is in Edit mode Some RibbonUI's are grayed out. I want the same behavior for my CustomUI. How can I detect that the sheet is in Edit Mode . Hi, I think both, I am working on an Excel 2007 VSTO project. Within this project I have customized the RibbonX. In this CustomUI I added some buttons which have all the GetEnabled attribute. When the sheetSeletionChange event occure in my ExceI sheet 2007 document I can toggle these buttons, so the GetEnabled calback works, but this is not exactly what I want. I noticed that the standard Excel buttons (like Conditional Formating button etc) in the RibbonX turned gray when the user enters the Formula Bar in the Excel sheet or the same happens when the user enters ...Show All

  • SQL Server SQL Server with Advanced Services - Error 40 on Connection

      Before you begin swearing....... I have a VS2005 application developed against SQL Server Developer whose target database system is SQLE. Last night I downloaded SQL and built the datbase. I can connect to and manipulate the database easily with the Studio Management Console. The intention is to use SQLE locally. I can't connect programmatically to the local SQLE server. I have used the surface config monitor and turned on all protocols except VIA. I've also been through with the configuration manager. I can connect via the Studio Management Console using the information in the connection string which is: Server=BLISS/MHASQLE;Initial Catalog=KJS;User ID=aaaaa; Password=bbbbbb; Trusted_Connection=false;     ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. culling away front faces

    I am experiencing problem culling away front faces of a simple cube. The culling is performed in an effect shader with CULLMODE = CW; I have listed the vertex and index buffers below, if anyone have any hints to my error please say soo. SVertex Vertices[] = { { 0.0f, 0.0f, 0.0f}, // v0 { 0.0f, 1.0f, 0.0f}, // v1 { 1.0f, 1.0f, 0.0f}, // v2 { 1.0f, 0.0f, 0.0f}, // v3 { 0.0f, 0.0f, 1.0f}, // v4 { 0.0f, 1.0f, 1.0f}, // v5 { 1.0f, 1.0f, 1.0f}, // v6 { 1.0f, 0.0f, 1.0f} // v7 }; // indeces for vertex buffer triangles t0 to t7 WORD Indices[] = { 0,1,2, 3,0,2, // front 3,2,6, 7,3,6, // right 1,5,6, 2,1,6, // top 6,5,4, 4,7,6, // back 5,1,0, 4,5,0, // left 4,0,3, 7,4,3 // bottom }; ...Show All

  • SQL Server connection problems

    Hi, I've installed VWD, SQL Express and IIS successfully using Windows autentication. Everything went smoothly and I did have a functional connection to my new database. But suddenly without any obvious reason I could not connect. When I try to connect inside VWD I receive the error: "An error has occurred while establishing a connection to the server. When connection to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error 26 - Error Locating Server/Instance Specified)." When I try to connenct through SQL Server Management Studio Express I receive the error: Cannot connect to I6000\SQLExpress. Additio ...Show All

  • Audio and Video Development iHD Specification

    Is there somewhere I can find detailed information on each method, parameter, object, etc for iHD In the HD DVD spec... which unfortunately will cost you $5,000 since it is licensed by the DVD FLLC. See http://www.dvdfllc.co.jp/hd_dvd/hd_what.html#howtos for more info ...Show All

©2008 Software Development Network