[RESOLVED] Excel Macro Not Found
I use about a dozen different Excel files in one of my projects. Each time the program runs it opens up one of the files, writes to and reads from it then closes it down. One of these old Excel files...
View ArticleHow to Hide Startup Button?
Hello, i am looking for a piece of code which will hide the taskbar including the start button. Killing explorer.exe wont work as it will only remove the taskbar alone. Thanks.
View ArticleWord Automation BEX Error
Hi Everybody. I am new here and looking forward to learning from you all. I am pretty new to vb.net and programming in general. I have an issue I would appreciate help with. I wrote an application so...
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 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 2012 Loading specific files from folder into treeview
Hi there, I have to load more then 8K images into a treeview, which won't work due to out-of-memory-exception, but that's not for now. I have a list of all names of the files within the imagefolder....
View Article(Emergency Simple Question) ListBox Naming by index
Hi, I am trying to use index to assign 10, 30, 50, 70, and 90 to some list boxes names "listbox1", "listbox2", "listbox3", "listbox4", "listbox5". (I have left the name of the listBoxes without any...
View ArticleVS 2012 Writing to a file using admin login
Hi guys, There is a folder on my network that can only be written to with a single service account. I need to programmatically write to this and would like to get my code to use the elevated creds to...
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 Article