Creating a Questionnaire/Quiz dynamically at runtime
Hi there clever ones I am trying to create a questionnaire/test at runtime dynamically. I have a combo box which holds three tests. On the click event I am creating a query and populating a new...
View ArticleVS 2010 Best way for two routines to use the same array/list
Good Morning Everyone, I am struggling to figure out the best way to allow two separate routines access the same array/list. I will be having a routine that will simply add to the array/list and...
View ArticleVS 2010 Is there a way to set auto resize column only for particular column...
Hi all, I have a datagridview with 4 columns defined in it and i would like to set the auto resize column only for the 3rd and 4th columns only. This is because the data being added to these 2 columns...
View ArticleVS 2010 can't resize itempanel height
i cant change the item panel height for some reason it keeps giving me this error can anyone help ? Code: Me.GalleryContainer3.DefaultSize.Height = ItemPanel1.Size.Height Code: Value of type 'Integer'...
View ArticleVS 2008 PrintPreview looks different then printed document
Hi, i am just learning how to print in VB.NET and using the PrintPreview and PrintDocument. when drawing a rect over the whole printable-area it is printed correctly over the whole area, but in the...
View Article[RESOLVED] Picturebox ImageLocation
If I use Picturebox1.ImageLocation = "http://www.website.com/image.png" How can I check if the image is loaded? It is downloading it from the internet so I need my code to be able to check if its loaded.
View ArticleVB6.0 HELP!!! can' register a new username
gud day!, i have a problem in vb6.0 when i register a new username and password in my programme i get this error run time error '424 'object required heres my code, , Private Sub cmdConfirm_Click()...
View ArticleHelp with FindWindow & SendMessage for username & pw text boxes
I'm needing a little help with using FindWindow, FindWindowEx, and SendMessage in order to pass a username and password to a login dialogue box from another application. I am trying to pass a username...
View ArticleLoad CSV or Excel File in VSFlexGrid 7.1
taking help of the code found in this thread SEND SMS FROM VB6 & SMS APIi now am able to send sms from vb. i have a excel file which has phone numbers in column 1. i would like to modify the code...
View ArticlePicturebox to sql Help Please. "Value cannot be null. Parameter name:...
I keep on receiving error message "Value cannot be null. Parameter name: encoder i have a database named Information and field names...
View ArticlePrint Preview of LISTVIEW Does NOT match printed Doc
I have a document I am trying to print and in Print Preview and in tghe Printed Doc the 1st colum gets cut off some how. I have included screen shots. Print PreviewAttachment 95391 I have set the...
View ArticleImage behind Text in MS WORD - using VB6
When I insert an image into a word document using this command: WordApp.Selection.InlineShapes.AddPicture (myPicture) VB6 places it exactly where I asked, that is, right after (or next line below if...
View Articlelistbox and child entries?
Hi All, not sure if this is possible. I have a listbox with lets say: Burger Wrap Wrap Burger Now I also have "child" entries like Burger +tomato -onion Wrap Wrap Burger now from what I can gather...
View ArticleFind/Replace all intances of "," in .txt file
hi everyone, i would like to ask for your expert opinions regarding my problem with .txt file. i have this data: "00000000","000","01 123...
View Articlehow to present data of 2 years?
I have this sales record for year 2011 and 2012. How will I query this record so I can get it on two column: column1 for 2011 and column2 for 2012. this query will now be the basis for my report...
View ArticleVS 2008 [RESOLVED] Check if a Process is Running or not
hi all, I am trying to check if a process is running, if yes it should fire a messagebox saying it is or it isnt, i am using this code by Rohit Arora from this post...
View Articlewinsock chat authentication
how do i go around doing this need your help this topic about client + server server is listening for incomming connection request and accepts that connection then his ready to chat ok fine....
View Articlehelp with this treeview1
i have list1 and treeview1 list1 sarah james treeview1 +imagelist1 sarah james now if list1 contains any usernames and matches with treeview1 then remove that items from treeview1 Code: Private Sub...
View ArticleVS 2010 Invisible tab control
Hi. I want to make an invisible tab control. By taht I mean, that the tab "content" will be visible, but the tabcontrol's button won't. how can I do that
View Article[RESOLVED] Set listview subitem forecolor
Hi I have a listview two colums I am trying to set the forecolor of the subitem I tryed this as a test but not seem to work Code: LstItems.Items(1).SubItems(1).ForeColor = Color.Blue I even tryed in my...
View Article