Answer Questions
shellback windows form stops responding during non-infinite loop
Hi,I have a windows form that sends out a monthly opt in newsletter email to all of our community members. The problem is that the list is large, and every time I run the program it sits there appearing to be frozen. I have to watch the program under task manager and watch its resources to see if its running, and checking the queue mail folder for emails. This obviously is not a great way to run the program.In my code I loop thru a sqldatareader ...Show All
freddyboy Changing the index of combo box programmatically based on text box value
Hi, I am very new in vb.net I will appreciate if someone help me. I have a databound textbox on the form and one combo box bound with arraylist. arraylist has two columns Code and description. Discription has been set as DisplayMember and ...Show All
y2ktan Month calender Help!
ive added the month calender tool to a form, I'm not sure if this is the right tool to use but what i want to be able to do is click a date on the calender and have another window popup with the correspnding date where text can be saved and check boxes can be selected/deselected. Also when the boxes or text field are modified i want a small indication on the month calender in the original form that data has been stored. I am quite new to program ...Show All
Qwertman Retrieve textbox value on one form from another
Using a Single Document Interface, I made a textbox on one form public, I opened another form, accessed that public textbox but the value is always empty even though I enter a value before opening the other form. How do I get a value from that textbox on the opening form Thanks. Without seeing you code it sounds as though you may not have a the reference to the second form. Simple example here F ...Show All
Mike Ajao What happened to the Tarrarium Forum?
Where are all the posts of the previous Terrarium Forum Obviously, they weren't imported to the new CommunityServer Forum The posts have been imported into this new forum. The "Posted By" attribute was changed to "WinFormsUser" during the migration process. Searching for "Terrarium" returns approx. 700 posts. ...Show All
MrCrool Accessing PDF file properties in code
I am trying to use access the properties of adobe acrobat PDF files. I am able to edit or add information into MS application properties windows from code using the Built-in properties collection. For my pdf files in question I can view and change the Title, subject and author by right clicking on the PDF file and then selecting properties. I wish do do this programatically. Any suggestions ...Show All
Albert Yen - MS Graphics list
Please excuse my 'noobeyness' but, I'm building a Windows app. and I'm not terribly familiar with how to go about things in that environment. I've got an Imagelist that can contain between 0 and N images (.jpg's if it matters). What I need&nbs ...Show All
Cybersurfer HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall
I'd like to know what is the naming logic under this key The subkey names seem like a kind of hash. Yes, the key is a hash of the deployment identity. I'll throw in word of caution that this is subject to change in future releases, so you should not rely on this hash being constant for a given application forever. Regards, Sameer ...Show All
KP99 ReInstall ODBC(win2000 server)
I Use The Win2000 Server And Sql 2000 Server.When I Open My ODBC From The Control Panel,Iget A Get A Massage That The ODBC resource DLL Is a different version then The Administrator .EXE File,And I Need To ReIinstall The ODBC Components To  ...Show All
Michiel0099 HOWTO avoid that the IDE place the propertys ordered alphabetically ?
Hello, I'm a having a issue with my custom control, because the IDE place the attributes in alphabetical order in the code (when the user place the control in a form). e...g... : if you control have three properties (Buttons, Captions y ValuesToReturn), the IDE place the attributes in this order: mycontrol.Buttons = 2; mycontrol.Captions = "YN"; mycontrol.ValuesToReturn ="10"; I need that the properties become placed like this: ...Show All
James E. Davey VB vs VB.Net
Hi: I had migrated an application from VB6 to VB.Net. It seems, VB.Net application runs slower then VB6 application. Do you have any idea to boost the performance of VB.Net appiication. Thanks in advance. Prashanthan K ...Show All
fabien7474 2 Questions Please ???
Hi for ALL I have 2 Questions 1- How I can Print the ONLY the Content of a PictureBox on my Form 2- How I can change the Highlighting of a Listview so making it alpha-blending Or ANy Color Thnaks for any help ...Show All
Bijesh Lahiri Refresh single bound control
Hi all! My simple question is: Is there any way to refresh a single bound TextBox after the bound DataSource has changed Background: I use the VS.NET feature to bind a TextBox to a typed DataSet. The code to bind the TextBox to the DataSet is& ...Show All
siphonalfusion "Cannot find keycodev2.dll or invalid keycode"
Hi, I created winforms and was able to deployed it using NTD. I used VS.Net 2002 and VB.Net. I have crystal reports in my forms. Everything is working except when i tried to view the reports in client (Win 2000, installed w/ . ...Show All
Randall Ulloa Where to get old version of Terrarium client
Here - I installed on my local server Terrarium Server (Beta 1). And now to allow clients to play, as I understood, I need an older version of client than 1.2 . Where can I find it Thanks, in advance ...Show All
