MShFlexGrid and Formatting SubSet
Hello i have this problem and i really need some help I have made a shaped recordset and passed it as datasource to a MsHFlexGid The FG fill nicely with all the data and "hides" all the extra...
View ArticleMultiple downloads with checkboxes in vb.net
Hey, I started using WebClient in vp.net I started with creating a button which I made into a download button, but how can I connect the checkboxes? e.g If I had 10 checkboxes then I sould have 10...
View ArticleString Output Forum
Obviously VbTab is not the right way because of the various lengths of the data. I want the output to be to formatted with a headers next to each other and the date below. Code: Private Sub...
View ArticleVS 2010 Connect to password protected shared location for access DB
I would like to connect to a password protected shared location that has an access database using an ASP page. I have the user name and password needed to connect to the shared location but I am not...
View ArticleTimer Help (How to create a Simple Timer with (Minutes and Seconds Only) ?
Hey everyone, I guess a few of my colleagues in here knows that I really dont like timers! I am trying to create a timer for a Chat Room that allowes users to Chat for a Certain Minutes. But I wanna...
View ArticleControl/Form background image performance as a function of image format/size
Hi all, A few quick questions regarding background images for forms/controls. In ALL cases I'm looking for the best performance in rendering at form load/ switching between tab controls etc. 1) Does...
View ArticleHow to get height of individual buttons in a MenuStrip
I have a menu strip, that can have buttons added/removed. I want to be able to get the height of each individual button, and add them up. Is this possible?
View ArticleQuestion about Picturebox
I have a VB program I am working on. On the Form is a picturebox called Picture1. It's ScaleMode is set to vbPixels and it's ScaleWidth is 216 pixels and it's height is 72 pixels. In a sub some of the...
View Articleunbelievably long "background operations" in vb.nte
I have a vb project. it has ~10 forms. a little while ago it started misbehaving in the following way: after loading the project the first time i click a button on a form to drop into the code, it...
View ArticleVS 2012 Dim As New Web Browser
Hi guys, I want to make a private program and i'm stuck with dim something as new webbrowser browser.navigate("www.youtube.com") but this function only focus on internet explorer, Since internet...
View ArticleVS 2012 Check Default Radio Button
Hi. I am building a Tic Tac Toe game and I came across some trouble when I was trying to select the Radio Button that the variable states. Heres my code. Code: 'Level Selection Enum Public Enum...
View ArticleVB 2010 Form1.cs Form1.vb question
i have a tutorial on the net, but my problem is.. on the net it is on Form1.cs but mine is on Form1.vb when creating new application how can i change it to cs from vb and how can i return it..
View ArticleHow to determine the Url of the current page that Webbrowser is on
I am writing some code to navigate to a particular web page determined by the current page webbrowser1 is on. That is, if it was on one page go to a certain page, but if it was on another page go to a...
View Articlecell backGround
just encountering a tiny issue but i'v been pulling my hair to resolve it. after adding the custom controls (4 labels, a dataGridView and a button) into the form, see structure below, -- Main Form --...
View Articlecustom dgv rendering
hi i am wondering if any 1 knows how i would go about making something like what is in this post for a DGV http://www.vbforums.com/showthread.p...Strip-Renderer
View ArticleChanging written signature?
Can I just write dee-u as my written signature and it should still be legally allowed? When I 'designed' my signature I was still in high school and as times went by it does not look the same as the...
View ArticlePrevent direct access to files in a specific folder ?
I have a folder on my server that I use to store .zip files that I upload via an upload script on my website. I want to give access to these files to my "registered/logged in" users. How can I deny...
View Article[solved] Best way to "wait" when using form transitions?
I am using the DLL from the following google code project in order to create some transitions in my UI: https://code.google.com/p/dot-net-transitions/ Now, the transitions happen asynchronously, so I...
View ArticleVS 2010 Trying To Use ObjectListView
Hi, Well, im trying to use: http://www.codeproject.com/Articles/...o-Use-ListView I've added a reference to the .dll and added the components, as said, that was no prob... I then added: Code:...
View ArticleVB6-Problem with User-Defined Type
I have a User-Defined type that is declared as Public in a module: Code: Public Type T_DATA bdata(1 to 276) as Byte End Type When I define a variable (PublicKey) as Public in a Class module, I...
View Article