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

Software Development Network >> RickGaribay.NET's Q&A profile

RickGaribay.NET

Member List

Cest la vie
Martin Steiner
chris_dev
MichaelJHuman
xcox
Pete A
alainJ
Dwayne J. Baldwin
Ntc
laue
robinjam
LarkinAtTheBar
AntoineF
Vesigo
cutie
Dario Galvani
ab2304
zoujing
RussP
Corrado Cavalli
Only Title

RickGaribay.NET's Q&A profile

  • Software Development for Windows Vista Conexant Audio On 64bit Vista

    Why you are here...Because you have a problem getting your Conexant Audio device to work in your Gateway, HP, Compaq, Emachine, Etc in Windows Vista in the 64 Bit version. The purpose of this post is to simplify everything that I have taken in over the last 2 days in hopes of keeping everyone else from wasting their time. Summary: There are currently no drivers to remedy the situation. Several people have talked to HP, Gateway, And Compaq support; however, either the dont understand that we need a driver or they say there is going to be one in the future, but it has yet to show up. Now there are drivers out there that will work to get sound out of your machine; however, they are not signed drivers. Therefore, you are forced to hit F8 ev ...Show All

  • SQL Server Error 0xC020209C in Flat File Connection Manager in SSIS

    Hi, I got this error in a Flat File connection manager, it was saying that the last column caused the disk I/O Buffer overflow, whereas the last column contains 188 characters at max. Any Idea how to deal with it Thanks, Fahad ...Show All

  • Smart Device Development Is way to Override the Disabled appearance of ListView Control

    Hi all, is it possible for me to override the appearance of the ListView Control when its enabled property is set to False (disabled) I guess I need to change the colour as when the ListView Control is disabled, its very hard to actually see what value is selected if there are only two entries in the ListView. Thanks Oh sorry. I for some reason thought .Net CF did support this. AlexY describes how to make an owner drawn listbox here: http://www.opennetcf.org/PermaLink.aspx guid=d88b1a1a-a866-4247-a0c8-94ab3c124f63 . ...Show All

  • Visual Studio Express Editions How do I develop for a.Net 1.1 environment using VS Express

    Hi all, I developed an application in VS Express and have now only just realised that I need to deploy the application on an environment that will only have .NET 1.1. At this point, I do not have very much experience in .NET development. So my question is two-fold; 1) Is there a way to develop on VS Express but compile the application for a .NET 1.1 environment, or 2) Is there an easy way of converting a .NET 2.0 source code into .NET 1.1 Thanks for your help. Regards, unfortunately not - you cannot compile .NET 1.1 apps in VSExpress or VS2005. You also cannot convert .NET 2.0 apps to .NET 1.1 you would have to remove the .NET 2.0 specific features from your application and then compi ...Show All

  • Visual Basic Reading a CSV file without the as string command?

    Hi all, First of all let me start by saying that I am by no means a VB coder, all my training is unfortunatley in assembly,c,c++,JAVA,PHP and Perl. So excuse me if I've missed something basic here. I am trying to create a custom script for something called CMS supervisor (telephony switch stuff). This seems to be able to run vb code as long as you name the extension .acsup. I am trying to read in from a *.csv file and port that across to CMS supervisor. I have searched through the examples but have been unable to find a solution which works with CMS. It would be so easy if I could simply use a string but whenever i use the "As String" command CMS pops back an error stating it expects an end statement. Hopefully I'm ju ...Show All

  • Visual Basic Panning more quickly

    I am making a program that displays complex graphs in a PictureBox that take a long time to render. Currently I draw the graph in PictureBox_Paint. When the user is panning the view, I want to stop drawing the graphs and instead display a previous 'Screenshot' of what the graphs looked like when the user started panning. So far I've done this: Private Sub PictureBox1_MouseDown( ByVal sender As Object , ByVal e As System.Windows.Forms.MouseEventArgs) Handles PictureBox1.MouseDown Moving = True MovingImage = PictureBox1.Image End Sub Private Sub PictureBox1_Paint( ByVal sender As Object , ByVal e As System.Windows.Forms.PaintEventArgs) Handles PictureBox1.Paint Dim g As Graphics ...Show All

  • Visual Studio Team System TeamSuite including Database Professional

    Hello! You write that Database Professional will be available as MSDN Download around 7th or 8th December. What about the TeamSuite Version including Database Professional When will this be available And to make it more difficult: I like to know also about the German version :) Regards CSharpNewbie22 Alle - Well, I was not trying to put you on the spot, but rather trying to find out what we can do about it. It is always easier for me to drive changes on this end when I have concrete examples :). Our writing team is only responsible for Visual Studio documentation, so I am not sure that there is much I can do about the Office docs. If Office provides a feedback mechanism, I'd suggest leaving them ...Show All

  • .NET Development Client found response content type of 'text/plain', but expected 'text/xml'.

    Hi friends am call a 3rd party web service and when i call one of their methods i get above error any ideas how to resolve this please Thanks for ur help full error text Client found response content type of 'text/plain', but expected 'text/xml'. The request failed with the error message: -- < xml version="1.0" encoding="UTF-8" > <wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:submissionGateway/wsdl" xmlns:intf="urn:submissionGateway/wsdl" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:sg="urn:submissionGateway" xmlns:wsdl="http://schemas.xmlsoap.org/wsd ...Show All

  • Visual Studio 2008 (Pre-release) Scrubing Movie for Thumbnail.

    I'm trying to display a series of movies that play whenever the mouse hovers over them. Getting the movies to play/stop on mouse hover events was pretty easy and straight forward. Whenever the page intitially loads, all of the MediaElements show up as being black. I would like to have them initially display the first frame of the movie instead. How can I got about doing this I've tried setting the ScrubbingEnabled property to true and then setting the position with no luck. Thanks. - Bill Chimme wrote: Are you sure the first frame isn't actually black They usually are. Ya I checked that, no its actually not black. Even if it is, I tried setting it with the Position property halfway through the movie with no luck. I've ...Show All

  • Visual Studio Problems building help with HelpStudio Lite

    I receive the following error when i try to build my help project: Error: HXC4001: XML syntax error: Element 'HelpTOC' cannot be empty according to the DTD/Schema. The help project has an TOC with lots of entries. It was working fine before and now i get this error no matter what i do. I even created a new help project and i get the same error. I'm using version 2.1.0.8 build # 2.00.0035 from the latest VS 2005 SDK. Any suggestions, besides using a different tool :) Thanks in advance. When i run the tool, I see the 2 titles under the HX namespace.    I assume this means i don't have to repair I have a little more info too.   We a ...Show All

  • Windows Forms How to sort List View item according to 1st Coloum?

    hi, I try to do a list view where i can sort the data after i enter it. I am using Visual C++ windows form. Is there any method to do it Do any one what is the command or syntax Thanks, David Hi The link below shows how to sort the list view item in visual c++.net http://support.microsoft.com/Default.aspx kbid=816183 Hope this helps. ...Show All

  • .NET Development XUpdate using C# help

    Dear All, I couldn't find any way to update XML doument using XUpdate returned. Please advice if the .NET framework contains any namespaces or classes to work with XUpdate documents If XUpdate refers to http://xmldb-org.sourceforge.net/xupdate/ then I don't think the .NET framework has support for that. .NET has support for XSLT and XPath 1.0 however. ...Show All

  • .NET Development Printing Datagrid from ASp.net -- Error Message is displayed

    Hi All, I am using this coed for printign a DataGrid in ASP.Net --- The DataGrid is stored under the DIV tags....but whenever i am running this code, i get teh error strOldOne is undefined... I am not exactly getting wht is teh use of the last statement prtContent.innerHTML=strOldOne; ---- Also if i remove this from teh code snippet, i am still facing this problem (Error Message : "strOldOne is undefined") -- Can u please help me on this.....it's really urgent..... Below is the code snippet i am using currently... <script language=javascript> function CallPrint(strid) { var prtContent = document.getElementById(strid); var WinPrint = window.open('','','letf=0,top=0,width=1,height=1,toolbar=0,scrollbars=0,statu ...Show All

  • SQL Server Configuring SQL JOB, but no SA or any owners showing on drop down.

    I am trying to create some SQL jobs for a client that has new install of SQL 2005. When we try to put the owner of the job as SA, there is nothing showing on the dropdown. Why is this happening Thanks for any info. Thanks. ...Show All

  • Visual C++ Passing values from unmanaged code to managed code in C++/CLI

    Hi, I would appreciate if someone could provide pointers / example on passing char* value from a unmanaged C++ code to a managed string object . I am able to pass a string object to char* from managed to unmanged using MarshallToHGlobalANSI but I am looking for the reverse. Thanks, Ludmila The String class has a constructor that takes a char * parameter: char *foo = "Hello"; Console::WriteLine(gcnew String(foo)); ...Show All

©2008 Software Development Network