Answer Questions
Aqsa Index was out of range
I wrote the following code and it works when there are only 5 items but im doing this on a selection of 233 or more and i get the error same as title The full error message is: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index Dim redv As New DataView(Items1.Alchemy) DataGridView1.DataSource = redv Dim y As Integer = 0 Dim rowcount As Integer = ((Da ...Show All
Bill Lange Picture Box help
I am writing/wrote a database program. I have a textbox where the user double clicks and chooses a path to a picture file. When they hover over the picturebox, it shows a thumbnail. If the picture_linktextbox is blank, it will throw an exception. How can I tell the program that if the box is empty to hide the picture box or simply disable the mouse hover I have tried the following code: if picture_linktextbox.text=Nothing then picturebox2.vi ...Show All
Radwanh ShowWithoutActivation does nothing???
I have added Protected Overrides ReadOnly Property ShowWithoutActivation() As Boolean Get Return True End Get End Property to my "test form" and open it using a timer from my "Form 1" but if you keep typing into the text box on form 1 when test form opens the textbox on form 1 looses its focus... It may be me doing somthing stupid so i have uploaded a test project so you can se ...Show All
lvance1611a Database Questions
I'm fairly new to creating programs that utilize databases. I have just purchased a book about ADO.NET, but I wondering if anyone could offer some opinions on where to start. In particular, what database program should I begin learning Most of the applications that I want to develop will really only need a local unshared database to systematically store and recall information. I would really like to avoid spending a large amount of money on p ...Show All
Hey all Help - where is ScreenSaver config?
I'm very new to VB.Net and am using the ScreenSaver starter project to help me learn. However I can't get the config/options form to display when I run the project. Even with /c specified as a parameter. If I Build I get a .scr file but not a .scr.config as the documentation says. Has anyone any idea how I can access / include the config form in my project Thanks in advance Jon Hi Paul, Thanks for your help. I ...Show All
Mr. Boogie opening files
hi i installed visual basic 2005 express edition beta, but for some reason i can't open my files from school on it. another thing when i make programs how am i supposed to save them because they save but when i open them they won't run that is strange. could you upload your project i just go to open and select the file but the run feature is disabled its like its in read only mode and i cannot run it un ...Show All
Brian Speck Changing Wallpaper With VB
I'm trying to find/make a vb script ( .vbs file for win xp) that will change the Windows Desktop background (for current user only). I am new to VB so any help anyone could give would be nice. Hope someone can/may/will help. -Wolfe I have 2003 .net on a disk now, but am using vb6. there are afew samples for vb6 that do what i want, just with alot more blunk. i didnt want the need for an exe but if i must then eh owell, i dont mind the tro ...Show All
C#wanabe How to add items in the listbox?
Hello All Forum Members, I have a access database contains tables I want to add thoes tables in listbox as the items .. How can I do that in VB.net 2003 I am very greatfull to you people for answering me this question and resolve my issue ... thank you very much ... Fatir Siddiqui Hi! Do you want to create list of tables from database or you want to add values from some table to your list Common scenario is to fill data ...Show All
Cyril839 Scrolling Text
Hi There, Unfortunately another vb beginner for you guys here. I am building a windows application and I was wondering if it it possible to display text in a scrolling fashion i.e. with a label scrolling text through it. Like in some news websites where the main headlines would be scrolling along Hope this isn't a silly question Thanks very much Colin Hi Christian Thanks very much for the reply...ony ...Show All
zproxy Remote SQL Server Connection
I know this question gets asked frequently, but I really haven't found any great answers to it, if someone knows of one, please refer me there. I have a remote SQL Server database that I'd like to connect to. At least occasionally. I am working on application that sales people will take out in the field with them to "configure" sales contracts. I am using VB.NET Express to write the first version of this software. Since I am not sur ...Show All
evilone Need Perfect Solution For Creating Master-Detail Form In VB.NET
Hello Guys, I am starting new windows based application in VB.NET. I have choosed MSDE for back-end. And this is a network based application. I have created master and detail form. In master form i show some list of records from databse and in detail form i show detail of record selecetd in master form. now here in detail form i have added 3 to 5 ComboBox and fill/bind with master table. Can i every time bind master records with Comb ...Show All
Wayne Ligon text formating
Hi, i would like to ask whether can i format the text in textbox in such a way that whenever there is a bullet, it will display it in a newline. the textbox data is retrieve from a database in the same column. Actually, sorry, there's a heaps more efficient way of doing this. I should switch my brain on. txtDisplay1.text = txtDisplay1.text.replace("bulletchar","bulletchar" & environment.newline) ...Show All
graphex Data menu not available in web service
Hi I have a web service project, and want to connect to a DB, and return the data from the web service The problem is that the data menu is not available, i know i need to create a data provider, but i cant... what am i doing wrong Regards Greg Phillips this is not really a web services question. our team doesn't own the designer, etc. in visual studio. i am going to move this thread over to the IDE forum. ...Show All
Jason Lind CommandLines, JIT, and Errors
Okay, so I've finally discovered a way to get the variables from startup and try to format them into a String. I can show the entire CommandLine from using: msgbox(System.Environment.CommandLine.ToString()) But I want to format this, then place it into a textbox as a value. I try this method thus: Dim args As String = System.Environment.CommandLine Dim values As String = args.Substring(args.LastIndexOf(".") + ...Show All
Tokamosh how to get the column name from recordset?
actually it's just a simple task. i need to get the column name from table in active sheet to another sheet. i've done with getting data from external file (from Ms Access to Ms Excel), and copy the data into spreadsheet. now i want to make chart based on parameters choosen bt the user. In order to provide the user interface to choose parameters, i need to get the column name. should i get it from the recordset before i copy the data into ...Show All
