Vimal_Rupera's Q&A profile
Visual Studio Express Editions Visual Studio 2005 Express - how do i add and use active X controls?
What I need to do is add an active x control to my project and use the methods from that active x control. I know how to use the object browser, add a COM component (although the one I need is missing from the list) and see it's methods. How do I add it to a form There's no Object Container control in VB2005. The help file says the Web control can be substituted 'in some cases'. I can use that and point the URL to the active x file I want to use, but then I have no way accessing its methods. Alex A general flow of adding a control to the toolbox Open a form in the VB Express IDE Right Click on the Toolbox and select Choose Items Choose COM Components and Browse Point to the appropriate file. ...Show All
SQL Server not seeing report builder button
I'm not seeing report builder button from the report manager. What could be the problem Thanks in advance!!! I finaly figured it out!!! How are you logged in your computer If you login using VPN then you probably won't see the button. Try login Citrix through VPN. ...Show All
Visual Basic visual basic
hi can anyone help me i have just started using visual basic i am doing some work for college i have been ask to design a progra asking the user to enter their name ,address town postcode and phone number i have to create 5 tet boxs foer the information when i click for the second text box should it say text box two "So, when you drag TextBoxes to your form, they are assigned names like: TextBox1, TextBox2, TextBox3, ... These names probably don't mean anything to you so it's best you change them to more meaningful names: you can rename TextBox1 control to nameBox, TextBox2 to addressBox, textBox3 to townBox, ..." Not sure I agree with that naming convention! ...Show All
Visual Basic Better ways for Reading And Writing to .txt files
I am trying to create a bunch of records, there will be a limited number of "Codes", about 50. Each "Code" is associated with a name from a textbox, I was trying to have it save each one when you click a button, to a .txt file. So, from the start the record will be blank, the person will go through the form, choose a number from a numerical up and down box, pick a name associated with it (both of these are mandatory and not implied). When they click the button, it will save the contents I talked about into a .txt file, say the number is #2, and the name is "Bob", the next time they try to change that value for #2, it will overwrite "Bob". I am very unexperienced when it comes to file I\O. ...Show All
SQL Server Integration Services Designer (Visual Studio) is very very slow
Hi all I have some performance issues when developing Integration Service Package ... It is very very slow for example when I try to add new connection in Connection Manages, it takes about 2 minutes just to open the property window. On another pc in the same environment (Domain etc.) it works ok. In the past I have doing a lot of SSIS Packages ... Is there any cache to empty Thanks for any comments Best regards Frank Uray Do you have the SSIS service running That can sometimes speed things up because it caches information about tasks and components. Other than that - its more likely this can be attributed to hardware or network issues. I suppose it could be a million and one things. ...Show All
Visual Studio Express Editions Currency Textbox Like In Visual Foxpro
I Want a Currency Text Box Line In Visual Foxpro That only Accept Numeric Values in Visual Foxpro Numeric Textbox Has Fixed 0.00 how do like this in vb.net 2005 if you want to accept numeric values, on the keypress event of the textbox, check the values using a Char.IsNumber/Char.IsDigit method. example: //keypress event: if Char.IsNumber(e.KeyChar) = false then e.Handled = true next To have a fixed format, you would have to do this yourself, perhaps again in the keypress or textchanged event of the textbox. I hope this helps! ...Show All
Software Development for Windows Vista "The owner SID on a per-user subscription doesn't exist"
I'm trying to convert this one AVI (XVID) to DVD using Windows DVD Maker. Every single time (tried it 4 times), I get this error at 99.0%: The owner SID on a per-user subscription doesn't exist What is this error I tried with multiple DVD, and still get this. I'm using an NEC DVD-/+R burner (don't know the exact model). I'm having the same problem. Is there not a solution I am trying to burn MPEG-2 files to DVD using Windows DVD Maker. Please help! ...Show All
SQL Server MDX Performance Issue with TOPCOUNT Using Calculated/Derived by Time Specific Members
I am new at The MDX game and need some help. I have the following MDX that executes a wee bit to slow when I specify one of the following members (See MDX below) [Measures].[Prio Shp Unt], [Measures].[Unit Variance], [Measures].[Prio Cst Ttl], [Measures].[Prio Awp Ttl], [Measures].[BM Variance] in the TOPCOUNT statement. I have arrived at the conclusion that the problem is because I speicfy a period at the member selection that is different to the period on my where clause. Now the problem is that both the periods are user driven and can be anything from current back for the last three years. In other words the users have the option to specify which two periods they want to compare. Also the TOPCOUNT measure is user driven and can be ...Show All
Windows Forms WebBrowser doesn't have a "find" method?
Hey, I'm a novice here and I've been looking though the MSDN documentation on the WebBrowser control and noticed there was no method for finding text in a document. This is a pretty serious omission. Is there a way of getting this functionality you can make your own find method by searching through text in the documentText property perhaps. Remember, the webbrowser control is just a core functionality of IE, no extra fancy bits like favorites/IE options/Search box etc... ...Show All
Visual Studio Subreport, business objects, VB, Local report
I've been looking at the Orders example (from GotReportViewer.com) and some of the other examples, trying to figure out how to get a subreport to work using business objects. I seem to have it all correct but I get: Error Subreport could not be shown. I'm using AddHandler for the LocalReport.SubReportProcessing call and it seems to work because the Subroutine gets called for each master record in the report. I have the parameter to tie the main report to the subreport; my key field is text instead of the example's integer but that should be ok. My datasource for the subreport is a List (of ) detail records. Is there any way to find out just what the ReportViewer is objecting to Is there a walkthrough showing how the Orders app was created ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Grouping units like in a RTS game
hello all.. is it possible to group units (drawing a rectancle) while holding down the mouse button with XNA i am planning to do a 2D game where i would need this.. if yes, please give me a hint how to do it... thanks in advance greg thanks for the ideas.. i will think about this :) greg ...Show All
Visual Studio 2008 (Pre-release) Handling events generated by Contents of ContentControl in a parent of ContentControl
Hi, I have a control inheritted from ItemsControl which contains a number of specialized ContentControls. I would like to handle all the events (say, the MouseButtonDown events) generated by the Content of the ContentControls at the level of the parent ItemsControl. Obviously I can override the OnMouseButtonDown method in the ItemsControl, and, thanks to RoutedEvents, I will recieve all the events generated within a ContentControl. The problem is that the RoutedEventArgs.Source property is usually an item within the ContentControl rather than the ContentControl itself. What is the best approach for amalgamating events generated by the ContentControl and its contents I don't really want to define new RoutedEvents just for this purpose ...Show All
Smart Device Development How to deploy evb 3.0 application on device powered by WinCE 5.0
Hi, I have old applications developed using EVB 3.0 and they are running fine on my old device powered WinCE 3.0. Now we are using new device which are powered by WinCE 5.0 OS where evb application are not running. I know microsoft has provided evb runtime for Windows Mobile 5.0 platform. And using which old application developed in evb 3.0 on PPC 2002/2003 can run on new device with WM 5.0 platform. But I could not found any runtime available for WinCE 5.0. I will appreciated If anybody can help me in this matter. Regards, Naynesh ...Show All
Visual Studio Express Editions mediaplayer
how do i use the wmp in vb what code do i use(basically) Well is a question similar to, "how many angels can dance on a head of pin" because you can go forever in writing wmp code. But there are ways you can get started. Goto Tools | Choose Tool box items | Com and choose the Windows Media Player. It will then show up in your toolbox and you can D&D it to a form. I've written extensive WMP code and used the mcisendstring API for controlling it. Enjoy ! ...Show All
Visual Basic Change color on value
Here's what I have but it does not work, what am I doing wrong Select Case ProgressBar1.Value Case Is < 40 ProgressBar1.ForeColor = Color.Red Case Is < 60 ProgressBar1.ForeColor = Color.Aqua Case Is <= 94 ProgressBar1.ForeColor = Color.Blue Case 95 To 100 ProgressBar1.ForeColor = Color.Green End Select Thanks for the reply Moayad, Here's the full sub Private Sub BtnTest_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnTest.Click 'Just check that a password has been entered Call Checkforpass() 'Function KeyQuality checks strength of password entered Me.ProgressBar1.Value = KeyQuality(Me.TxtPass.Tex ...Show All
