Free Version Of SQL That Includes The SSRS Capabilities?
Aug 29, 2011Is there any free version of SQL that includes the SSRS capabilities. I found the 180 day free trial. None of the Express version I download seem to have SSRS.
View 3 RepliesIs there any free version of SQL that includes the SSRS capabilities. I found the 180 day free trial. None of the Express version I download seem to have SSRS.
View 3 RepliesWe created a VB.Net application which includes SSRS reports that runs on my development computer. Do you know of a step by step guide that steps us through deploying the reports on our customer's computer? We will be installing SQL Server 2012 Express Advanced on the target computer then configuring the reporting services then installing the application. The last part we need help with is to install the reports themselves on the target computer.
View 1 RepliesWhere could i download a free full version of an SMS DLL for vb.net?
View 1 RepliesHere is a link to a FREE Beta version of a .Net decompiler.Some of you may find this useful? >>[URL}..If you do try it within the next 5 or so hours while I sleep, you may want to leave feedback of your experience(s) here in this thread.I have merely posted the above link in case any of you want to try a decompiler.
View 8 Replieswhere can i download free installer of vb.net 2008 version? rili need it now,.
View 1 RepliesCan I make applications in the Free version of VB Express and use them on other machines?
View 9 RepliesHow they relate and differ from each? What are the best practices for version control? Is there a primer about publish online? Or a good book?
And is it possible to make ClickOnce and a msi in one solution of VS 2008? If so, is there any conflict or pitfall?
BTW I am using VB if that makes any difference.
I created a program with a textbox on it and a button that does something with the text in the textbox.How do I make that program COM visible, load it and automate it from another project?My goal is to be able to automate the program using COM:
Dim myProj as object = createObject("myProgram")
myProj.setText("Hello World")
myProj.buttonClickEvent()
Similar to how you can load a new excel and automate via interop:
dim xl as object = createobject("excel.application")
Dim wb as object = xl.workbooks.add
Dim ws as object = wb.worksheets(1)
ws.cells(1,1) = "i love stackoverflow"
How do programs do this? I'm looking for the answer VB.Net specific.
I want to add DirectX capabilities to my project and I don't feel like messing around to learn WPF at the moment. How can I include DirectX into my project running VS2010 .NET 4.0. I know MS no longer supports managed code for DirectX but is there an API module or something I can get.
View 3 RepliesI'd like to create a Windows form that allows a tablet user to enter a signature. I'd then like to capture that signature as a bitmap on the clipboard.
I've got some code using the InkPicture ActiveX control in MS Word Xp (2002) and it works marginally - I think the control is hobbled because of security issues.
Is there a .Net control to capture mouse/pen strokes ala InkPicture? I see some old WinXP Tablet stuff out there but the capability should be part of Vista+ which is my target platform.
Should I just be looking for a simple drawing form example that can scribble a signature then get the image on the clipboard for paste into a Word doc as a signature (the ultimate goal?)
I'm working on a program that needs Speech Recognition and every website says to download the Microsoft Speech Recognition Engine. I can't find that, but I've downloaded all the SDKs. Are they the same? And it always says to add a speech recognition component to the form, but I can't find where that is in Visual Basic 2005. I'm using the Express Edition, but I don't think that matters.
View 4 RepliesI have been working with TWAIN driver for few days. I have learnt how to connect to the scanner or get the working scanners connected to the machine. I am having a problem now, eventhough i get connected to the scanner, I am not able to set the capabilities from my application. The scanner scans using the capabilities that are set on it but not from my application. I have looked at the sample code given with twain pro but even that doesnt set the capabilities of the scanner. For example if the scanner is set to 300 dpi and I set 200dpi from my application, the scanner scans with 300 dpi. It gives me an error saying that the value given is out of range.
View 1 RepliesI want to allow the user to write a little script (JScript, VB, whatever) with a function called by my application that returns an XmlDocument object (a string would be ok).I did some research, and it looks like the scripting engines are obsolete.
The best solution I could find is here: [URL]..But I was wondering if there is a better and more "official" way.
I've not got any issues with Cross threading but I hate the amount of work involved in sorting cross threading issues out.I thought today that my inherited Listview Control could have built in cross threading capabilities; it would decrease the amount of work on the form, and tidy things up.I've got this to work (EnsureVisible method), BUT I'm a little stuck when it comes to the Items.add below is my example control.
[Code]...
building a server control that inherits button and giveing it other click capabilities
View 5 RepliesThis code no longer works in ver 2007:' Obtain max resources available for Excel
[Code]...
Is there any way to make my programs use a lower version of net.framework other than the newest version 4 that comes with VS2010?I use my programs within a closed network and there isn't an easy way for me to install any software since I'm not the administrator.
View 3 RepliesI'm trying to add functionality to my application that will disable buttons and checkboxes depending on what version the OS is when the app is launched. I made a test app to test this but unfortunately I can not get it to work. Here is my code:
'OS Check
Dim osValue As Object
osValue =
My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrent Version", "CurrentVersion", "5.2")
[Code]...
*Note - 5.2 is Windows 2003, 6.0 is Vista, 5.1 is Windows XP
I have created a license system for my application with MySql about half a year ago. What it would do is take the serial number and send it to my server if the key was correct it would return a 0 if its wrong the return value would be a 1.The problem was that when the serial number was entered correctly my program would create a "fake file" for example vb.dll in the system.And on run time my program would check for that vb.dll if the file exist it would skip my trial program and run the app as a full version. Half year later i think creating a "fake file" and checking for it on start up is extremely wrong and that's not very good security.How can i check the difference between a full version and unregistered version?
View 23 RepliesI have a XML file with the latest application version number, I have this loaded into a variable, how can i compare this against the application.info.version to see if it's the latest version??
View 3 Replieshow to get my compiled program onto another computer. I'm using Visual Studio 2010 Professional.
I've read and tried ClickOnce deployment and Setup Installer, but I'm not getting it right.
With ClickOnce, I manage to install the program and it has the menu item and icon in the Start menu, but when I try and run it, it tells me that it can't find the text file. I put the file in the bin Debug and Release folders, selected 'Build' then 'Publish' and still no go.
I tried the other option of creating an Installer (using [URL] as my guide), but I get the same error - the txt file can't be found.
I've done this several times, but just can't seem to get it to work. Other resources online, like YouTube, just cover a project that doesn't include a text file or database file etc.
I have to create a Dialog box to get the user's selection. I can use the InputBox to get text but if it is able to show a Dialog Box with a Combobox, user can easily select items.
View 2 RepliesI have an access database which includes Customers table and one of its columns is the Birth date. In project in visual studio, using visual basic 2010, I have a form with a calendar. In this form I want to show who has birthday today. How can I compare all the customer�s birth date with the day we have today? And have as result a label with all birthdays?
View 1 RepliesI've been working creating a few programs in visual studio 10. These work fine on my own PC because I have the .net framework installed. However I need to be able to distribute these programs as a single .exe file download from our website and also as a single .exe file via CD.
Most of the PCs which will be installing my programs won't have .net framework installed and I don't want to force people to have to download the files from the internet (it just seems like so much hassle and I can't guarantee that everyone who wants to install my programs will even have access to the internet).I know that I can set pre-requisites in the publish tab and I have done this whilst setting "Download prerequisites from the same location as my application". I've already downloaded the redistributable files WindowsInstaller-KB893803-v2-x86.exe and dotNetFx40_Full_x86_x64 and I've put the files in the same folder as my project.I then go into the publish wizard and select that users will install the application from a CD-ROM or DVD-ROM. Unfortunately I then get the following errors:
Error 2 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'WindowsInstaller3_1WindowsInstaller-KB893803-v2-x86.exe' in item 'Windows Installer 3.1' can not be located on disk. See Help for more information.ConsumptionCalculatorDraft1
Error 3 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX40dotNetFx40_Full_x86_x64.exe' in item 'Microsoft .NET Framework 4 (x86 and x64)' can not be located on disk. See Help for more information.
ConsumptionCalculatorDraft1
I am in the middle of the creation of an application using vb.net. I have a database created in MS.Access which includes 7 tables. I connected this one with my parent program code. Now the problem is that I want to display the data from each column. I have 12 columns and 14 rows in my first table. How can I display data from one column in a Combo box?
View 1 RepliesI am trying to make a simple program in vb that includes a combobox with a textbox on top and a list box. Basically, the user should be able to type somthing in the textbox, click a button which adds it to the combobox, then click another button which adds it to the listbox. I have all of this done fine, but i am running into some trouble and have some questions.
First, theres a textbox right ontop of my combo box. I would like the textbox text to display whatever value is selected in the combobox. right now its just always blank because the textbox is on top.
Next, if the item from the combobox is added to the listbox, you should not be able to delete it from the combo box. how would i achieve this?
Finally, i need to create a function named "is included" that searches the listbox to check if a certain value is included in the list box. This search just needs to return true or false. I have no idea where to start with this part or what i should do.
Public Class ItunesKiller
Private Sub AddButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddButton.Click
[CODE]................
i have this solution that i'm suppose to make an installer of, but because it calls a datebase and the database is not within the solution therefore it was not included in the installer.
and my installer cant work correctly. is there anyway i can go around doing it?
I have a problem here. I want to distribute .net framework and windows installer along with my app installation file. The questions:1. Is it legal? Windows installer, yes it is legal. I don't know about .net framework 3.52. Which folder do I have to put the files? I tried the publish, debug, and root folder of the application, none works. I select download from the same location of my application in clickonce.
View 3 RepliesMy project which includes an access database is published for distribution on a CD. The database properties are set Build Action - Content, Copy to Output Directory - Copy if Newer. I need to be able update the published project. I have used ClickOnce Publishing Process.
View 1 RepliesI want my application to do something special :D.. jks
I just want it to compare assembly version to the file version something like this (btw i also want it if it is the same i want it to enable a button):
Private Sub StartSplash_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
If Assembly Version = File Version Then
[Code].....
so how do i detect Assembly & File version numbers?