VS 2010 Repeater Paging
Hi all, I need to implement paging with a Repeater, have searched all over and lost count of the many proposed solutions I tried in vain. Please consider: ASP: Code: <%@ Page Title="" Language="vb"...
View ArticleCase Sensitive Text Box Question
Hi, so I have this code: Code: sub button_click() if textbox1.text = "blah" then 'do stuff end if end sub Basically I want to "do stuff" even if the text box contains a string with cases different than...
View ArticleVS 2010 show a picture after type a text on textbox
hi I am trying to create a login form with data base, when the user enters his name his picture appears but I do not know how to do, I thought I'd use the lostfocus event of the textbox but dont know...
View ArticleUnloading form in style
Hello reader Does anyone a better way of unloading form in style? Please help if u do. Thz
View ArticlePocketPC - App still be in the background
Hello, I've developped an app for PocketPC WM 5, with CF 3.5. I've finished it and I'm debugging it now. But I noticed a weird thing: I've got a MAIN form, and when I close it (with the little cross on...
View ArticleTimer Problem Help Needed!!!
Hi All I have a problem with the code below when I click start it counts down from 20 in the label which its fine, if I click the stop button which stops the timer it stops the count at that time in...
View Articlescript format - remove double-quotos
Hi all, I have a script that reads from a txt file and then insert rows into db. Recently, there was a need to remove double-quotos from specfic txt file column, and I did it. However, I need to...
View ArticleCell Phone Format Help
Hi guyzz, I need a small code that does formatting a cell number as "0XXXXXXXXXX" . Any help appreciated...Please below for more details... I dont want to return a boolean. I need your function to make...
View ArticleVS 2010 Extracting and Opening Files from resources
Greetings everyone. It is my first time to post a thread in this forum and It's my first time to join in so sorry for any trouble. ok so here's what bothers me. I wish to open a file from the resources...
View ArticleField auto increment
Hi, I just want to ask if how can i make my field ID to be auto_increment i am using sql server express. Thank you in advance.
View ArticleVS 2008 [RESOLVED] Axwebbrowser
Hi all, I am wodering why it make my app freeze when I navigate with this comp. All goes well untill 3-4 url clicked. The app freeze. whole pc even freeze. Any clues?
View ArticleTip: How to disable the Right-Click Context Menu for a Textbox control array
After looking at a half dozen possible solutions I came up with a simple answer. In a MouseDown event when the right-button is clicked disable the textbox, then do what you want instead of the pop-up...
View Articleclosing, hiding, and showing forms
I am trying to display a form that I have previously closed in my application. Right now, I close it using me.close, and I cannot display the form again. I am trying to load it from another form using...
View Article(Advanced) - Base Collection-Type Manual Handling
This is very basic and there is no more information or another way around it. There are surely hundreds of ideas out there and I'd accept any pointers. It won't be easy and it could include some crazy...
View ArticleVS 2010 [RESOLVED] Loading the System Info form
In the about screen for VS2012 (and many other applications) I see that there is a "System Info" button. When this is pressed, the information related to the OS is displayed. Is this a custom form made...
View ArticleVS 2010 [RESOLVED] Manually adding data to DataGridView
I'm using DataGridView without binding it to any source. I want to add all data manually. I got the way to add a new row. Code: empDataGridView.Rows.Add() 'empDataGridView is the name of DataGridView...
View Article[RESOLVED] DataGridView_CellMouseDown
In DataGridView, I want entire row (entire cells) to be selected when one cell is selected. I'm using this piece of code to acheive this. Code: Dim i As Integer For i = 0 To...
View ArticleCopying Picturebox to another form with everything intact??
I'm not sure what I'm doing wrong here... I have two forms in my project. One has only a PictureBox (frmMain) and the other (frmDataCell) has a PictureBox with Labels overlaying it. I am needing to...
View ArticleVS 2010 Connecting to MS Access Database using Microsoft Jet OLEDB 4.0 engine
Hello guys! This is the first time ever I'm connecting to a MS Access Database. I'm using Microsoft Jet OLEDB 4.0 engine. This is my connection string. Code: con = New...
View ArticleHow do I sort the the keys of a dictionary
Seems silly! But I want to sort the keys of the dictionary or may be the dictionary itself in an ascending order. Please tell me the namespace to import also, it would be good if I get an example.
View Article