[RESOLVED] Multithreading causes Hang
Hi Guys, I've just started learning the multithreading in vb.net; Needless to say I'm facing issues. Please check the code written below as its not giving any output, it just hangs. Code: Public Class...
View ArticlePrint specified worksheet using VBA
Hello! Good Day! I am new in excel Vba. i want to use excel vba to print worksheets. I have "View" sheet w/c my userform located, Form1 and Form2 sheets w/c to be printed. My userform is: txtCopy - no...
View ArticleDatabase not foudn after publishing
Hi all, i am creating an application in VS 2010 (VB) that uses a local Compact SQL (.sdf) database. I have configured my connection as per below and it works perfectly in the F5/Run command of teh VS...
View Articleadd data for selected item in a listbox
Hello, I've got difficulties in adding data for a listbox selected item. Here is my code: Code: Public Class Form1 Â Â Private mPatients As Dictionary(Of String, Patient) Â Â Private mCurrentPatient As...
View ArticleFindWindowEx isn't working
Hi all, how can I retrieve hadle of child window" ? I have parent window -> child window with buttons ... Code: Quote: Private Declare Auto Function FindWindow Lib "user32" _ (ByVal ClassName As...
View Articlec++ to vb.net
how can i do this code in vb.net? Code: unsigned char tempstr[15],totstr[8],coin1[10],coin5[10],coin10[10];
View Article[RESOLVED] Any event that triggers when items in a listbox changes?
I want to report the number of items in a listbox in a label. I though I could just use Code: lblItemCount.text = lbxMyList.items.count.tostring whenever the contents of the listbox changes, but I...
View ArticleVS 2005 Printing line characters
I want to print linecharacters (Chr(179) , Chr(196), etc.) to a text-file using TextWriter. But when I do other characters appear. I think it has something to do with CodePage, but I can't get is...
View ArticleVS 2008 [RESOLVED] MySQL connector.net uninstall issue
i am using MySQL as back end and hence i uses MySQL connector.net version 6.5.4 now i want to update it to current version 6.6.4 i am unable to uninstall the current version under use 6.5.4 i am...
View ArticleVS 2010 commands works on 2008... not on 2010 why?
Kinda new to .Net... These commands work on 2008 but did not work on 2010 when i imported them... ClientSocket = New Socket(AddressFamily.InterNetwork, _ SocketType.Stream, ProtocolType.Tcp) Dim...
View ArticleVS 2010 Simple IF-THEN statements. What am I missing?
I am attempting to calculate some basic math functions and have them output to textboxes at the bottom of my form. There are TWO problems that occur (no vb debug errors, just nothing happening): 1....
View ArticleUpdate control(s) on Form1 in a module that uses threads.
Hi I am using a module for a bunch of subs and functions that will perform things related to a certain textbox and combobox e.g. loading/saving data into them. I am using threads for those methods to...
View ArticleVS 2010 Datagrid export Excel curreny format problem
Hi, Thanks for the translation. I have a problem like this has occurred. Turkish currency is different from the transfer is meaningless.grid using decimal format. decimal format when the transfer...
View ArticleHelp me please?
I'm not sure if i picked right thread to post my topic, if I was wrong feel free to move it somewhere else :/ Anyway, I've made browser in visual basic, and as u may know visual basic uses IE web...
View ArticleTransfer of data from the Access to datagridview
How do I send data from the Access database To Datagridview Fields in the database table Name History Required Show the contact data in the datagridview in the first column Show the first day of the...
View ArticleProblem Making Chat Program Visual Basic
Hi Everyone. I have to make a chat program for something for school. The problem now is that I've tried several ways to make a connection between de computers to send messages in the richtextbox. But...
View ArticleVS 2010 Raising Events between 2 forms
Hi, I have a question about raising events between 2 forms to call a control on the other form. Let's consider this scenario: The OrderListForm contains a datagridview with some Orders as records. When...
View ArticleHow to Slide Buttons ?
I am trying to make some buttons slide with vb.net 2010 project. Button A Starts at location (12, 66) I want the button to slide down for approximately 2 secs, until it reaches location (12, 406) It...
View ArticleVS 2008 Dynamic update of data in front end as the database records changed
is it possible to update the front end data dynamically as par with the records changed in the data base. i mean just like stock market applications, in which data update ( user no need to refresh the...
View ArticleSimulate a mouseclick/Drag inside a Webbrowser object.
Hello! I've googled this like a mad man but with no result. I want to simulate a mousedrag + clicks inside my web browser object without MY mousepointer moving or anything. Does anyone of you...
View Article