VS 2008 Sql Command : Display The Name From The Same Row As Notes?
May 12, 2009
I got this code to get alll the notes loaded
Private Sub Load_History()
Dim myCnt As Integer
Dim myStr As String
[code]....
It displays 10 latest notes for me, but I also want it to display the name from the same row as notes.
View 4 Replies
ADVERTISEMENT
Feb 18, 2012
I've been trying make a mdi notepad that can start up new instances of a "note" which is unique from the other notes as in you can save/change/cut/ copy/ paste in the individual notes without changing the properties of the other notes..something like a tabbed notepad but instead of tab control i have a mdi container. but i can't make it work. [code] problem with it is that whatever you cut/copy/paste in one mdi container richtextbox, it automatically cuts/copies/pastes in the other richtextbox controls in the other containers..
View 2 Replies
Nov 24, 2009
Is there something like a doc.GETITEMVALUE("Attachment")(0) ?Also, I can't find any documentation for the domino API. Does anyone have a good resource for this?
View 1 Replies
Mar 28, 2011
As part of my current project for making student's lives easier by making an All-In-One application with many common programs carbon-copied inside it, I have a slight problem with sticky notes.
I am trying to recreate Sticky Notes as much as possible from the Windows 7 Sticky Notes Application. My problem is, I put a richtextbox on the sticky notes panel and wanted to either add a background image, or a transparent backcolor (my Panel that the textbox is in has the background image of the themed sticky notes). So my question is, is it possible to somehow dynamically make a property to allow the backcolor of a richtextbox to be transparent? or allow a background image?If you find an answer helpful, click the Helpful button. If you find an answer to your question, mark it as the answer. [URL]..
View 12 Replies
May 21, 2009
I got a question on sql splitting a record into peaces.I got a big record like this and all of this in one piece of record:
"
5/21/2009 1:03:49 PM
Order has been placed
5/25/2009 1:45:49 PM
[code]....
This is used for making notes, so you can keep adding notes on it until it's done.And I know this is not the 'best' way of keeping these records, this is the way how it was kept until now.So now my manager comes to me and asks to make a different structure of processing these notes.Because it is stored this way I can only retrieve full record from the database, but what I need is a way how to take for example only the 'top line' of it.Example:5/25/2009 8:45:49 PM Confirmation send
View 4 Replies
May 18, 2009
I am looking on how to split data I take from a database. Because I got a database that stores Date/Time and Notes all in one record, is there any way I could Split it into date and notes when it reaches my application.
View 2 Replies
May 6, 2009
Look at the code. all i need to do is take all notes from orders table.
The connection is openned
Private Sub Load_History()
Dim myCnt As Integer
Dim myStr As String
Dim totalrows As Integer
Dim myDataset As New DataSet
[CODE]...
View 3 Replies
Apr 18, 2009
What I need to know is if there is a way to combine forms. What I mean is, that when the program is open there is only 1 item on the toolbar instead of multiple shown on the toolbar. For example, I open the main app. and click on notes. The notes would open another form, but I wouldn't want another item on the toolbar, just the main 1, and if the X is pressed on the second form, it should just close that form, not the whole program. I mainly want this so that all the forms will minimize at once... and won't have the extra clutter of all the forms having a separate item added to the toolbar. So simply, I want 1 main form shown on the toolbar and when multiple forms are opened from the same project, it doesn't add to the toolbar and just keeps the one main tool bar.
View 2 Replies
Jun 6, 2011
I am working on a simple program called "Who's Connected?" where it runs a command (netstat -aon) and then displays the results in a multi-lined textbox. However, when I press the button that will run the command, it tells me that it can't convert the string to an integer or something. And when I did manage to get it to convert to an integer, it really showed an integer in the textbox instead of the connections and IP addresses. What do I do? Here is the code I have: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 'Running command and displaying results in textbox1 TextBox1.Text = CStr(Shell("netstat -aon"))'Results end up being a triple or quadruple digit number End Sub
View 2 Replies
Mar 26, 2011
I have a command button to display a multiplication table in list box. the multiplication is from 1 to 5. my problem is, I have to use if else or looping in coding??
View 8 Replies
May 4, 2009
I would like some info on how to do a procedure. In my program when a user hits the Edit Command button I would like for the program to display a popup Textbox where he/she can input data and store it. Then the data will be linked to the comments box, once the user hits the save button. Also the popup textbox disappears after the user is done entering the data.
View 8 Replies
Sep 29, 2010
I have recently started playing with sockets, so now i have set up an instant messaging app. it works like it's supposed to however, theres a slight problem. short of arranging for both parties to come online via email or something there's no way for the other person to know that someones waiting for them. So i'm basically looking for a way to send a pop-up message to tell the other dude to get his ass online,is there a way to display a message on a target pc's screen without a client application running and actively listening for an incoming command?
View 6 Replies
Oct 7, 2009
Where can i find the following notes on the internet (MIDDLE) C,D,E,F,G,A,B,C,D C #, A G #, A B#, G F# ????? ITS FOR A PIANO im making for school, ON SCREEN :) ADDITIONAL NOTES:DOWNLOADALE I like..... Understandable Answers 1 2 3 4 5 - - - - Rate yourself And Have A Kitkat 5 5 5 5 5?
View 1 Replies
Sep 28, 2011
add notes in the powerpoint slides notes part under the powerpoint slide.using Microsoft.Office.Interop.PowerPoint. I'm using vb.net code.Now it si creating the ppt file and I can add text,comments,image. in the slide . But I need to add notes in the powerpoint slide , in the bottom part of the slide.
Here is the code i'm using for creating slides.
Dim oApp As Microsoft.Office.Interop.PowerPoint.Application
Dim oPres As Microsoft.Office.Interop.PowerPoint.Presentation
Dim oSlide As Microsoft.Office.Interop.PowerPoint.Slide
Dim bAssistantOn As Boolean
[code]....
View 1 Replies
Jul 7, 2009
I have my application sending out emails when the user triggers certain events. The problem is that the email logs into the local Lotus database stored on the person's computer so the emails appear to be coming from different individuals.
Is there a way to alter the from field? I'd like to have everything coming from MyProgram for example, even if that user doesn't exist in the Lotus directory.[code]...
View 2 Replies
Jun 5, 2011
I want to write a VBA program, where i want to convert the currency notes into coins. I made a userform with one label, one textbox and one command button. Simply i want to write the codes under command button and want to run the program. After running the program i want to write the one number for example 55 dollor and wanted to convert into different coins.
[Code]....
View 4 Replies
Aug 15, 2011
i need to add explanation to my file i have a little filesystem in my program (so i dont want to use database for files)how can i add and call explanation to myfile i have some ideas but thats last resort couse its not not efficient and hard to make :)i thought i should create new table for my filesystem notes.so is there any easy way to do this :) i mean when we use explorer we can right click and use some field for our explanations.Is it possible to be able to use this fields.
View 5 Replies
Jul 22, 2009
Currently our shop is using VB 6.0 with Outlook to send emails from VB programs, using Outlook 11.0 object library. We are needing to migrate to Visual Studio .Net and then to use Lotus Notes to send all emails from the VB programs.Can someone direct me to either documentation or code sinpits that will help me.[code]
View 1 Replies
Nov 25, 2009
I am trying to retrieve an attachment from a lotus notes email using the EmbeddedObjects array off of a NotesDocument object. In my test, I've set up an email with an attachment and am trying to process it. The HasEmbedded property of the NotesDocument object is returning true however the EmbeddedObjects array of the NotesDocument object is always nothing (null). Why is the EmbeddedObjects array always nothing?
View 2 Replies
Jul 25, 2010
I got a data grid which I use to enter notes and save on the database, the tasks I could not complete is to pass a value onto one of the cells. I want to pass a noteID, user's name and a date of now into the cells so the user would only need to enter the note. So can somebody drop me a line of code on how to pass a value onto a cell in the datagridview. I been trying something like this it does not do anything:
DataGridNotes.Rows(0).Cells.Item("ColumnID").Value
Me.DataGridNotes.Rows(0).Cells(0).Value = "new value"
View 3 Replies
Dec 27, 2011
I was looking at the Facebook Developers page trying to find out how to post notes from my VB desktop app. However, I could only seem to find info on how to have users log into websites using Facebook and info on building Facebook friendly iPhone apps. Does anyone have any idea how to do this from a desktop app?
View 5 Replies
Jul 25, 2011
Problem: I need a way to have individual notes for all the items in a listview. Tools: 1 Listview, 1 button and 1 Textbox.I would like to click an item and have notes for that item pulled from the settings.When the button is pressed I want the notes for the item to be saved in the settings.
View 6 Replies
Apr 30, 2010
First let me say that I am not sure whether or not this should go in this section or the API section, and if it needs to be moved I apologize. My issue is fairly straight forward, but for some reason I cannot get it to work.
I am trying to send a command to a command line and then submit the command. I have been trying without success to get this to work in v2008 Express and v2010 Express, Here is the code I am trying to us:
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" ( _
ByVal lpClassName As String, _
ByVal lpWindowName As String _
[Code].....
View 6 Replies
Jun 6, 2011
I am building an application that contains data that needs to be fed out to seperate groups of people.Sending them emails is the only way to do it but this takes ages to do.i need for example to send:
send to = textbox1.text
subject = textbox2.text
body = textbox3.text
View 10 Replies
Sep 1, 2011
I have been using VB to manipulate notes in PowerPoint presentations.Until today, everything had been working fine (in PowerPoint 2007) using:[code]But today I tried the code on a PowerPoint 2003 presentation and it threw an error saying that the object didn't exist.I tried looking in shape 1 and 0, but I don't find the notes.I then tried updating the presentation to the 2007 format, but the notes are still not accessible using VB, although they appear in the PowerPoint window fine.
View 1 Replies
Aug 25, 2011
I'm trying to make a program with a dashboard that has sticky notes on it. By sticky notes, I'm just talking about 5 text box's that save the text to file.txt. Nothing fancy. Anyways here is the code I have:
Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
MsgBox("Are you sure you want to save?", MsgBoxStyle.YesNo)
If MsgBoxResult.Yes Then
Dim txtwriter As TextWriter
txtwriter = New StreamWriter("file.txt")
txtwriter.WriteLine(TextBox1.Text)
[Code]...
View 2 Replies
Sep 20, 2011
I develop Mac apps.Now, I'm using Visual Studio 2010 (VB) to develop Windows applications. And I wonder if there are different styles of windows (forms)like Floating, Modal,Modeless. This Microsoft web page mentions Tool Window.I'm not sure I have this option.Or is it possible to have a custom window style like the one with Sticky Notes?
View 5 Replies
Mar 14, 2010
How can I read Lotus Notes Inbox Messages using VB.Net "Interop.Domino.dll"?
View 1 Replies
Feb 2, 2012
I want to write a program that can recognize music notes.I think i should write something that could understand notes! we give the notes to the program and then we start to play that song,if we made a mistake,the program warns us. I want to know witch programming language is good for this kind of programs and what should i study for starting?! I asked from my university professor and he told me maybe it is not really needs an Artificial intelligence like programs that convert speech to text, noise frequency is helps you to recognize notes easily!
View 1 Replies
Dec 13, 2011
I want to access contents of a catagorized view of lotu notes in .net[code]...
View 1 Replies