Gil tap's Q&A profile
Visual Studio Express Editions VC++ Express 2005 - Missing User Created Control project template
Under VC++ 2003 one could create a new custom control by using one of the standard supplied templates (i.e windows control library .net template) However, this project template is not provided as an option for the VC++ 2005 Express edition - this is a real shame. Has any one manged a suitable workaround The express editions have some limitations and hence try larger editions. Thanks, Ayman Shoukry VC++ Team ...Show All
Visual Studio Express Editions Can´t register or create new User in Demo Project
Hi! The application is running fine but I can’t create an admistrative user (or anything else). It always comes up with a red HTML-Dialog "Please enter a different password.". There must be some kind of error in here, because I can try whichever password I want, it won’t let me finish the registration. This happens in the basic application as well as in the ASP.NET Configuration > Security > Create User dialog. Any suggestions Bye, Brokit hi, I have the same problem and continue found a lot of other problems. Im from Brasil and i cant find the same valueable information in the msdn brasil. Thank yo ...Show All
Visual Studio Upgrade to VB.net 2005 gives - the given assembly name or codebase was invalid
Just upgrading a VB.NET COM enabled DLL (class library) from VS 2003 to VS 2005 I am getting this error message... Error 1 'The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)' C:\company5\BusClassNET04\LC companybusinessclass5 The file LC does not exist Another similar project compiles OK so I am really confused as to why this is happening. I have tried shortening the assembly name. I don't really understand codebase but the text "codebase" does not occur in the entire project. Any help would be appreciated OK, I found the ...Show All
Visual Studio Express Editions Email text box mask
Hi i'd like to know if anyone can help me with the mask property on the maskedtextbox control. I'd like to create a textbox that can only have an email entered into it, and correctly. Any help would be greatly appreciated. Cheers -- Ash Clarke Use regex in a validate handler on a normal text box ...Show All
SQL Server Bulk insert in to a partitioned View?
Greetings once again my SQL friends, I am getting the following error when I attempt to complete my data flow task. The destination is a partitioned view but I get the following error message when I run the package : Partitioned view 'PRICE_DIM' is not updatable as the target of a bulk operation How to solve this problem Hi, Bulk insert operations are not supported for partitioned views. See for more details: Exporting Data from or Importing Data to a View http://msdn2.microsoft.com/en-us/ms187086.aspx You can import Data within a Data Flow Task into a Partitioned View if you use an OLE DB Des ...Show All
Windows Forms .NET Framework replacement for ScrollWindowEx ??
Hello... Can anyone tell me what to use as a .NET Framework replacement for the old WIN32 ScrollWindowEx() function in VS.NET 2005 I need to scroll a portion of my Form - not everything. Thanks a lot, Mikael There isn't a replacement for this. You'll need to p/invoke the API. If you can redesign parts of your form, you can put the scrolling portion of your form in a panel and set the panel's AutoScroll to true. -mark Program Manager Microsoft This post is provided "as-is" ...Show All
Windows Forms Changing the TabPage Bold Property during Runtime
Is it possible to change the TabPage Bold property when the user selects that tab My users don't feel that the selected tab is noticeable enough and have requested that the selected tab's text be bolded. Can it be done Thanks. If you wanted to use Bold text, and you know for a fact that the font used supports the Bold&nb ...Show All
.NET Development Need help! User added to my PC, ASP.Net Machines A's What is this??
Could any one please help. I just opened up my user accounts on my pc running xp pro. I used to have only two user accounts. one was the admin. and the other was my own. Now when I checked there is a new account added that I did not put there. The account was named as follows ASP.Net Machine...A's account. I need to know what this is and can I delete it and if so will it affect anything on my Pc. Am I being hi-jacked I just 2 weeks ago reformatted my harddrive and did a Clean install of my operating system with all updates and I do not want to have to do it again. Please help any advice would be appr ...Show All
Software Development for Windows Vista Filtering persisted instances on state and reviewer
Hi there, I'm busy with WF and like to ask a question. For example, I've got a document. It needs to be reviewed by multiple people. First the writer needs to upload it, and review if it was uploaded correctly. Then a colleague reviews the document and approves it. Then his boss reviews it and approves it. So we have three states * ReviewOriginalAuthor * ReviewColleague * ReviewBoss But all can be done by multiple people. How do I fetch these from SQL-Server It should be something like select * from SqlServer where state = 'ReviewOriginalAuthor' and reviewer = @NameOfAuthor select * from SqlServer where state = 'ReviewCo ...Show All
SQL Server Which method should I choose?!
Greetings SSIS friends I want to implement the following query using SSIS Data flow Source component : SELECT * FROM someTable WHERE someColumn = 'H' How do I restrict the data coming from my data source By that I mean how do I apply the WHERE clause in SSIS ! Should I use a conditional Split component ! but that would mean retrieving all records first then adding the split component (not the most efficient method surely). Any suggestions would be much appreciated. Hi SSIS friend, Yes, you are probably right. If I am to convert all the joins in to merge join components then I would have to sort the input for each da ...Show All
Visual Studio Express Editions About Combobox
Hi friends. I'm newest user for Visual Studio 2005 VB, i couldn't find right way, I need some information. Sorry My English is not so good. I can explain so; I have one combobox, i connected that to my db(Access) There is so much Column, When i select somthing in Combobox i wish textbox show what a that row compoist for other column. ----------------------------------------------------------------------- | Sno | asd | 312sad | kashs| sakd | sadas| yuha | > Column name -------------------------------- ...Show All
Visual Basic Listview control.....removes selected item(s)
Listview control.....removes selected item(s) How to remove a selected items or checked items from a listview control in VB.NET Listview1.Items.Remove(lstapplications.SelectedItems(i)) I thought I can do the same as in listbox but did not work. ReneeC wrote: The following works when multiselect is not set: lv1.SelectedItems(0).Remove() but not when there is a for loop it gives an error For i = 0 To lv1.items.count - 1 Step 1 'lv1.CheckedItems(i).Remove() lv1.SelectedItems(i).Remove() MessageBox.Show(" ...Show All
Windows Forms Binding ArrayList to DataGrid
OK, I've read all the posts here I could find on this and none have helped. I have a sample in C# which works, but translating it to VB.NET and using my own classes doesn't work. The correct number of rows show but not columns. Can anyone suggest why I'm getting no data in my grids after doing all this: 'classes which fill the ArrayList ...Show All
Visual Studio IVSMDCodeDomProvider Question...
I'm subtyping CS project I need IVSMDCodeDomProvider service, so I call IVSMDCodeDomProvider vsmdCodeDomProvider = ( IVSMDCodeDomProvider )package.GetVsService( typeof ( SVSMDCodeDomProvider )); which returns null/ What is wrong Hello, That service isn't a global service (how would it know if it should give you one for VB or C# or... ). You should be able to get to it from the project GetItemContext. Rusty ...Show All
Windows Forms Looking for example for avoidance code
I am looking for example code for going around a plant when blocked, or going wide around a carnivore. I'm working on a pathfinding package for Terrarium developers. However, it'll be a while before it's ready for prime time. In the mean time, you might want to check out this site which has a very good tutorial on A*: http ...Show All
