Software Development Network Logo
  • Microsoft ISV
  • Visual J#
  • VS Team System
  • .NET Development
  • SQL Server
  • Visual Studio
  • Visual FoxPro
  • Windows Forms
  • Windows Vista
  • Smart Device
  • VS Express Editions
  • Architecture
  • Visual C++
  • Visual C#
  • Visual Basic

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

ShawnSantana

Member List

V Williams
Wentzel
Shwnew
awhite
Cyberninjaru
harkin
MikeWakefern
Kristof Pauwels
Kim Schjefstad
Kwan Deng
rw72000
Shadowlock Holmes
Rod Colledge
Davidsfg
Chuck S.
Sarfaraz Soomro
mg11111
Tico
KWright
Alex Ward
Only Title

ShawnSantana's Q&A profile

  • SQL Server DataSet Filter

    I have one dataset that contains thousands of records i want to filter the dataset by one of the name select col1,col2,col3 from tablename this col1 contains various names i want to check wheather an name exists in the col1 or not please guide me Hi, Febin For your problem there is two possible solutions, First one is RowFilter and second one is Select Solution 1 (RowFilter) Dim ds As New Data.DataSet Dim ...Show All

  • Visual Studio Qt and Visual Studio .NET 2003

    Hey all!  Wondering if anyone has installed Qt 4.0.0 on their computer with Visual Studio.  I'm curious as to how I can get Qt working with VS.  Qt is supposed to fully support Visual Studio, but I'm unsure on how to get it working.  I've gone through some tutorials, and the code isn't recognized.  The dependencies don't show up under references either.  So I'm curious as to see how others put Qt on their machine to ...Show All

  • SQL Server navigation question

    hi all, i need to add a BACK button to some reports. I have a report that has a hyperlink to another report. When I click it, I go to that other report, but because I cannot open it into a new page, I got to be able to return somehow to the initial page. In this second report I added a row, I have embedded the picture of a button that reads GOBACK, but for the Navigation property I do not know how to specify navigation to the previous page. ...Show All

  • Visual Basic label wont update text

    I have a group of dynamic label controls hosted in a groupbox. I have created event handlers  for dbl click which pops up a dialog box to alter the text property of the control.For some strange reason the change only occurs if I minimise and then maximise the form. ANy ideas cheers You need to repaint the screen after closing the dialog box ... <form_name>.Refresh or me.Refresh (if refreshing from wi ...Show All

  • Visual Studio Tools for Office can I have a macro with VSTO?

    Is it possible in VSTO to have a macro with a keypress event and then have that call a function to execute code   For example, can I have a macro behind the 'w' key, and everytime it is pushed I execute code   I've been searching around online for a while but can't find anything.  I've looked at the VSTO book too and nothing is in there about it.  I found this link: http://groups.google.com/group/microsoft.public.office.de ...Show All

  • Architecture Who needs Architecture?

    http://msmvps.com/blogs/rohanthomas/archive/2006/01/26/81848.aspx Would love to hear your comments... Thanks Rohan Thomas wrote: if they still prefer to go with their taste, the recipe is as good as useless, although it would have saved them a lot of trouble if they would have used the recipe instead... On my projects if they don't get approval to go with their taste, before they dump in the extra ingredients, th ...Show All

  • Software Development for Windows Vista Support for Disc-at-once?

    Will imapi v2 provide support for Disc-at-once At the moment, when you burn a cd in Windows Media Player you can't choose between burning disc-at-once or track-at-once. You always end up with a cd that has an annoying 2 second pause between songs. Will this be fixed Great question. Yes we are working on it and planning to release this support later this year/early next. It is an annoying defecit in our suppo ...Show All

  • SQL Server parameter help

    Is there anyway I can pass column name and column value both as parameters to serach the rows Here is the example what I want: declare @colname varchar(15) declare @colval varchar(15) set @colname = 'LastName' set @colval = 'Smith' select * from client where @colname = @colval The idea is I want to develop one qurey for all possible criteria. How can I acomplish this Thanks. Here is a ...Show All

  • Visual C# please help understand this:

    public static List<string> GetImagesFromGoogle(string search) { string googleUrl = "http://images.google.com/images q=" + search; List<string> urlList = new List<string>(); string html = GetHtml(googleUrl); string regExPattern = @"< \s* img [^\>]* src \s* = \s* [\""\'] ( [^\""\'\s>]* )"; Regex r = new Regex(regExPattern, RegexOptions.IgnoreCase | Regex ...Show All

  • Windows Forms Multiple Layers!!

    This is what I should do: I need to paste an image and on the form. On top of that the users will scribble something with the Pen tool. If they want to erase it they should just erase whatever they have scribbled and not the image that I just pasted. How would I do that Thanks for your time, You can 'erase' by repainting/redrawing erased areas with Color.Transparent If all you need is one drawing surface, al ...Show All

  • Visual Studio ReportViewer RenderControl returns error

    Hi, Im trying to implement a web custom control having a ReportViewer. This custom control implements ICallBackEventHandler to allow client callback. In function RaiseCallbackEvent, The ReportViewer1 returns the following error:" ASP.NET ViewState has been disabled. The Report Viewer control requires that ViewState be enabled." as a result of call to RenderControl.   public void RaiseCallbackEvent( Strin ...Show All

  • .NET Development .Net 2.0 and 1.1 ???

    I am bit confused about .Net 2.0...my question is: Can i run .Net 1.1 or .Net 1.0 applications using .Net 2.0 and Can i build .Net 2.0 Applications using Visual Studio 2003 thanks Humayun Shabir SourceSystems.net Hi Humayun, in general .NET Framework 2.0 was created to extend the .NET Framework 1.1 and not to change. Although there were certain design issues that resulted in changes to be more consi ...Show All

  • Visual Studio Team System Visualisation tools for merging

    Are there any tools in the pipeline that will make the process of merging a bit more intuitive Over time there may be hundreds of changesets on a branch for example, all of which may be linked to different work items. In terms of 'promoting' code across branches e.g. from a 'dev' branch to an 'int' branch, you would logically want to simply select one or more work items to merge (perhaps based on the 'state' of that work item), currently you can ...Show All

  • Visual Basic Save\Load values as text file

    Hello In VB6, I was able to save and load values as text file, it saves them like this form: "V1","V2","V3" I was using this code: Dim A As String, B As String, Op Op = FreeFile A = "Value1": B = "Value2" Open "D:\File.txt" For Output As Op Write #Op, A, B Close Op How can I do it in VB2005 Thanks & Regards The following code ...Show All

  • Visual Studio Express Editions Server Error in '/' Application Failed to map the path

    Need some help on this error. Everything was working fine for me. I had one site up and running with the Visual Web Developer 2005 Beta 2 and Microsoft Framework 2.0. I created a second website and put it in its own directory, configured IIS to use Ms Framework 2.0. Everything should work being the same just different directories. Unfortunately, now both websites are down. I have posted the error below. I have attempted creating the folder that ...Show All

©2008 Software Development Network

powered by phorum