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

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

barbbayne

Member List

vandewst
RAAckerman
Nate00
Gustavo Holloway
swg
Igor Solodovnikov
Declan_
Gage
Marco Rizzi
JBacker
DaveHerrmann
tenchyz
Jason C. Foster
anantvemuri
Visual Basic
John Portnov
stevieT01
kusanagihk
clint 2
Andy Wilbourn
Only Title

barbbayne's Q&A profile

  • SQL Server Can I use a data field returned from my report as part of the URL address?

    I am familiar with the navigation hyperlink action of "Jump to URL" but I cant get it to use the data returned in the report as part of the URL address. When I enter the Url into the expression editor: ="http://internal.company.address/sys1/sys2/caseEdit.pl case="&"Fields!CaseID.Value" it opens an explorer window but it echos the address and tries to use the text 'Fields!CaseID.Value' instead of the data returned in that field. Can this be done =" http://internal.company.address/sys1/sys2/caseEdit.pl case= " & Fields!CaseID.Value ...Show All

  • Visual C++ [OTP] Error message PSAPI.DLL

    I am getting a error pop up saying Get Process Image file name w. could not be located in the dynamic link library psapi.dll What should I do to fix this. April Brain, I found the blog, This is what my computer came up with about 10 items, I tried to copy and paist but I couldn't. So should I rename all of them taking away the .dll and replace with old. All modified Dates are before 2004. Name Folder dhcpsapi.dll C:\I386 psapi.dll C:\I386 psapi.dll C:\dj840\win2k_xp dhcpsapi.dll & psapi.dll c:\windows\system32 psapi.dll c:\programs files\motive\asstcommon &c:\windows\servicepackfiles\i386 & c:\programfiles\hewlett-packar ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. No Support For Initing A Window Handle As Display?

    OK, I've just downloaded and went through the framework a bit already. I must say, this is REALLY GOOD!!! No more mashing around acquiring devices and such, everything just works smoothly. I'm delighted!! But then I found a problem. There are people who were using DirectX managed to create UserControls to display graphics and present data based on a user interface. As far as I can tell right now, the framework only supports creating a device as windowed, or fullscreen. Is there an option to specify a window handle that we can create the device with I know that doesn't port well to the 360 scenario but it's something that some of us do use, and after just a taste of what coding with XNA can do, I don't want to go back to the non X ...Show All

  • Windows Search Technologies Strange Bug With Windows Desktop Search 3.0

    I have a strange bug with windows desktop search 3.0 i am using windows XP Sp2 when i install windows desktop search that i downloaded form Microsoft site from here http://support.microsoft.com/kb/917013 windows desktop style looks as here u will notice this strange character before the word "Desktop" it seems like "n" How do i can Get rid of this bug thanks in advnace yes, u r correct this doesn't have aby impact on search but this is annoying and i wish to fix this in the next release and i want to know how to report this bug to be fixed in the next release thanks in advance ...Show All

  • Visual Studio Determine When finished rendering and other Properties

    I can't get the Print without Print Preview code to work so I'm going to try another route. Is it possible to tell the ReportViewer control to print via code I'll let the control display the print preview but then I want to print the report with out the user having to click on the print button. Two issues I see immediately. One is how to determine when the report has completed it's rendering. Doing this code causes an error frmReports.Show() frmReports.ReportViewer1.PrintDialog() With the error " Operation is not valid due to the current state of the object ." which is probably due to the report still rendering. Next, I'm hoping that once the print dialog is displayed, I'll be able to use maybe Sendkeys to "cl ...Show All

  • Visual Studio Express Editions Different Coloured Brushes

    How do I change the brush colour so that each square is different I was thinking of using an array, Dim arrCol() As String = {"Red", "Yellow", "Green"} but string can't be converted to system.brush. I tried Dim arrCol as System.Brushes, but that doesn't work either. So any ideas please. Here's the code, Dim B1 As New Bitmap(146, 92) Dim G1 As Graphics = Graphics.FromImage(B1) Dim PB As New PictureBox Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim X, Y, W, i As Integer X = 0 Y = 0 W = 128 For i = 1 To 40 G1.FillRectangle(Brushes.Blue, X, Y, 16, 16) X += 18 If X > W Then X = 0 ...Show All

  • .NET Development Connect to Access DataBase with ADO .NET

    I need help, or an example, of how connect and work with a Data Base with ADO .NET. I've seen de sqlclient, but i don't need to connect at a sql server, i've my own database in my computer. is everything in the same way that in old ADO or is a special change thanks a lot! Yes ADO uses the Recordset while ADO.NET uses the DataReader, DataSet, DataTable, etc. Yes ADODB (or ADO) was the technology designed for OLEDB. If you want to use some of the GUI tools I would start with the below article and follow the links: Data Source Configuration Wizard ...Show All

  • SQL Server Installation Problems.

    I have tried installing SQL Server Express several times. The installation program never completes. It displays a message indicating it found traces of previous versions of SQL Server or Beta versions. I have verified thouroughly that no beta versions are installed yet I keep getting the same error message. I have uninstalled Visual Studio and related applications and I am still getting the same message. Can you assit me with this issue Any help would be appreciated. Rich - After uninstalling everything, did you try to run the beta cleaner http://msdn.microsoft.com/vstudio/express/support/uninstall/ HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • .NET Development My desktop and notebook crashed several times after Citrix was installed at work. I owned both of them, and now had to buy

    another notebook. Does the company have the right to register my laptop in the company name, and do I really need Citrix right now Iam travelling all over the country, and remotely it's just not all that. Unless my brilliant peeps have figured out how not to crash my things. They arent so savvy themselves, but feel the need to monitor the 13 companies that need to have it. I also owned the software that went down too. My new gig is really cool toshiba sat a135s4487 w finger print reader, and Vista too. I don't think they should have the rights to my programs too what do yall think ...Show All

  • .NET Development Help! Making wildcard TableAdapter query work

    I'm really confused here, and am wondering if someone knows what could be the issue with my TableAdapter query. A few months ago, I created a really neat program that has th ability to search by a client account number. In the TableAdapter, I created a new query called "FillbyAccountNumber". When I created this, I set up the SELECT statement so that it selected all the fields I wanted and then used the following WHERE clause: WHERE account LIKE @account + '%' When a user clicked a button, it would load this FillbyAccountNumber query, and pull the value of a textbox for the @account variable - the nice feature is that you could type "902" to return accounts "90201", "90255&q ...Show All

  • Visual Studio Express Editions how can i select startup to user control at start up

    I am new to programing and would like to know how to do the following. I have multiple use controls and i would like to select the control to show at start up from a combobox list. i would like to save the selected control to a usersetting so it will start up when the aplication is restarted. Thanks I copied the sample code and i am getting the following errors. If c.GetType Is GetType (System.Windows.Forms.TextBox) Or c.GetType Then <------Error 1 Operator 'Or' is not defined for types 'Boolean' and 'System.Type'. C:\Documents and Settings\Owner\Local Settings\Application Data\Temporary Projects\WindowsApplication1\Form1.vb 48 16 WindowsApplication1 Is GetType (Sy ...Show All

  • Visual C# "OUT of Memory" String construtor

    Hi, im getting a "out of memory" exception when I try to pass a large char array in the the string construtor. The array has a length of about 200MB, its XML Data. I need to convert this to a string for the further handling. For smaller data stuff works fine. Any ideas how to convert the data to a string Thanks Dob Another option is maybe to create a LongString class to replace your string usage:  public class LongString  {   const int partSize = 1024;   bool closed = false;   List<string> items = new List<string>();   public void Append(string part)   {    Debug.Assert(part.Length < partSize);    Debug.As ...Show All

  • Visual Studio Team System What is in the ".Dat" file?

    Assume my DBPro project is named "Schema". Can anyone tell me what is contained in the associated "Schema.Dat" file, and what would happen if this file were to get deleted Thanks - Amos. Amos Soma wrote: Can anyone tell me what is contained in the associated "Schema.Dat" file.... See http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=950486&SiteID=1 for the answer from Andrew Campbell. Amos Soma wrote: .... and what would happen if this file were to get deleted Nothing bad, the project opens slower on the first opening and the file is recreated using the project directory / files. When there are problems with the project, this can be a so ...Show All

  • Visual Studio Image Problems in Asp.net 2003

    hi forum Image appears as red 'X' when viewing a report using VS .NET web application .i am using Crystal Report Which Comes With VS.Net2003 thanking You in advance ...Show All

  • Visual Studio Team System Team Build Conditions

    Hi, I am creating a TeamBuild with a requirement that it should build the solution in both the Debug as well as Release configurations. For this I included two  ConfigurationToBuild sections specifying the desired build flavors. Up till this everything is working fine; the solution is build in both the Debug and Release modes. But I have one more requirement, and it is that the Unit tests should not run against the Release build output. I have tried to use various conditions(shown below; with output) in the  Target  section but none of them works. Any inputs/ideas please. Condition = " '$(Configuration)' =='Debug' " //Tests are skipped in both Debug and Release Condition = " ''%(Con ...Show All

©2008 Software Development Network