Blank row in editable datagrid
Good Morning! Hopefully I am posting this in the correct forum location. I am currently working on a new data application that is a vb.net web based application using visual studio. I have a form with...
View Articlecan i see contextmenu at design sime
i have dragged a context menu from the toolbox onto a form. at that time i am allowed to add items. but if i click somewhere else the menu disappears. i would like to be able to see it at design time....
View ArticleVS 2010 [RESOLVED] Webbrowser code doesnt work.
Hello, This is my code: Code: WebBrowser1.Navigate("http://www.*****/***.php") While Not WebBrowser1.ReadyState = WebBrowserReadyState.Complete Application.DoEvents() End...
View Articleinsert datagridview items in to access db.
i have access db where i want to insert data from my form's grid view. I have a button that would insert the data into table but i only get 1 row inserted when i have multiple rows in my gridview. I am...
View ArticleVS 2010 Embedded Web Server that supports ASP.Net 4
Hello guys, I am trying to make a asp.net app easier to use for my client; Currently I have him download Abyss Web Server and configure it, however that is causing him headaches. I am now looking into...
View ArticleHow to Start a Process by Clicking on "ITEMs" on a ListView or Listbox?
Hi everyone, Pleased to be back after a few weeks of working on my little tool. (Tired of using the Command Line to Start a Game with Levels): Credits to member dunfiddlin for helping me out with this...
View ArticleVS 2008 Check if a process is running, and if it is focused
Hi ! I have a function for checking if process is running, but now i want to check if its focused, and if not then return. I'd do it like this : Code: If processFocused("some_name") = True Then...
View ArticleVS 2010 Need Help about user input
Hello guys, I'm super new to this site and said "heck i will sign up and maybe get some help and become active" I am working on a tutorial application for windows c++ using visual basic In order for me...
View ArticleBuilding Dynamic Toolstripmenuitems
First let me say I'm relatively new to VB.net. Haven't done any coding in visual basic since VB3. I'm in the process of rewriting an application originally written in VB3. What I'm having a problem...
View ArticleDatabound Data Grid View Format Mulitple columns to $ currency
I have about DataGridView that is Bound to mDataTable Code: Public Class Grocery_List Dim mDataTable As New DataTable Private Sub BindGrid() mDataTable.Columns.Add("Item")...
View ArticleVS 2010 Need help with string
Hey vbforums, Let's say I have this text file: Code: [text1] line 1 line 2 [/text1] [text1] line 3 line 4 [/text1] How can I get the text between from both [text1] and [/text1] Coded this function, but...
View ArticleVS 2008 regex
What is the regex to scrape the number 3970 in the below string? Top Best Sellers Rating: #3,970 in Electronics (See Top 100)
View ArticleVS 2008 Deploy an application with SDF database
Hello, I created a really simple application that reads data from SDF database. The connection string is the following: vb.net Code: Private con As System.Data.SqlServerCe.SqlCeConnection = New...
View ArticleVS 2005 How to use same helping form for all the forms.
Hi. I have 3 forms, Sale Form, My Purchase Form and "Prod Info Form, which is a helping form" When i insert the SaleID on my Sale form so on its lost focus event, the helping form appears with a DGV on...
View ArticleVS 2010 Show a tooltip under the mouse cursor.
Is it possible to manually show a tooltip under the mouse cursor? I change my cursor icon with (Me.Cursor = Cursors.AppStarting), but i further want to show an tooltip under mouse icon. thanks shafaqat...
View ArticleVS 2010 Finding an Object in a List
I have a SpeechSynthesizer Object that calls a SpeechSynthesizerObject_SpeakCompleted. Here is my code: Code: Private Sub SpeechSynthesizerObject_SpeakCompleted(sender As Object, e As...
View ArticleString Concatenation: Display Messages Depending on Variable Name
I know this sounds like a stupid question, but I am having difficulty figuring this out. I am using string concatenation to display a variation of the following message for my application: Code: Based...
View ArticleVS 2010 Topmost
Hello everyone. This is probably really simple but I cant figure it out. How do I get the current form im using to stay visible even if you click behind it. Example: I have 2 forms showing, the top...
View ArticleVS 2008 Change background color using a timer
Hello, how can I change my form backcolor using a timer every 10 seconds?
View ArticleVS 2010 A 'multiple swf '- player
I want to make a program to play multiple swf-files after eachother in a loop. I'll be putting them all in a folder and then the prgm needs to play all the files in the folder. Until now i just use a...
View Article