C1 Flexgrid Help
Hi All I'm using the C1 Flexgrid for .net and I just cannot figure out how to set different cell fonts, I'm populating a notice board and the user can select different fonts like bold, underline etc....
View ArticleVS 2012 how do i publish as .exe
how do i publish my program as a .exe instead of a one click application ?
View ArticleVS 2012 VBA to VB.net syntax conversion
First let me say that I am slowly progressing with my knowledge of visual basic. I know a little more about visual basic for application then vb.net. I would like to to know how to convert this snippet...
View ArticleVS 2010 Sql server and local files - Speed or lack of it
I currently have an application that writes data to an sql database after reading it in from a text file. The file is extremely large and contains 100000's of records, so speed is important. In...
View ArticleTimer
Hi guys, as the title say, can i make Something that repeat it self without a timer ? Like Sendkeys.Send("{A}") without using a timer ? is it possible ? Please don't tell me something like Code: sub...
View ArticleVS 2010 DataGridViewCheckBoxColumn with Button appearance
I would like to have a DGV with a data-bound column that works like a normal checkbox control with the appearance set to "button". That is to say, I want the button to "latch" on and off based on the...
View ArticleVS 2010 How to change Combobox background?
Please help me how to change combobox background? (the white background in default) I want to make it like this one or at least change its white default to more darker color. Thank you so much!
View ArticleVS 2010 [RESOLVED] Polygon Hit Test
Hi Everyone, I'll apologize in advance if this has been asked before. I'm still searching the forum but haven't found anything at this time. What I'm trying to do can be explained pretty simply: I have...
View ArticleTimer Test
I've programmed in Basic in the past but I'm brand new to VB. I'm trying to understand the timer function. I wrote a short program to display a count from 1 to 20 in one second intervals or so I...
View ArticleRead the keyboard layout
I'm developing a program similar to On-Screen Keyboard, it is almost finished but one thing i cannot do, i want to automatically read the current keyboard layout and show it on the buttons caption.
View ArticleRun new code over stream reader
Hey All, Im making a client server app with stream reader, ultimately i need to be able to execute code from the server on the client. As i create new routines to run i need to be able to send them to...
View ArticleVS 2012 Application icon
I am not sure if this is the correct forum to ask this in but here I go: I have developed a Visual Basic Application, and have found an icon on the internet that is free. If I use this icon, and edit...
View ArticleNeed Help, Word Document Text Replacer
Document Text Replacer :blush: Really Newbie :blush: I want to make an Application which can Find & Replace text in an Office Word file (doc) I have document file (read-only) which contain some...
View ArticleVS 2010 Implementing a Refresh method on my own custom UserPrincipal class
Hi, I have a class called ExtendedUserPrincipal which inherits from UserPrincipal and exposes a few extra properties not exposed in the default UserPrincipal class. In my main form I define an object...
View ArticleAdding an Text Box entry to a Combo Box
I know, it seems pretty simply, but its really annoying me! hahaha I am attempting to make a program that will hold stock items in a list view. When adding a new item, an option for adding a category...
View ArticleVS 2012 TTS Pronounciation
When using TTS, I am having some trouble pronouncing certain words. May I please have some help with this. Here is an example: Quote: As you hear a small, gentle water fall in the distance The 'f' in...
View ArticleVS 2005 saving records sometimes working other times its not
Hi! I am having trouble with my code...can anyone help me look at it where in my code is giving the problem. I am trying to assign subjects to students, I do it by first 1. I select from radiobutton if...
View ArticleVS 2012 How to click this button?
Hi all, I would like to detect BUTTON pressing on a WWW. For example, when you press the button pops up the message "OK" I know his ID. Code from site below. How should I properly programmed? Code:...
View Article