Many thanks Dejan. Typical, you can walk so far and then the brick wall. Thought it was the case so I have flipped back to VB6. It's all about money and too many directions to go in. Thanks, have a...
Type: Posts; User: ZOR; Keyword(s):
Many thanks Dejan. Typical, you can walk so far and then the brick wall. Thought it was the case so I have flipped back to VB6. It's all about money and too many directions to go in. Thanks, have a...
Hi Matt. I just did a quick google and came across this person with a similar question on getting a csv file into a datagrid. He got his answer from MSDN
Hope this link helps:
...
Many thanks. Yes I had come accross those two. I have tried lots of other examples but none seem to get passed the RaiseEvent command. Such a simple amount of code but just does not fire. I have...
Can someone please give me a guide on making a simple ActiveX control in VB6. All I want is a command button that passes a string to a textbox on a suporting form, and passes a string from a button...
Many thanks Charlotte, yes I will use DIM in the same statement. Have a nice weekend. Best Regards
I am trying to learn how to make an ActiveX control. I followed a tutorial but all it does is make a messagebox come up with its titlebar having the name of the control. What is it supposed to teach...
I found it. Adding the statement ds2.Clear cleared the data before refilling. Hope it helps somebody else.
I have some code in a listbox click event, it works the first time but accumalates in rows after further clicks. Any ideas why, thanks. Hope someone is out there.
Dim sqlb As MySqlCommand = New...
I miss seeing views to threads. I put in a thread into a forum 1 day ago and have no idea if my thread is being looked at or not. Seeing the number of views being counted and displayed gives me...
I have the following code which ends with binding data to a textbox. I am stuck trying to find how after altering the text in the textbox, how to save the change back to the dataset/table. Appreciate...
Boy am I struggling. There is a MySql connector that you can download to enable VB Express 2008 to connect to MySql. I am really struggling as I say because I am spending so much time trying to get...
Thanks Andrew. It's getting more and more complicated as things progress. I am now playing around with Visual Basic 2008 Express and MySql. It becomes so difficult knowing where to put questions...
Many thanks Hans, trust your well. The second suggestion works perfectly, the first did not work so you are correct in thinking twice. Wish everything was the same but that would be too easy. Best...
I hope this forum is correct. I am struggling with changing a line of SQL being used in VB.Net. I am trying to change the line to include the Like syntax. The line is :
Dim sql As MySqlCommand =...
I am struggling to build a VB.Net application where I want a form to connect/bind to an Access Database. It took a long time to find a way to connect, but now I have problems trying to drag table...
Thanks very much Hans. I am sending them from home, so I will try and put a timer event in to slow them down. I only have 40 emails all going to people I know, so it is not doing something I...
That was a quick response, trust your well. That worked!!!
I have another question, the answer is probably no as it paases too near spamming, but I have put my recipients in a loop being derived...
I am trying to put a line break in an email message.
varMessage = "Hi, I trust you are well." & vbCr & "You may etc,etc
However when the email opens there is not a carriage return line break....
Thanks again - done
Thanks for convincing me it should work, I had spelt VarAdress instead of VarAddress.
Best regards
Oooops, many thanks Hans for alerting me to the email booboo. Unfortunately I don't use Outlook, and I thought things might be limited with Outlook Express. Just surprised there is no provision for...
I am trying to automate sending invitation emails to some 40 people from an Access database. I am using Outlook Express which I think is limited??
I did want to send an attachment with the email...
Thanks Hans. I got what I wanted in the end.
Response = False
If MsgBox("The Folder " & UCase(NewData) & " does not exist. Create it?", vbYesNo) = vbYes Then
Me.PF =...
Okay, I know it looks crazy, but the user has to enter a lot more data in before everyting gets saved. The part here is just 5% of the overall data. I think I will go back to using a listbox, and if...
Thanks. What I am trying to do is let the user see a combo full of items. When they type an item in the textbox and the not in list event kicks in, I want to effectively put what the user had typed...