2,383 Posted Topics
Re: try this following code : [code=vb]Private Declare Function OpenPrinter Lib "winspool.drv" Alias "OpenPrinterA" (ByVal pPrinterName As String, phPrinter As Long, pDefault As Any) As Long Private Declare Function ClosePrinter Lib "winspool.drv" (ByVal hPrinter As Long) As Long Private Declare Function PrinterProperties Lib "winspool.drv" (ByVal hwnd As Long, ByVal hPrinter As … | |
| |
Re: debug window will be useful when u get some error in your program. | |
Re: what version of vb that u using?? i guest you use vb6. if this right you post thread on wrong section, this section for vb.net you can post thread on vb 6 section but i still answer this thread... first you must change [B]button style [/B]on button properties from Standard … | |
Re: as ramy said, attach your current mdf file then you can do anything. | |
Re: no many changes in .net. if u good in vb 6, you will get easy way to learn vb.net. vb 6 is structural whereas vb.net is OOP. So to learn vb.net you must to know what is object oriented. | |
| |
Re: please don't hijack other thread. make your own thread, so others people can read and giving some help. ok friend :) | |
Re: [QUOTE=debasisdas;573214]Both are easy provided that you have intrest.[/QUOTE] smart answered...:) its depend on you. which language u like much. actually java can run in other os. | |
Re: [QUOTE]I know vb.net not vb[/QUOTE] vb.net is vb. [QUOTE]I want to ask is there so much difference b/w vb & Vb.Net.[/QUOTE] not much different, you will find about encapsulation in vb.net, you cannot access class directly in .net. others think is same, if you good in vb 6 there are … | |
Re: post on current section [URL="http://www.daniweb.com/forums/forum4.html"]vb6[/URL] | |
Re: yes... what kind of database you want to use to build database? | |
| |
Re: did you means when you press show then datagrid appear and when you press hide then datagrid disappear?? if i m not wrong try to using [B]datagrid.visible = false[/B] to hide and [B]datagrid.visible = true[/B] to show. | |
Re: yup, do as techtix and debasisdas said... you need to exit the procedure or function first then go to handler. | |
Re: [code=vb]Private Sub Command1_Click() If Command1.Caption = "Hide History" Then Unload Form2 Command1.Caption = "UnHide History" Else Form2.Show Command1.Caption = "Hide History" End If End Sub [/code] | |
Re: frames its easy way | |
Re: click on "Start New thread", a yellow one on top of posts. | |
Re: [URL="http://www.go4expert.com/forums/showthread.php?t=228"]Visit this link[/URL] | |
Re: your code is fine. so what you want to do. | |
Re: HI...Welcome to Daniweb.. Post your problem on current forum. many people will help u much :) | |
Re: Hi Welcome to Daniweb Friend :) you can see for Web Development and post your problem in current section. | |
The End.