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 strongm 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: rahmanjan
  • Order by date
  1. rahmanjan

    Resizing controls proportion to the containers ...

    Hi guys, Any easier ways to create resizable controls based on the size of the form. Let is say i have to GroupBoxes with some textboxes and buttons and lables inside in the left of the form and a listview within a resizable form. In vb6 it was really hard and need to write a hell of code to...
  2. rahmanjan

    Checking type of controls eg Textbox, Button, listbox etc?

    ah, just fine. for testing i had the location set there n it was causing issues: thisChild.Location = new System.Drawing.Point(152, 24); i commented that .... all ok now!
  3. rahmanjan

    Checking type of controls eg Textbox, Button, listbox etc?

    Hello guys, I think it works now with some modifications... Mondi is the winner and defintely deserves a *Star* ;-) Thanks you all guys for the help. Still one issue: After setting the properties the form looks really disorganized ie the controls are moving to different positions. I din't...
  4. rahmanjan

    Checking type of controls eg Textbox, Button, listbox etc?

    Thanks Chiph, I know and you are correct frmCustomer is not same as System.Windows.Forms.Form myForm. However, i want to create a generic class / method to work for all my forms. I hope i am clear here? I don't want: frmCustomer frm = (frmCustomer)myForm; frmProvider frm = (frmProvider)...
  5. rahmanjan

    Checking type of controls eg Textbox, Button, listbox etc?

    Thanks, u perfectly understood the 2nd question and this somehting i was looking for. as for as the first question. i want to pass a form as argument and i want to have access to it in a class. it shud be generic so i will be able to pass form1, form2 etc. and i shud be able to have access to...
  6. rahmanjan

    Hashtable and databinding

    Please provide more details ... i don't think your question is more clear ... please add some code snippet if you like ...
  7. rahmanjan

    Checking type of controls eg Textbox, Button, listbox etc?

    Hi there, Thanks for the reply. I exactly do the same thing, when i post the above code i didn't have access to my code so i wrote it on the top of my head which was not correct. With that code i don't have access to all control of my form even if i declare them public. ... however if i do it...
  8. rahmanjan

    Checking type of controls eg Textbox, Button, listbox etc?

    Hi guys, I am trying to write down a generic Class where I will be able to pass a form and that class handle the basic settings of the form's Controls. Eg set the Font, color, size, style etc. 2 issues here: 1- How can I get a from in my class constructor to have access to all its controls...
  9. rahmanjan

    Getting Info from Dataset

    Hi guys, Let is say i have a dataset with one record (returning searching criteria). How can I get the data from this dataset to fill the Controls in GUI eg Textbox or Label etc. 1 - I want to know how can i loop through the data in the dataset - without binding? 2- Also if i can bind it to...
  10. rahmanjan

    3-tier architecture example in C#

    Guys, Let is put the other way? Can anyone please recommends the best books that explains 3-tier achicture with examples. any commnet will be apprecated ta
  11. rahmanjan

    3-tier architecture example in C#

    Thanks Jeff, There were many lecutres. Thanks for letting me know. however I am guessing it might be "1 of 10 (Tues Aug 26) - Architecture of VB.NET Apps: 8-26-2003-Architecture.zip (0.7MB) " this file that i might be interested ... i will download it when i am back home. Ta
  12. rahmanjan

    3-tier architecture example in C#

    Hi Guys, I am looking for a very simple example of 3-tier architecture using c# code. It will be very useful if the article / example covers handling Exception within the 3-tier too. I am bit confused using exception handling here. I really appreciate and be thankful if anyone point me to a...
  13. rahmanjan

    Installing windows 98 after removing XP Pro

    hi guys, what kind of memoy problems? ... it didn't work for window 98. i format it again with ntfs and installed xp pro now everything ok just bit slow that i do't like it. and also what you mean by you have installed your installs by FAT 16? how it can be done and how it increases the...
  14. rahmanjan

    Installing windows 98 after removing XP Pro

    bcastner, i defintely did all. i used fdisk /mbr as far as i remember. then formated with fdisk under fat 32 but still problem. As far as i remeber 98 installed ok but whenever i was rebooting pc it was giving me " ....protection error" solution that i found at time was to run 98 under SAFE...
  15. rahmanjan

    how to overwrite xp with win 98 SE

    However, I don't agree with XP supporters here... I am still one of those who wants to move back to win 98 after installing xp pro to one of my pcs (AMD 1.2 gh) ... the performance is really bad and the system is running out of memory so often. The same system was performing very very well that...
  16. rahmanjan

    Installing windows 98 after removing XP Pro

    Hi guys, I really want to move back to Win 98 for one of my PCs. I have windowx xp pro installed but very slow. Windows 98 initially was very cool n fast in this pc. The last time i tryed I couldn't install it. I formatted the drive even removed the MBR and nothing worked. basically the...
  17. rahmanjan

    Pinging windows 98 via Virtual pc with XP profesional host

    Thanks Linney, Yes that is definitely done. Still same issue. It is not pinging at all ... what other options possible? Is VMware better than MVP? regards ra
  18. rahmanjan

    A way to hide local drives for users in the same pc while log in?

    that definitely worked!! i am giving u a *star* for it! many thanksss
  19. rahmanjan

    Pinging windows 98 via Virtual pc with XP profesional host

    Hi Linnery, Thanks for the reply ... however what do you really mean by "Make sure the Virtual Machine Network Services is ticked in the LAN Properties." can you please add some details? Ta RA
  20. rahmanjan

    Login script to map folders for users log in?

    Hi Chuck, thanks for the reply. it is just a home network basically 4 pcs connected together with a work group and a hub. I am just trying to practice these stuff ... there will be just admin and 2 extra users in this pc. i just want to do it in this work statation. about sharing? i just want...

Part and Inventory Search

Back
Top