Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Judai
  • Content: Threads
  • Order by date
  1. Judai

    REUSE OF DATACOMBO SLOWS DOWN APP PERFORMANCE

    Hello, I have a DataCombo that displays products names. Such as follows: With cmbProduct 'Set .DataSource = Adodc5 .DataField = "ProductID" .BoundColumn = "ProductID" Set .RowSource = Adodc4 .ListField = "ProductName"DataCombo. End With After...
  2. Judai

    CREATE AN EXCEL CHART THROUGH A RECORDSET

    Hello, I would like to create an Excel chart from Visual basic using an ADO Recordset. I have found the Microsoft Graph 2000 Chart on the Components - Insertable Objects, is it any good? how do I manipulate the excel sheet that gives the information to the chart so it will show what I need...
  3. Judai

    DATACOMBO WON'T REFILL

    Hello, I need to clear my DATACOMBO from its old values after another DATACOMBO has changed AND fill it with new values. I requery the adodc, bind the DATACOMBO's RowSource 2 it, & Refill in the same sub. I wrote cmbXXX.Refill which I think is suppose to do the work but it doesn't. Any Ideas...
  4. Judai

    Right-To-Left Alignment PROBLEM With XP

    Hello 2 u all, I have an MDI form with a toolbar & menu, they are in Hebrew so they are aligned to the right. The MDI Form alignment is RightToLeft=True. When I install it on A Windows XP Hebrew (Hebrew is written right to left), it aligns the menu to the Left instead of to the right. Does...
  5. Judai

    HOW TO GET ALL PROPERTY VALUES

    Hello, How R U B&Gs? I'd like to get all the values of a certain property, into a combobox. Does anyone know how 2 do it? Lets say: all of 'Text1.ScrollBars' values into a different combobox, so that when the combobox changes, the ScrollBars value of Text1 will change. Thanks. Jud-I.
  6. Judai

    HOW TO CLOSE ALL FORMS IN MDIform

    Hey U all, How can I close all the forms I have running within an MDIForm. Is there a definition to an MDIChild form object? Thanks, J.
  7. Judai

    DATAGRID REFRESH VALUE

    Hello, I run a datagrid on a form, perform the following actions: Private Sub Command1_Click() With DataGrid .ReBind .Refresh End With MsgBox "Datagrid value is " & DataGrid End Sub What I get is the first item on the first column of the datagrid (column(0)), Which is...
  8. Judai

    HOW DO I RIGHT JUSTIFY MSGBOXs TEXT

    Hello, I'd like 2 right justify the built-in msgbox's text. Does anybody know the way? Thanks.
  9. Judai

    CREATE A FORM WITH A VScrollBar

    Hello everyone, I'd like 2 create a from with a vertical scrollBar that controls the form if its contents is too long, like when containing a datagrid. Does anyone have a code example I can learn from? do U know how its done? Thanks.
  10. Judai

    AUTORUN.INF 4 CD RUNNING *.AVI

    Hello, I'd like 2 create a CD automatically running an-AVI. Would: File name: Autorun.inf Contents: [AUTORUN] OPEN=C:\Program Files\Windows Media Player\wmplayer.exe AVIFILENAME.avi DO? Thanks Alot.
  11. Judai

    LAN CONNECTION SHARING

    Hello, I have a web connection, made of the 'Network and dial-up connection' section. I surf through a cable modem. I have, on this Web connection, on its properties sheet, marked the following: Internet Connection Sharing: Enable internet connection sharing for this connection. I still...
  12. Judai

    I WANT 2 HIDE MY IP

    Hello, I am looking 4 an app that will hide my IP address from other users on the web. I am using a W2K with cable modem ADSL, USB Ambit (brand). I have several firewalls but I do not seem 2 find the HIDE IP configuration. I have Norton Security 2002, NukeNabber v2.9, McAfee Guardian. Can...
  13. Judai

    WHERE CAN I FIND THE COMPONENTS LIST

    Hello, I want 2 find out what I need 2 add as project component so I can have controls such as:Treeview, form splitter, Toolbar control etc'. If someone has such a list of what components do what, or a link to such a list on the web that'll B great. What do I add 4 the 3 mentioned above? Thanks.
  14. Judai

    LOCK BUT ENABLE A CHECK BOX ?!?!

    Hello, I want a check box 2 B visible, that is - not dimmed out, but still 2 keep it locked for changes. If I enable it, it is exposed 2 changes, if I disable it, it is dim !!!! Any suggestions guys? Thanks.
  15. Judai

    I NEED AN EXPERT IN VB 6 & W2K ON THIS ONE

    Hello U all... I have ran a new installation of w2k & after that a VB 6.0. I could not get Hebrew language support 4 my old projects nor for putting up new ones. At this stage, I have uninstalled all VS components and cleaned my registry and HD. I have ran a new installation of the VS 6.0, on...
  16. Judai

    I NEED AN EXPERT IN W2K & VB 6 ON THIS ONE

    Hello U all... I have ran a new installation of w2k & after that a VB 6.0. I could not get Hebrew language support 4 my old projects nor for putting up new ones. At this stage, I have uninstalled all VS components and cleaned my registry and HD. I have ran a new installation of the VS 6.0, on a...
  17. Judai

    BOOT.INI DEFAULT OPERATING SYSTEM LINE

    Hello all, I had, by mistake erased the default OS line from the boot.ini file & now Have no default OS on my drop down list. What is the exact syntax 4 the line? Thanks.
  18. Judai

    New installation on W2K has changed IDE fonts

    Hello U all... I have installed a new W2K and then a VB 6.0 with a SP5, I had hebrew fonts on my application and now its all gone, Any suggestions on how 2 fix this? Thanks.
  19. Judai

    HOW 2 MAKE FLOPPY AUTOPLAY

    Hello everyone, How can I make the floppy disk's right click, give me an AUTOPLAY on the right click menu? I have changed the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer NoDriveTypeAutoRun from 95Dec 2 91Dec giving the 3rd bit the go, so the removable drive...
  20. Judai

    AUTORUN.INF 4 CD....

    Hello U all... How can I run an *.avi from an AUTORUN.INF file on my cd's? Do I neceserly need the ShellExec file on my cd? Thanks.

Part and Inventory Search

Back
Top