Hi All I Have a NEC Lavie L LL500/1 Laptop, i need it's Modem driver can anyone help me?
Mogtabam
Posts
-
NEC Lavie L LL500/1 modem driver -
Program Is Runing?Hi All I Want Know My Program Is Runing. If My Prog Is Runing Do'n Run Again tanks All
-
0x7c883f9cHi All When I run a program I resived this error %Application Name% The instructiion at "0x7c883f9c" referenced memory at "0x7c883f9c". the memory could not be "Written" Click on OK to terminate the program Click on CANCEL to debug the program
-
Drag and move a control in a formHi all I need to move a control in my program
-
Mobile Programing With VBHi I Want Write Program For All Mobiles Not For Only Windows Based Mobiles Tanks. Mogtabam
-
Mobile Programing With VBI Want To Programing Mobiles With VB Can Any One Help Me? Can You Send Me Any 3Th Part Program? Tanks Mogtabam
-
Circular ControllHi & Tanks Tank You For Your Guides Mogtabam
-
Circular ControllHi & Tanks Please Guide Me In VB.NET (If Posible) Tanks. Mogtabam
-
Circular ControllHi All I Want To Create A Circular Control (In Visual Basic 6) Please Guide Me Tanks. Mogtabam
-
Wath is MFC42u.dllHi All I Want To Findout that Wath Is MFC42u.dll and Wath Is Its Work. Tanks. Mogtabam
-
How To Make New Form?Hi And Tanks For Your Replys. But My Problem Not Solved Yet. Because I Want To Access then form and its Components (for example A textbox). I Need To Change It From Main Form. if i have 1 form This is Ok. But I have several form With One Name; For Example Can You Write For Me A Code That Change The TextBox In First MdiChild & Put Another Text In Another MdiChilform? Example: ChForm:My Child Form Have a textbox MainForm: My Main Form have a button Named But In Main form:
sub But_click()
dim Cf as new ChForm
Cf.show
end subAfter Tow Or More Click On But I Need To Access TextBox In the ChildForm. Can You Help Me? Tanks. Mogtabam
-
How To Make New Form?Hi All I Create A form Named ChildForm. In Main form I write This Codes
Dim ChFrm As New ChildForm
ChFrm.ShowBut I need to access the all form ( random) from Main Form. But I Can't Access This Forms. Please Help Me. Tanks. Mogtabam
-
Making User Under WinXP/NT/2000 (NT Family) With VB or APIHi To All I Need A Function Name (API) Than Can Make User Under Win NT Family. Localy & Remoot(Under Local Area Network). I Can Make User ON Local Computer But I Want To Make User On Remote Computer; Can Any One Help Me? Tanks. Mogtabam
-
Runing Program Under NetWorkHi All I Want To Run A Program At A Remote Computer. I Need The API Function. Can You Help Me. The Host Computer Is NT Family (NT;2000&XP) Tanks
-
Mr. Mogtabam please check..Hi You Can Make An "User Control" For Problem Such This. or If Posible You Can Use Array. If You Make Array TextBox Your Code Will Be Same This :
Private Sub Text1_Change(Index As Integer) If Val(Text1(Index).Text) > 45 Then Text1(Index).Text = 45: MsgBox "Please Enter A Number Between 0 to 45", vbCritical End Sub Private Sub Text1_KeyPrees(Index as integer,KeyAscii as integer) Same Last Code End Sub
-
Wath Is HOOKHi All I Want To Know Wath Is HOOK. And Wath Is Usage Of This. Tanks All. Mogtabam
-
Datagrid using Combo box and Textbox...............You Must Use Microsoft ADO Control (for example Named Adodc1). And Set TextBox & Combobox DataSurce to Adodc1 & Specified DataField For TextBox & ComboBox. Then If You Change Textbox Or Combobox The Data In DataGrid & DataBase Will Be Changed. Good Luck Mogtabam
-
(VB.NET)clearing all controls in the form by calling a functionHi You Must Write The Function Yourself. For Example I Have 2 TextBox;2 CheckBox&.... I Write a Sub or function Such This: Sub ClearMyForm() Text1.text=Dafault Text1 Text2.text=Dafault Text2 Checkbox1.Value=0 'Default Is UnChecked checkbox2.value=1 'Default Is Checked . . . End Sub Good Luck. Mogtabam
-
Resize of Form according to System ResolutionHi For Resizing Controls You Can Use "Microsoft Forms2" You Can Resize Zoom In & Zoom Out In Microsoft Forms2 Components. But I don't Remember How You Can Resize Or Zoom In & Zoom Out. If I Remember I Will Send You An Example Code. Good Luck. Mogtabam
-
Datagrid using Combo box and Textbox...............Hi Wath is Your Usage? You Use DataGrid With Database? or Not? Mogtabam