Convert VB6 dll call to vb.net dll call
I am converting a VB6 app to VS2013 VB.net. In my VB6 app I have the following: Private Declare Function vbInit Lib "MyTest.dll" ( _ ByVal myRegRootPath As String, _ ByVal myPath As String, _...
View ArticleHow can I recover blank VBE 2010 formes? Where is the Object Browser in MS...
i have some VBE 2010 forms that have "lost" all of their controls and objects in the designer. Ths Properties Window kists them, but all I have is a blank form and the code behind. This usually seems...
View ArticleNo idea what and how to ask but here I go
Hello Everyone.First of all I want to say that I am completely ignorant when it comes to Visual Basic or anything that is related to codes, but I am having a situation that I need to resolve ASAP.In my...
View Articlefinding all classes that implement a particular interface
Is there anything available for the IDE that will tell me all the classes in the current solution that implements a particular project. So I am thinking similar to how its find all the reference, if it...
View ArticleSigning Tab does not contain option to specify .snk file
Hi Team,I just installed visual studio 2012 premium and update 4 on top of that. Created a c# library project. Was trying to sign the project with strong key (.snk file). But signing tab is not...
View ArticleVS2013 SQL project: How to create install sql script?
I have created a c# CLR in VS2013 and need to publish it to a sql server that is not reachable from the development pc. How do I create an sql install script like the one presented when VS2013 CAN see...
View ArticleC#.net web application E-mail
How do I make an application that can be able to send both SMS and E-mail and validate the sending and receiving of both ?
View ArticleProject Deployment
Hey guys I am having problems on deploying both my 'windows application' and 'web development'. please give me methods to overcome this issue. THANKS!!!!
View ArticleHow to downgrade from VS2013 professional to VS2012 professional
I purchased VS2013 professional product key online.But I need to install VS2012 professional.I tried to input VS2013 product kep to VS2012, but doesn't work.Is there simply way to make it work?
View Articlecan VS2013 executables with Direct3D be deployed on windows 8.0 PCs?
Hello! I'm running Windows 8.1 with Visual Studio Ultimate 2013. I'm trying to deploy my Direct3D applications on older OSes, specifically Windows 8.0 or possibly Windows 7. The application does not...
View ArticleVisual Studio Express 2012 Registration Invalid Product Key
I have been trying to register my copy of Visual Studio Express 2012. I go through the process and receive a key. When I enter the key, I am told that it is an invalid product key. I have tried...
View ArticleAdd Service Reference from Bug VS 2013
When adding. or updating an existing working service reference in VS2013. you will recieve a :"Service Reference Error: Failed to generate code for the service reference"A workaround to resolve the...
View ArticleHow to copy a solution to one with a new name?
I made good start up project, good for me that is, and want to keep it intact. Now, when I start a new project I want use it or something similar a basis for a new larger project.There is always...
View ArticleRunning DLL generated by visual basic class
Hi I am trying to make a vb class library that will be used in Excel. I complied the DLL, added it as a reference (.tlb file) in the VBA but when I refer the dll function it says "ActiveX component...
View ArticleI cannot create an MFC application with 2012 professional
I have visual studio professional 2012, however when i go to create a new project, MFC is just not an option. My goal is to create an MFC ActiveX application, however, I assume this is a very important...
View ArticleASP DATALIST: Get TextBox value from Footer Button
Hello I have <asp:DataList ID="DataList1" DataKeyField="SIRANO" runat="server" >...
View Article"Object reference not set to an instance of an object" when trying to run an...
I am getting this error very frequently, I have to clean the solution, Build, Rebuilt over and over until this error disappears for a while, then I can continue working and It happends again. Today...
View Articleon change in value of datepicker 1 should be changing a increase of 18 month...
on change in value of datepicker 1 should be changing a increase of 18 month in date picker 2Private Sub DateTimePicker1_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
View ArticleObject reference error when adding a table to local DB
Hi All,I have added added a new 'SQL Server Database' by right clicking on my webpage. When I click on 'Add table' in the server explorer I get the error 'Object reference not set to an instance of an...
View ArticleBeginner's questions to a program I plan on making
Greetings everyone..I am a 2nd grade high school student (Electrical Engineering) from Bosnia and I've recently gotten an idea to make a program that takes couple of variables on the input, takes them...
View Article