c++ 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 ArticleGreater than / less than issues
Hi guys, a noob here with probably a very stupid question. I'm using a timer to see if a label that is moving around hits a picturebox that is moving around. Code: Â Â Â Â If picturebox1.Top + 62 >...
View ArticleVS 2010 How to pass a formula from Private Sub frm_load
Hello everyone... VB noobie maTT here! I have a formula in "Private sub frmMain_Load" that I would like to pass throughout some of my other subs. Every time I try to pass it I get errors. Any idea why...
View ArticleVS 2008 Data Binding stuffing up through Designer???
I drag a field in from the datasources and it creates a bindingsource for it in the components section and binds the text field to it... when I then drag another filed from the same datasource onto the...
View ArticleAssigning items in a listbox to variables?
Lets say I have a listbox containing: 5 7 2 So item 1 is a 5, item 2 is a 7, and item 3 is a 2. I want to assign each number to a variable a, b, c. So how can I get: a = 5 (listboxitem1) b = 7...
View ArticleVS 2010 Help good way of protecting vb.net application
Hey, I need help can you guys tell me whats a good software to use to protect my project
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