Run a VB.Net & C# Project Together in Visual Studio
This may have been covered elsewhere, but I have googled and can't find a way to do it. Can someone (if this is possible) explain how to do this?
View ArticleGet SystemInfo FrontEnd v1.0
Hi, this is a little program I made last night after I found a little tool in windows 7 systeminfo Well this is a basic GUI around that tool that collects information puts it into a list view control,...
View Articlepassing recordselectionformula to subrepot vb.net 2005
how can i pass recordselectionformula to subreport vb.net 2005 and crystal report 11
View ArticleConfused about code to DOWNLOAD - want to modify to pass large JSON to...
I have been using this function I found a long time ago to do downloads - I want to modify it to pass a large JSON string to the download.aspx page. With that said I am trying to first understand it...
View ArticleUnity container and persistence
Following is the code I have in my API classes: Code: unityContainer.RegisterType<ISecurityManagementService, SecurityManagementService>(new...
View ArticleHow to open a file in VB6 using app.Path?
When the button is clicked, I want the file to be opened. The file will be in the same directory as the visual basic project. Therefore, I need the code to open the file using "app.Path". Any solutions?
View ArticleWebmin + Apache Virtual Hosts + Subdomains
Ok this is on a VPS CentOS Im using webmin BIND DNS is stopped. my domain A - Record (on domain provider) points to VPS IP NOw the domain works. www.domain.co.uk also works. I have set up a apache...
View ArticleVS 2010 Notepad++ - like text editor?
Is there anything samiliar to this? See picture. Attachment 94511 A text editor with syntax highlighting and lines, etc. Is there anything samiliar that I can use? Attached Images
View ArticleCross-thread operation Issue
hI Friends,can anyone tell me ? . Why i am getting the following error when i try run the following code ?.it says the following Cross-thread operation not valid: Control 'label1' accessed from a...
View ArticleRant: I am just a newbie
Somedays I wonder why people seemingly hide behind this phrase. 10 years ago I never heard people using this phrase, so is part of the new generation of people wanting to hone this craft getting lazy...
View ArticleDecompile app with GUI
Hi, Is there any decompiler for .NET that is able to decompile completely just like a the original project with solution file, form GUI & codes? I tried Reflector (still under free-trial) but can...
View ArticleVS 2008 Help with DateTimePicker in vb 2008
Hello there I'm making my first program that uses a DateTimePicker and it's going really well except for one problem. I want the datetimepicker to show today's date but i want the time to be something...
View ArticleHow to open an .xps file in VB6 using app.Path?
When the button is clicked, I want the file (it's a XPS document) to be opened in windows. The file will be in the same directory as the visual basic project. Therefore, I need the code to open the...
View ArticlePasting clipboard into XML
hi all. i found this script on google. not sure where from. Code: Set xmlDoc = CreateObject("Microsoft.XMLDOM") xmlDoc.load "settings.xml" 'Locate the desired node 'Note the use of XPATH instead of...
View ArticleListview item removal
Here is my code, where did I go wrong and what should I look at on changing? Code: Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click...
View Articlehow to get a list of computer's group membership
'-------------------------------------------------------------------------------------------------------------------------- ' - Start - User's PC Group Membership...
View ArticleDatecrossing Monthcalendar
I've decided to edit the monthcalendar. Currently it's extremely limited as to what it can do. It was written in VS 2012 targetting the .net framework 4.0 Features:You're able to cross out selected...
View ArticleVS 2008 VB6 to VB.net textbox or control DataChanged
I am struggling to find an answer. Ive searched everything, tried a few things and I am not having any luck. Since vb.net does not have the datachanged property anymore, i need to replace it, but cant...
View ArticlePlot area is nor shown!
Hello to all of my VB Forums mates. Merry Christmas. Here again with a little problem. I have a chart added to my from. On the run, borders, title, series name are shown, but the plot area is not. I do...
View ArticleCombobox unhandled exception
I made a combobox for the user to select a style for the application. When I test it by selecting each index I get an unhandled exception, what should I look at doing in order to fix this. What is...
View Article