20,282 Topics

Member Avatar for
Member Avatar for rajeevbhatt17

Hi, I have a small FTP class, written in VB.NET 2.0, which keeps polling for a particular file at a remote location, at 2 minute intervals, till it successfully downloads the file, and then it stops. So far I had been using wget as an external process, and recently I …

Member Avatar for kvprajapati
0
139
Member Avatar for xVent

Hi guys , im trying to make the web browser get the link for Home via a textbox in the application .. in the properties it has a value Url where you can write which site you want to have as Home .. i want to do it from a …

Member Avatar for kvprajapati
0
64
Member Avatar for krishna.net

hi frnds.... Please help me in this query..i have two textboxes in my form.when i type the text in the first textbox which is [B]english[/B] language.now i need to display the the text in [B]telugu [/B]language in other textbox. Thanks in Advance krishna

Member Avatar for kvprajapati
0
97
Member Avatar for karpal

I am planning to keep timer in the form to start from 1 and increment every second. This timer shiuld stop when the other events are triggered in the form (like clicking a button etc). your help is much appreciated.

Member Avatar for Romil797
0
81
Member Avatar for Damon88

I want to ask if there is any freeware or a open source 3d control which can be used in any vb.net project. I am developing a application in which i want to show the icons in a 3d view, which obviously looks cool. also the control should provide a …

0
75
Member Avatar for Damon88

I am developing a application in which i need to get images from a search engine. there are many choices to do that google,yahoo, bing etc. I chose bing simply because microsoft provides tight integration with bing and it offers more functionality to developers. So after searching some more i …

Member Avatar for Damon88
0
672
Member Avatar for Dorayaki

Hi, I made a new topic so it will not confusing. I want to ask how to unload sub menu ? for example, usually if we had sub subname() then we can just call it by subname() But then how to unload/not load that subname() is it possible ? Because …

Member Avatar for TomW
0
97
Member Avatar for sisi

Hello i am building a transaction called client search the location of movie in store which mean client search the movie then get the direction of the movie where it is located in store. So now i need to build classes for this transaction which i am unable to find …

Member Avatar for Ana D.
0
88
Member Avatar for zakben1

Hi I have been searching the net for information on backing up files to cd from vb.net application cannot find anything any help appretiated.

Member Avatar for zakben1
0
151
Member Avatar for mania_comp

Scan Documents From VB .NET application I need to add a feature in my VB .NET application to SCAN a document directly to a directory. Can this be without THIRD-PARTY DLL?? Any source code would be helpful. Thanks

0
51
Member Avatar for ian1971

Hi Hoping some one can help me out i am trying to create a program to save all the event logs (Application,Security,System) and diagnostic files (No problems with this) from all the PC on my network .If possible i am trying to save as a csv or text file .Any …

Member Avatar for kvprajapati
0
85
Member Avatar for nevets04
Member Avatar for mania_comp

Hello friends I am working on VB.Net project. All was well until I started getting the following error while trying to view Forms ... The error says : [COLOR="Red"][I]"An error occurred while parsing EntityName: Line 4 Position 42"[/I][/COLOR] All code is fine not logical problems..but the came suddenly and this …

Member Avatar for TomW
0
77
Member Avatar for Dorayaki

Hi, I want to ask about listbox things. I made a Listbox, 3 textbox, and a Database The Database Table is Member The member field has 4 which is MemberID, Name, Address, Phone. I have 2 records and it were display to the listbox which are Adry and Brandy (I …

Member Avatar for TomW
0
181
Member Avatar for blachogi

i have the ComClassSearchCustomers class and interface IComClassSearchCustomersat .net which used to create a tlb file. The class raise an event inside new. After that i have a vb6 form Form1 which catch the event , but it never see the event. Any ideas? Option Strict On Option Explicit On …

0
53
Member Avatar for nevets04
Member Avatar for yasirm79

i am a new user of visual studio 2008 i make a database program, but i cant save the image in access data base, i also want that image save a copy file in database. any one help me.

Member Avatar for kvprajapati
0
125
Member Avatar for lara_

Hi, I have a VB.Net system that connect to SQL Server through ODBC. When I try to raiseerror from an IF...ELSE statement, it does not triggered the exception handling. I have done some raise error testing at my side. Below is my finding: 1. RaiseError did not triggered exception: [code] …

Member Avatar for lara_
0
180
Member Avatar for nouvaki

My windows Application has a menu which opens an OpenFileDialog. When the button OK is pressed, I want to place the main form background and show a new Form (with two radiobuttons, one button). From the New Form I must take information (which radiobutton was checked) and pass this information …

Member Avatar for TomW
0
94
Member Avatar for electrocem
Member Avatar for atmanning
0
167
Member Avatar for Alphard

Hi guys, I have a question, but first I'll explain my scenario. So I've got this datagridview where I use it as a look up for a certain table in Ms Access and I want to update just 1 field in that table. My question now is that, [B]can I …

Member Avatar for TomW
0
152
Member Avatar for Thomas7399

Hey there, long time reader, first time post; Here is my situation: I need to search through an array of X numbers (X is going to change, so for example, one instance could be that X = 20, the next could be X = 67). I need to find how …

Member Avatar for TomW
0
87
Member Avatar for TommyTran

Hi everybody. Today i have an assignment in VBNet. The application is like this. There are 2 TextBox. The [COLOR="red"]1st TextBox [/COLOR]is to enter the [COLOR="Green"]1st random number[/COLOR]. The [COLOR="Red"]2nd TextBox [/COLOR]is to enter the [COLOR="Green"]2nd random number[/COLOR]. Then there is a button. The point is: when the button is …

Member Avatar for TomW
0
82
Member Avatar for Peric

I've asked few similar questions 'til now but here's one more. Well, I have example of Crystal Report document, in that document I have 3 fields from 2 tables (loaded from my database). What I'm trying to do is to access one of those fields (year field) programmaticly and pass …

Member Avatar for TomW
0
480
Member Avatar for TommyTran

I'm back ^^! Ok so the second assignment is like this. First, there is an InputBox that appears for you to enter as many bowling scores as you desire. Then there is a "Statistic" button. When this button is clicked, the answer will display the highest score and the lowest …

Member Avatar for TomW
0
81
Member Avatar for migz.natividad

Hi everyone... Can you guys please teach me in Programming in VB.Net, Im a newbie in Programming... Thank you... migz.natividad

Member Avatar for zakben1
0
71
Member Avatar for zainhansrod

Hi, I have designed a application in VB.net on Win Vista using the MS Office spreadsheet component. When launching the app on the client PC it gives a 'Windows has encountered a problem and needs to close' error, when clicked on Debug the error says 'An Unhandled exception occured ('System.InvalidOperationException') …

0
55
Member Avatar for Darkicon

Thanks to a friend I was able to code a sub that opens a StreamReader and Writer. The Reader reads a *.txt file and the Writer modifies it line by line as it's entered into the memory then writes it to a temporary file which is then copied over the …

Member Avatar for Darkicon
0
149
Member Avatar for mimi8469

hello every1, pls am new to programming . doin my undergrad dissertation on cd database. cd is manually put into cd drive. cd contents like artist, song, etc, are copied off the cd and then put into a database. right now, am having problems with the copying of cd contents. …

0
69
Member Avatar for laks_samy

hi i am working in paytime software using vb.net 2005, i have a problem employee schedule creation. how to use dayoff(fixed or flexible). any one help me thanks

Member Avatar for ithelp
0
167

The End.