VS 2008 Passing table Name as Parameter in Joins
i wanto create a store procedure like this and its saying error near @mytable CREATE PROC getdetail @mytable AS VARCHAR(100) AS SELECT e.ItemCode, e.OemNoOne, e.ItemDesc, e.ModelNoOne, e.StockNoOne,...
View ArticleVS 2010 Find the last line and increase it (More info in thread).
I'm new to this forum and to VB.NET, and I have a hard time looking for a solution to what I want to achieve. I know posting here without even trying is plain spoonfeed, but I tried and failed. I...
View ArticleShow children forms in modal dialog
Hi, I have a form with the property 'name' set to 'frmMain' and the property 'isMdiContainer' set to 'true'. After, i have another form with the property 'name' set to 'frmChild' and the property...
View ArticleVS 2005 Why Visual Studio 2005 is not installing on Windows 7 Professional
Hi. I have installed Windows 7 Professional (64 bit) but when i started installing visual studio 2005 professional so it gave me error that this is not supported on Windows 7. So what i do now? I'm...
View ArticleVS 2008 [RESOLVED] Treeview refresh...sorry!!
Code: Private Sub LoadTreeView() Dim letter_nodes(25) As TreeNode Dim letter As Integer Dim row_num As Integer Dim data_row As DataRow Dim record_node As...
View ArticleVS 2008 Pass Table Name as Parameter in storeprocedure that have joins in tables
i wanto create a store procedure like this and its saying error near @mytable CREATE PROC getdetail @mytable VARCHAR(100) AS SELECT e.ItemCode, e.OemNoOne, e.ItemDesc, e.ModelNoOne, e.StockNoOne,...
View ArticleVS 2008 vb.net convert
hello i am having hard time while converting this project for vb.net Any type of help will be very much appreciated. project:http://vbcity.com/forums/t/151778.aspx i am using Visual studio 2008 for...
View ArticleVS 2008 SendKeys.Send with countdown
Hi ! I want to make a program that will SendKeys with a countdown, that would be turned on by pressing 1 and turned off by pressing 2.I know pretty everything and i almost made it, however i dont know...
View ArticleVS 2010 Accessing "Open with" context menu
I have a file browser in my VB.net application and I'm trying to either a) display the native Explorer file context menu so that users can manipulate files as in Explorer or b) create a vb.net context...
View ArticleVS 2010 Custom ListView control max characters.
Hey. I'm using a custom ListView control Chris001 made for someone here, add it to your project and build. Code: Public Class ListViewEx Inherits ListView Private imgList As New ImageList...
View ArticleAdding a series to the chart without overwriting the last one
I must be doing something wrong. When I add a second series it overwrites the original. I think it has something to do with the datatables generating their own axis values. Any ideas for a workaround?...
View ArticleAmbiguous in the namespace issue, even after removing previous control
I was using a control in my application and then decided to make some customizations to it so I modified the control and built it and removed the old control from my project and dropped the new one in....
View ArticleVS 2010 Need to read Registry binary
Basically, my code Code: Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load Dim readValue As String readValue = My.Computer.Registry.GetValue _...
View ArticleUploading Image To Website Using It's API
Hello, I am not sure if this is the correct place for this topic but it seems to fit in decently. I am an owner of a image hosting site and I am currently working on a project/application that will run...
View ArticleVS 2008 How to stream windows console's output to a listbox?
Hi, I'm very new to VB.NET. I'm trying to capture the text shown in a batch file when executed, and show it in a listbox in real time. I Have tested many codes but none of them worked. I think it's not...
View ArticleTrim text...
Hey gang! Simple question here... I'm trying to remove the beginning of a string of text that contains the users name and information. Username: This is the info i need What I'd like to do is remove...
View ArticleFormat Textbox as negative Currency only
I have 2 textboxes that are formated as currency but one is only going to be for negative currency like a coupon... say $.50 off. So my current code is Code: txtCoupon_Validating(ByVal sender As...
View ArticleVS 2008 Little Help About Vb.Net Applications
I was wondering, is there a way that A Vb.Net Made Application Unable to decompress i mean there are people that ruins our works by decompressing it and using the codes without crediting and without...
View ArticleVS 2010 button behavior to avoid multiple clicks
hi I have a button which becomes grayed and inactive when you click on it but if you clicked two or more times instantly it memorize all clicks despite that Private Sub Button1_Click(ByVal sender As...
View ArticleVS 2010 A Bit Of Help Please
Is there anyway I could extract text from a website and place it into a textbox? The only ways I've found are just how to extract the source of the site, but never the actual data that I need. Is there...
View Article