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

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

Homesicker

Member List

emilioc
rmmcgr
SPWilkinson
Steve Jensen
John24
Caolan ODomhnaill
Shrek.NET
nigulas
ctusch
iterationx
NetPochi
AlexBB
Alan Richrod
AjayB
ofer ebert
Keith Patrick
davros51
ZDB
DavidThi808
David Botz
Only Title

Homesicker's Q&A profile

  • .NET Development Issue with generating schema from XML

    Hi, I am using Visual Studio 2005 team edition for software developers. I am facing an issue while trying to generate a shema (xsd) from an existing Xml file. The IDE just hangs with the status 'waiting for parse to complete'. The XML i am using is a simple one and i have already got the XSD for it from a VS 2005 installed from another machine. Anyone faced this issue before Thanks, Mujir The issue got resolved somehow, but still not sure why it failed the first time. Here is the XML. <NICConfiguration> <nics guid="{68f05bfb-fbf9-4d29-87ac-9fa571d39db7}" Name="TestNic" Count="1" IsMasterValid="True"> <nicId Index="0" Is ...Show All

  • Visual Basic Sorting thru directories for files

    Dim dir As New IO.DirectoryInfo(NewPath) For Each dir In dir.GetDirectories(NewPath) For Each ImageFile In dir.GetFiles( "*.jpg" ) Next Next error: Second path fragment must not be a drive or UNC name. Parameter name: path2 I'm trying to search NewPath for directories (dir.get directories) and then get each file in each sub directories, (for each imagefile in dir.getFiles). There's a problem with the Get.Directories at runtime. There are other ways to do this, but I want to try using this way... Thanks Looks like your code should have been something like          Dim strFileList As String = "" ...Show All

  • Visual Studio How to wrap a DSL diagram inside a Windows Form

    I want to embed my DSL Diagram inside some standard Windows buttons and menus etc - though with all of that still inside a VS window. This turns out to be pretty easy. Here's how: Make a User Control inside your DslPackage project. (In Solution Explorer, right click on DslPackage > Add > User Control.) If you want to put it inside a Custom folder inside the DslPackage project, make sure the namespace doesn't get ".Custom" at the end of it. I cheated and created the file in the main package then moved it into the folder. If you create it directly in the Custom folder, you have to open both of the generated code files to fix the namespaces. Using the usual WinForms editor, add your buttons and menus and ...Show All

  • Windows Forms DataGridView, control how "sort arrow" in column header is painted/displayed?

    Is it possible to control how the sort arrow is displayed It appears as a medium grey (rgb 128,128,128) and I see no way of changing that at all. I have searched these forums and Google extensively. All I want to do is change the sort arrow to be white, to match my column header text. Is this possible Even if I must deal with the DGV's OnPaint event and paint it myself, that's fine. Thanks. Hi Both column and row headers can be further customized by implementing custom painting by handling the CellPainting event on the grid. Note that if you do custom painting, you must do all the painting of the header cell yourself, and then set the Handled property on the event argument to true private void OnCellPai ...Show All

  • SQL Server How to know if a user has UNSAFE ASSEMBLY permission

    Hi All, How can I know if a user has UNSAFE ASSEMBLY permission on master database by executing query. Please assist its really urgent, as I m stuck on this. Hey Ikh, Truly speaking, I m not finding words to thank you. Your reply is exactly what I was looking for. Thank you very …………………… much . Actually the scenario at my end is that. In our project we have used an Assembly with UNSAFE Permissions. Now before installing the product we need to check whether the user has permissions to Access the UNSAFE ASSEMBLY. Your reply is the exact answer to my question Thanks again for spending time in replying to me. Have a good time ahead! ...Show All

  • Internet Explorer Development Can a BHO send messages to applications??

    Hi On Document complete I need to notify a controlling App to get from a hardware device the info to complete web logins. Does IE7 allows a BHO to send messages to other applications via SendMessage or PostMessage I know it allows to send messages inside IE7 windows, but when I try to notify my app I get no errors but my app doesn't recibe any message. SendMessage returns 0 like if the message was received and processed but my app never got it. Please I need to get a response to this issue because I'm working in a comercial SSO system, and if I cant communicate the BHO with an external app I'll need to cancel the project. thanks Sebastian Yes, I have the same problem. I find a document in microsoft we ...Show All

  • SQL Server Basic rounding question

    Hi, I've just started SSR2005 this week, and I'm unsure of how to round down a number in my expression. My code is: =reportitems!TotalSeconds.Value Mod 60 Basically, the total seconds could be coming in as 74.564, but I want the remainding seconds after dividing by 60. In other words, I would want to return 14, rather than 14.564. I have noticed that if I put N0 in the format, it rounds it up. Also I'm not sure how to use the round function, and it would appear to round up ( ). Can somebody help please Thanks, Dan. Hello Dan, Can you try this and see if it fixes your issue: =Floor( reportitems!TotalSeconds.Value Mod 60 ) Hope this helps. Jarret ...Show All

  • Visual Basic searching for & highlighting text

    hi, i am trying to make my application search for text (in a combobox called "comboboxfind") in a listbox ("showbox") when i click on a button (called "findnow") can someone help me firstly, i want the msgbox to state how many lines were found in the search. secondly, there is another button i have that i want people to press to be taken to the next found line, under the currently highlighted one. and finally, the msgbox still keeps the same line highlighted and nothing else when i click "ok" ...Show All

  • Internet Explorer Development Getting Mouse Events for BHO

    Hi, I'm making a BHO for IE written as a COM dll in C++. I was wondering if there was a way to trap mouse events like mouseover a link, mouseout of a link etc. The only way I can think of now is to embed a javascript code in the document, but that's pretty messy and I am not totally comfortable with it. Also, is there an interface that would let me embed a page within the current document open in IE Thank you for any help. K You need to hook into HTMLElementEvents2 dispinterface of the link elements. Check out http://msdn.microsoft.com/library/default.asp url=/workshop/browser/mshtml/tutorials/sink.asp As for embedding a page into the existing document, I am not quite sure what you are look ...Show All

  • Visual Studio Express Editions coding textbox control back colour

    Hi, I have a textbox with the backcolor property set to 192,255,255, light cyan clour What is the syntax to set this value in code eg: me.textbox1.backcolor= Ron Hi Thanks for the reply, The options in the .BackColor = Color.LightCyan does not give me the color required. The colour is not a system colour. The following does the trick: .BackColor = Color.FromArgb(192, 255, 255) '\\ set back colour back http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=733421&SiteID=1 ron ...Show All

  • SQL Server same visual studio standard 2005 product key from the "ready to launch" dvd set

    Hi, I attended the Technet Ready to Launch event and obtained the dvd set, but when I tried to install the sql product, the software won't take the product key (the key is the same as the studio product).  Anyone experience the same Here's the update... U.S. and Canadian customers encountering problems with Launch Kit software should now contact PSS at http://support.microsoft.com/select/ target=assistance .  Any support charges listed on that web site will be waived for customers with Launch Kit software problems. Thanks, MJ ...Show All

  • Smart Device Development Populate ImageList from Urls at run-time?

    Is it possible (preferably in C#.net) and on Windows Mobile 5.0 to populate an ImageList with Images (JPEGs) from some URLs (this is part of a search result) and will need to be done at run-time. Any help would be much appreciated, as I can't really seem to find a way to do this. Okay, this isn't working. Once it gets to pictureBox1.Image = TmpImage; I get an error message of "An error message cannot be displayed because an optional resource assembly containing it cannot be found" and Stack Trace of at Microsoft.AGL.Common.MISC.HandleAr() at System.Windows.Forms.Control.Invalidate() at System.Windows.Forms.PictureBox.set_Image() at FlickrMobile.Home.getImages() Any ideas would be greatly a ...Show All

  • Visual Studio Team System Visio Hotfix/bugs

    Are their any hotfixes patches for Visio 2005 for EA (AKA 11.6613.8107 SP2). I had some hotfixes for Visio 03 for EA that fixed the bug where if you have a unique index everytime you Database:Model:Refresh, the Unique Indexes get duplicated in the model (U1, U2, U3 .....). I think this one was: kb 321145. I am not sure though if this was the kb or if it works for 05. Also in 05 it doesn't flip the bold attribute for null columns anymore (bug). I thought this was: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=128195&SiteID=1 KB 921209; but it didn't fix it.  Oops it does fix it, after you Database:Model:Refresh. Anyway, the model is creating duplicate unique indexes. Can I get the KB/hotfix articles for these ...Show All

  • Visual Studio Team System TFS Warehouse, NullReferenceException in ProcessOlapNoTransaction

    Hi, I have many of the same event log entry on my TFS server, occuring hourly, that don't match any of the other problem/solution combos I've seen online for the same error code. Can someone please have a look and help me to resolve this problem. Let me know if I should post more information. Thank you, - Jason Here is the error: Event Type: Error Event Source: TFS Warehouse Event Category: None Event ID: 3000 Date: 20/12/2006 Time: 9:14:53 AM User: N/A Computer: BENJI Description: TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC ...Show All

  • Visual Studio Express Editions Running a program without .NET?

    Is it possible to run a program made with Visual Basic 2005 Express on a computer that doesn't have the .NET framework installed It is definately NOT possible to run a VB.Net application without the appropriate version of the .net framework being installed on the machine. VB.Net depends upon the framework for a common language runtime. ...Show All

©2008 Software Development Network