bes7252's Q&A profile
Internet Explorer Development IE7 on Windows Vista Business Edition
Hi all, I have bin experiencing some problems with IE7 on Win Vista Business Edition. I seems like web pages that contain flash animations are not displayed properly. Here are the images of the MS Home page: http://unclezen.com/Documents/ie_maximized_window.gif http://unclezen.com/Documents/ie_maximized_window_w.gif Interestingly enough this is how the same page looks when the same window is restored: http://unclezen.com/Documents/ie_restored_window.gif http://unclezen.com/Documents/ie_restored_window_w.gif Two more examples: http://unclezen.com/Documents/ie_maximized_dell_home_page.gif http://unclezen.com/Documents/ie_restored_dell_home_page.gif As well, any other action like moving the mouse over an link will c ...Show All
Visual Basic Animating Gifs in VB
I have an gif file already saved (multi-frames) for animation. How do I incorperate it in my VB code and tell it the the timeframe of spanning frames Thanks. Use a picturebox control to display the .gif, the frame times are specified in the file. The ImageAnimator can help make playback smoother, check this thread for code ... ...Show All
.NET Development How to list network systems and whether an application installed or not in that?
Hi, I want to list systems in a network domin and whether that system has an particular application installed or not. How to do this in .NET. Thanks in advance... Regards, Jagad. You might need to use System.Management namespace and use WMI to quesry that information. May be there is a forum for that, but I don't know. This forum is for questions on APIs under System.Net namespace ...Show All
Visual Studio Express Editions Problem with Directory structure, treeview
I have the sub recursive sub below which should read the directory structure and fill a tree with the results. I pass in the root and it populates the first level fine, but the when in the subdirectories, i get an error stating "Object reference not set to an instance of an object." - Below is my sub, and i will highlight the line in question in yellow. I'm a newbie, and can't figure out what i'm doing wrong... Private Sub GetSubs( ByVal strRoot As String , ByVal objTree As TreeView, _ ByVal objImgList As ImageList) objTree.ImageList = objImgList Dim strDir As String Dim objNode As New TreeNode For Each strDir In Directory.GetDirectories(strRoot) Dim objDir As New Direc ...Show All
Visual C# Valid Windows File Name
Any down and dirty tricks to test a string First Check for length as Brenden has suggested and then make sure it doesnot contain these characters: " \ / : * " < > |" You can use string.IndexOfAny() to check this and take the decision. Best Regards, Rizwan ...Show All
Visual Studio Tools for Office Problems Closing Excel Interop
I have tried to figure out why Excel does not close when I release it while using the MS office interops. I believe I kill everything, however, the process remains running anyone have any ideas Here is the code Public Sub createSvcLabels( ByVal caseNumber As String ()) 'declares the variables Dim excelApp As New excel.Application Dim dsSvcLabel As New DataSet Dim partySheet As excel.Worksheet = Nothing Dim excelBook As excel.Workbook = excelApp.Workbooks.Add(System.Reflection.Missing.Value) Dim int As Integer = 2 Dim wordAp As New word.Application Dim wordDoc As word.Document = Nothing Dim dt1 As DataTable = Nothing Dim dt2 As DataTable = Nothi ...Show All
Windows Forms Transparent label Control in VB 2005
I am trying VB 2005. The label control has no transparent (backstyle) option. The help says that this is so and to overcome it by setting the background color to transparent. I tried this but still get error that backcolor transparent is not supported. This is very annoying as I use transparent labels and text boxes all the time. Can anyone tell me what I am doing wrong or an alternative. Hi, I tried this using Visual Basic 2005, but it worked fine. My version is: Microsoft (R) Visual Basic Compiler version 8.0.50727.42 for Microsoft (R) .NET Framework version 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved. ...Show All
Software Development for Windows Vista Visual Studio compatibility with Vista
I currently run Windows XP Media Center Edition on my main development laptop. I have Visual Studio 2005 and Visual Studio.NET 2003 running side-by-side with no problems. Are there significant issues I should expect if I upgrade to Windows Vista Ultimate without reformatting the hard drive I don't mind doing so, but I really don't feel like re-installing all my apps all over again. If Vista does a really, really clean straight upgrade, I won't reformat. What do you think Bill This forum is geared for questions about development compatibility issues on Vista, and this is more a migration issue. You should try posting in the Vista Migration forum for a better response. http://forums.microsoft.com/TechNet/ShowForum ...Show All
Visual Basic Multiple Line Msgbox
How do you make a message box with different lines for the message like Hi, Its me Can I do this I cant get VBE to do this like I did with VB6 Davids Learning It works the same way: MsgBox("Hi" + vbCrLf + "It's me" + vbCrLf + "Can I do this ") ...Show All
SQL Server Exclude duplicate records
Hello I'm developing my fist Integration Service and I have this operations: Reading from a XML Check for duplicate records and discard them Insert the result into the database The XML I don't control and could came with duplicate records that I have to discard. How can I find them I want to find the duplicates in the XML and not in database. tkx for the help Paulo Aboim Pinto Odivelas - Portugal I found my problem.... I implement in another way. 1o Multicats 2o Get duplicated 1.1 Agregate 1.2 Condition Split COUNT(*) >1 1.3 Perform operation with this records 3o Import data 3.1 Sort and remove duplicated 3.2 Insert record in database With the multicast operation I create two reco ...Show All
SQL Server count function in a query
Hello SQL Experts, I have a Query which is giving me correct result. but i was interested in getting just the count of the Issues it returns. ----------------------------- select distinct T1.dbid,T1.id,T1.title,T3.name,T1.implemented_status,T69.name,T1.submit_dat-e,T1.abc_rank from ( ( ( ( ( issue T1 INNER JOIN statedef T3 ON T1.state = T3.id ) INNER JOIN project T2 ON T1.project = T2.dbid ) LEFT OUTER JOIN parent_child_links T48mm ON T1.dbid = T48mm.parent_dbid and 16780481 = T48mm.parent_fielddef_id ) LEFT OUTER JOIN testrecord T48 ON T48mm.child_dbid = T48.dbid ) LEFT OUTER JOIN sw_label T69 ON T48.available_in_version = T69.dbid ) where T1.dbid <> 0 and ((T1.issue_type = 'Defect' and T2.na ...Show All
Visual Basic display multiple languages in one form
Hello I have a problem displaying more than one language in the same form. I have the data in access.mdb files in two languages (Arabic and Greek) and tried to display it using two datagrid views on the same form but was unable to do it. The data will be displayed according to the preset locale of the machine. I have tired to change the language by setting the UI culture as explained in the Walkthrough:Localizing Windows Forms but no luck. Can anyone help me with this. Thanks Batico Batico, Firstly, please make sure your operating system supports the multiple language in order that the .NET Framework support it ,too. Secondly, there is a file called AssemblyInfo that need to use the System.Reflection.AssemblyC ...Show All
Visual Basic i want to open a url in a browser and i want to move cursor all over the brower???
hiii kindly help me, my problem is.. I want to open a url in a browser and I want to place my mouse cursor anywhere I want in the browser window and perform the mouse pressdown operation programatically.. Plesa tell me, how to do it, what I have to read. Kindly give me some detailed information since I'm beginner to Visual Basic. If possible give me some code. P.S -- i prefer to do it in visual basic. any help is welcome. Eswar hiii kindly help me, my problem is.. I want to open a url in a browser and I want to place my mouse cursor anywhere I want in the browser window and perform the mouse pressdown operation programatically.. Plesa tel ...Show All
SQL Server Pass data to a report?
Hi all, We have an ASP.NET application that generates various reports and word documents. The word documents and the reports require the exact same data and we have written some rather complex functionality that generates the SQL select statements to fetch this data. The statements are currently being used to create ADO.NET DataSets which feed the word documents. How can we now get these DataSets to feed the reports too We would really, really, really like to avoid having to recreate the logic for constructing the select statements within SSRS. Can we pass the DataSets themselves, or can we serialize them to XML using the WriteXml method then pass the Xml data as parameters or is there a way to just pass the SQL to ...Show All
SQL Server Hide 'New Subscription' in the explorer bar
Hello We do not want the end users to know of the subscription capability. How do we hide 'New Subscription' link for a report. Thanks InderSunny, Can you mark my post as answer so our solution will be found by others who are looking for the same solution Thanks, Ham ...Show All
