Custom controls
This might be like a handy man asking how to build a house but... How does one get started in making their own custom control? I want my own calendar control which looks and acts differently to the...
View ArticleVS 2010 Does anyone code with 64-bit o/s??
I'm curious - I've got an ID # that is BIGINT in SQL - so it's a LONG and not an INT in VB. So - the IDE made me add CINT() around all my LONG declaration so they could "reside" inside an array as the...
View ArticleVS 2010 Web Browser with Tabs and Bookmarks Help
Hey there, I made an advanced web browser with tabs and bookmarks. But when I try to delete my bookmarks, it will not delete it after you close the program and open it again. I made the program with...
View ArticleVS 2005 how to receive value on one from, from another form
Hi. I have a main form on which there is a textbox in which i want to load a value, from another form. on form1 i.e. frmreceive has two textbox, txtname and txtpassword (both are dummy) on the gotfocus...
View ArticleTExtbox List Sorted from Data Grid View Not working properly
I have a DataGridView that when i click a button it sorts it by store name into a textbox on a dialog form, but for the life of my i can figure out why it is not displaying correctly This is how it is...
View ArticleVS 2010 What files to provide with my project?
Hello. I am about to release my first program made with VS 2010. My question is: Can I see which dll files my project uses and put it in the program folder, or do I have to provide .net framework with...
View ArticleVS 2010 Select area with mouse to take screenshot/save image.
Hello all, I am currently working on an application for my Image Host company. Nothing big, just something simple that we can use. Right now I have 3 options that will be available: Whole Desktop,...
View ArticleVS 2008 Book reader project [ Help ]
Hello , I am RapidExtreme, i am history student and i am interested in vb lenguage ( i am a noob ). I have in mind to make a small program that will help me and my friends. Attachment 94923 This should...
View ArticleSimple Coding help; Maths Quiz driller (speed arithmetic)
Hi I am just writing some code for the first time since high school, And I wondering if someone would help me piece it together and optimise my coding. I want to basically build some simple...
View Articlefile copy from network share to remote pc
Task : to copy file from network share to remote computer I did wrote a code to copy using file.copy or async method, but as i am running it from my pc , it eats up my pc speed so thought using psexec...
View Article[RESOLVED] Showing Forms as frm.ShowDialog
I have a large form and I want to load other forms in front of it. At the moment I am using the .ShowDialog to bring them up, however when I do this I can't go back to the other windows without closing...
View ArticlePackaging a class?
Hey Guys, First time on this site but I am sure you will be seeing a lot of me, months to come :P I recently started a co-op placement for a software development position and it seems to be a bit of a...
View ArticleVS 2008 How do you pass the value in a textbox to a TableAdapter?
Hi All, I have a TableAdapter which connects to an Oracle database and works fine when attached to a datagrid. What I need to do is pass the contents of a textbox to the query attached to the...
View ArticleVS 2008 Exe file not loading on client computer
I convert an vb 6.0 project into dot net 2008 with framework 3.5. My problem is that my this (converted) project is not loading on any client machine even i install require framework. But my other...
View ArticleConvert UTF8 to ANSI?
Hello I need to convert a UTF-8 string into ANSI so that I can create a user-friendly filename in Windows. This doesn't work: Input page: Code: <title>Cinéma Paradiso</title> <meta...
View ArticleRead cookie data
Hi I am making a cookie eraser at the moment I read the cookies and phase all the information, but I was wondering is there not an easy way say using a .NET class to handle cookies I herd of the...
View ArticleHot Key to jump out of a datagrid to a textbox
I have a winform with textboxes and three datagridviews on it. I am wondering if there is way to make a hot key so when you are in a datagridview it will jump you out of it and into another or to the...
View ArticleVS 2010 JSON to ....
Afternoon Everyone, I have been working on this app for awhile now and most of the inputs I have had to read are XML which are all working very nicely however there is something I have never come acrss...
View ArticleVS 2010 merging 2 toolstrips in a MDI application
hello, Is it possible to merge 2 toolstrips in a MDI application? (not 2 menustrips!) one toolstrip is from the mdi parent and another from a mdi child. I want to add and remove the toolstripbuttons...
View ArticleVS 2008 Add db in application
Hello I am playing with database first time so i have made a database with sql server 2005 Ques is should i go with sql server or sql server file when adding data source.which option is good...
View Article