Hi I have a panel on FormA which contain different controls like labels, buttons etc. I am opening another FormB by clicking on buttonA(which is on panel with other controls). FormB display on panel, when i close FormB then controls(labels which contain text) on panel flicker. can any one have solution for this problem. Thanks navees
Navees Ahmed
Posts
-
Controls Flicker(Please Help If You Have Solution) -
FolderBrowserDialog ShowNewFolderButton=falseHi I am using following code: folderBrowserDialog1.ShowNewFolderButton=false; folderBrowserDialog1.RootFolder = Environment.SpecialFolder.MyComputer; folderBrowserDialog1.SelectedPath="c:\\temp"; DialogResult dr=this.folderBrowserDialog1.ShowDialog(); in windows 2000 it is still showing New Folder Button and in windows xp it is working fine. If anyone have solution then please help me. thanks
-
Communication between windows and web application.Hi, I am working on windows application which store data in xml and put media elements(like images) in folder. I am making zip file of xml and media element folder. Now I need to send this zip file on web server where my web application will unzip this file and will put xml data to sqlserver and place media elements to specific directory. My question is, How I can send zip file to web application, I have considered FTP but it is not safe because it needs username and password, is there any other solution, if yes then please help me. Thanks navees
-
Zip/Unzip in VB 6.0Thanks for reply. If any one have idea about any other free library then please give me reference. thanks
-
Zip/Unzip in VB 6.0I have used following article http://www.codeguru.com/vb/gen/vb\_graphics/fileformats/article.php/c6743/ but when i zip any folder from desktop then it inclued whole path (C:\Documents and Settings\navees\Desktop\test1) in zip file. How i can restrict it. plz email any suggestion on following e-mail navees_a@yahoo.com Thanks
-
Custom extention in C#I have developed application in c#. which save data in xml. but i don't want to show xml file to user. so i want to put custom file with custom extention(e.g .abc), and when user double click that file then my application will start and load xml file in my own application. How i can implement this. (my requirement is like microsoft word. when we double click on abc.doc then microsoft word load abc.doc) Thanks