Finding the boundaries of an RPG room
I'm making an RPG where the map is stored as characters representing different tiles in a two dimensional array called Map(30, 30). The code is in another thread I posted, if you're interested...
View ArticleVS 2010 [RESOLVED] Assigning an image to an DGV DataGridViewImageColumn from...
Hi, I had a datagridview (DGV) that I was assigning an image (from an imagelist). On reflection I wanted to make the DGV equal to a datatable (using a dataview). This was primarily to make filtering...
View Articleconvert existing RTB to TransparentRTB
Hi. I have a richtextbox created in the design view. I coded several things for it and now I realised I need it to be transparent. I found some TranbsparentRTB class codes and inserted one in my...
View Articlevisual studios
sorry if OOT, i wana ask which is better between visual studio 2008, visual studio 2010, visual studio 2013? because i think, newer version not always better version softwares...
View ArticleVS 2010 Error: Reader is closed...
Hello all, I am fairly new to vb so excuse me for making stupid mistakes :) I'm writing a simple form that gets data from a sql server and for every result there should be 2 files be written. One .xml...
View ArticleVS 2012 Label Text. Add .00 If Whole Number
Hi Guys, Wondering if anyone can help, I have a bit of code that says "lblNewValue.Text = "£" & NewValue" New Value is a simple subtraction calculation set to a data type of Double. However I would...
View ArticleHow to make a number triangle in Vb NET
Hi there, I am at a total lose on how to make a number triangle and hopeing someone could help 1 22 333 4444 55555 Thanks a ton! Handz
View ArticleRefresh Data In a Data Binding ?
I have a VB Windows Form that is bringing in SQL Data into Data Grids. I have Three Grids that have seperate data bindings and querys but they run off of each other. For Example when order number ####...
View ArticleVS 2012 Cascading context menu for Windows XP, Vista, 7 & above
Hi, How do I create a cascading context menu that is similar to 7-zip which will show a list of functions when I right click e.g. a zip file? I chanced upon this article...
View ArticleNeed Help Pressing A Button On A ToolbarWindow32 Using Win32 APIs
Hi, I have this external app which I'm trying to click a button on its toolbar. I'm managing to successfully find the handle of the toolbar, but accordding to Spy++, the button on the toolbar is not a...
View ArticleWhat have you built with Visual Basic, VB.Net? What are you currently working...
Most of my projects have been minor. Restrictive webbrowsers, file recycler, screen recorder, and photo viewer. My next project is a small video editor, that's as soon as I complete a course unrelated...
View ArticleHelp deleting line in data table and passing to stored procedure to delete...
By policy, we cannot change SQL Server tables except through stored procedures. As such, we end up doing much more work than we need to do. VB.Net would work just fine but they want the logging in the...
View ArticleVS 2012 Database reader to get full value from a partial value from a textbox???
So here i am trying to get an exact phrase from a Compact database based on a text label which only has part of the name of the value stored in the database. I guess i need some way to compare or...
View Articlepersistent link
I'm trying to use a link to a search result for all of my codebank submissions, but the searchID returned isn't persistent. Any suggestions?
View Article'DatabaseDataSet1' is not a member of 'WindowsApplication1.Login.Acct'
'DatabaseDataSet1' is not a member of 'WindowsApplication1.Login.Acct' I'm getting the error above. I just replaced a separate login window with a user control ("LoginAcct"), which is added into a...
View ArticleVS 2010 Streamreader to radiobuttons help
Hi, i want to make a form where there is a table or something similar and the system imports the words / lines from text documents into list radio buttons list (in a similar fashion to check box...
View ArticleVS 2010 How to fire an event from one form to another form
Hi there, I have 2 MDI child forms, on one form i have a datagridview and on another form i have some text fields, what i want when user clicks on datagrid it shows all related fields in 2nd form. I...
View ArticleRenaming Application after runtime
Is it possible to rename my application after it has been run? Without killing the process. If so may i have the code for it please. Thanks.
View ArticleMoon elevation calculation
Does anyone know how to calculate the moon elevation in degrees? Thanks in advance
View ArticleVS 2010 REad only errors on dependent files at run time
I have a program that runs great in debug mode. When I install the compiled version I get a few read only errors not at installation, but at run time. Specifically, I am getting the two errors below....
View Article