-
- Problem with outlook - "messaging interface error"
by bw12117
- 5 Replies
- Last post
by Mike Bertenshaw
- I am receiving the following error message:
The messaging interface has returned an unknown error. If the problem persists, restart Outlook.
This has work before so I'm not sure what happened.
Even worse, when I open outlook on its own, and click new mail, I get the same error message. So currently I cannot create new mails, forward or reply. Please help.
-
- User Control does not respond to code in main form.
by ringram2077
- 6 Replies
- Last post
by ringram2077
- Using VB 2005 Express. I found a project that plots a graph in a user control. The user control has a picture box and a label. The code for this project shows the code that goes in the user control. I set up a user control in a new project and added the code. After some tweaking I got it to compile. I then went to form1, dropped the control in from the toolbox, and tried to setup some code to use
-
- create web browser control
by johnb01
- 5 Replies
- Last post
by Alitht
- Hello everyone :) I was just tring to make something like a tabbed web browser interface using a TabControl but im not to sure how to create objects inside a newly created tab. This is what im tring to do, when a person enters a url in a textbox and hits GO it would create a new tab with a new web browser control inside the new tab. I solved on how to create a new tab but i don't know how to crea
-
- Converting from Char to String on Visual C++ 2005
by jaimemontoya
- 4 Replies
- Last post
by jaimemontoya
- If working on a Windows Form application, under the name spaces we declare: char juan[20];. It should look like this: using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System: ata; using namespace System: rawing; char juan[20];
Code for button1
private : System::Void button1_Click(Sy
-
- Read data from serial port .. ?
by daikeechi
- 3 Replies
- Last post
by Resander
- hello guys ..
i need to communicate two PC¡¯s using serial communication ( connect via serial null modem cable ).. i managed to write and sent data to serial port but how to write loops to read data from serial port i'm using visual c++ 2005 express editon and my OS is windows XP.. below is my code .. can anyone help me
#pragma endregion
public: System::Void button1_Click(System: bj
-
- Embedding Video
by brad0999
- 3 Replies
- Last post
by Tall Dude
- How can I play a video file from a path in my visual basic form
-
- Settings problem
by Cameron Kloot
- 14 Replies
- Last post
by Cameron Kloot
- hi, in my program i make settings and then load them into a checkedlistbox when the program restarts. this is what i am doing: public Form1() { InitializeComponent(); foreach (object loadItem in Settings.Default.Context) { checkedListBox1.Items.Add(loadItem); //Load settings } } Settings.Default.Context.Add(textBox1.Text, textBox2.Text); //new settings stri
-
- Connecting to SQL Express from VB.Net Express?
by Amir Netz
- 3 Replies
- Last post
by n/A
- OK, this could be a very stupid question but I am really lost...
I have created a database in SQL Express Manager and I am trying to connect to it from VB.Net. I am adding "New Data Source" and I am asked to specify the database file to connect to.
Database file Why a file I want to connect to the database going through the server and the file can be anywhere.
I expected to be a
-
- What IP received a UDP packet if PC has multiple interfaces?
by Grabner
- 0 Replies
- Last post
by Grabner
- Setup:
I have a PC with 3 Ethernet interfaces and thus 3 IP addresses.
On each interface I have a device that will broadcast UDP packets to the PC.
Problem:
How can I determine in basic what IP address received what UDP packet
Code snippet would be greatly appreciated.
-
- asp
by soundararajan
- 1 Replies
- Last post
by js06
- how to create the window in the first time open ask the username and password with the title also can be displaying what are the coding to be accepted
-
- DatagridRow
by Bill Partridge
- 2 Replies
- Last post
by Bill Partridge
- I have two datagridviews on a form. How do I configure the datagridviews so that a blank row does not appear at the end of each
-
- limit textbox entry to 10 "digits"
by Cesar Francisco
- 13 Replies
- Last post
by Cesar Francisco
- 'This is trying to be a phone number formatting routine. Overall -- it is not working well. I would like to limit the entry to 10 digits only. Error reporting should be " " in txtboxPh2 when entry is alphabetic or even better, simply do not accept alphabetic entry. Private Sub txtboxPh2_Leave(ByVal sender As Object, ByVal e As System.EventArgs) Handles txtboxPh2.Leave Dim sb As New S
-
- vb 2005 express - windows services
by amota
- 5 Replies
- Last post
by element109
- Can I develop a Windows Service with VB 2005 express
If so, how can I do it There's no default template for Windows Service as in Professional version..
Thanks,
Amota
-
- Can't create project when not admin?
by Makari
- 6 Replies
- Last post
by Makari
- Ok, I just installed VSC++ Express and I can't create any sort of project except when I'm logged in as the admin. I even went and edited the entire directory to give my user account FULL PERMISSIONS on every directory and file under the installed path and that did exactly nada. Anyone know how I can get it to work properly As a note: I'm running a machine with Windows XP SP2 not Vista.
-
- new form with LinkLabel?
by WeldonT
- 9 Replies
- Last post
by WeldonT
- I'm trying to open a new instance of a form with LinkLabel. Right now it looks something like this (left the code at home so not exact) private void OnClick(object sender, System.EventArgs e) {
Form2 recipe = new Form2(name); } [...] LinkLabel clickme = new LinkLabel(); clickme.LinkClick += new System.EventHandler(OnClick(recipe.Name)); //I think the event handler I used was 2-3 words s
-
- .net 3.0 framework vs .net 2.0
by nate-d-o-double-g
- 1 Replies
- Last post
by SJWhiteley
- If I install 3.0, will VS2005 allow me to choose between 2.0 and 3.0 to compile Another question is: Is there any software that will convert a .net app into one that runs on a non-.net pc
-
- >LINK : fatal error LNK1104: cannot open file 'C:\Documents and Settings\Math\My Documents\C++\Chess\Release\Chess.exe'
by King_Leo5
- 14 Replies
- Last post
by einaros
- Hi.
This error is really annoying me because i cannot work out what is causing it. I am new to .Net and i am making a chess program in it. However, the first time i press F5 to run it it works fine but once i locse the form and then try and try F5 again i get this error:
>LINK : fatal error LNK1104: cannot open file 'C:\Documents and Settings\Math\My Documents\C++\Chess\Release\Chess.exe'
-
- Retrieving Dataset Table Entries Into Fields and ComboBoxes?
by edgemeister
- 6 Replies
- Last post
by edgemeister
- Hey there guys,
I was wondering if anyone could tell me how to do this :
I've made numerous forms whereby users can add various things to an SQL server database.
I've copied the forms and would like these duplicates to serve as 'edit' forms for the original data...
I'll make a few combo boxes in order to get the user to select the specific record to update however what I would like to
-
- Add cents - display in (dollars)
by airsam
- 1 Replies
- Last post
by Dave299
- I have two text boxes (textbox1 and textbox2) and a button (button1). Lets say the numbers in each text box are 45 and 75. These values are cents. When they are added they are 120. However, I want the answer to be displayed as dollars which would obviously be $1.20. How can I do this (The answer will be displayed in Label1). Thanks
-
- New to c++ and i have a problem
by thomas5555
- 5 Replies
- Last post
by Peter Ritchie
- I keep getting the same error message in my function and i am not sure how to fix. I keep getting this message: error C2664: 'FindFirstFileW' : cannot convert parameter 1 from 'const char [ 6 ]' to 'LPCWSTR' Here is the function were i am having the problem:
Code Snippet
void findfles() { WIN32_FIND_DATA FindFileData; HANDLE hFind; hFind = FindFirstFile("C:\\*.txt", &Find
-
- Pulling data from different tables into one gridview
by jhowcroft
- 1 Replies
- Last post
by jhowcroft
- Hello, I am developing an application that keeps track of employee points for the company I work for. I pull in all my employee data from another database through a web service and keep the information I want to edit (the points, awards, etc.) in a SQL database. I have my dataset set up with a number of tables and I successfully pull in data from the web service and fill that into another tab
-
- CPU temp/usage, Graphic card temp...
by mNero
- 13 Replies
- Last post
by mNero
- hello I am trying to make a simple program, that is going to show me some important values about my CPU ang Graphic card. From the search option i faund this code:
Code Block
Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim moReturn As Management.ManagementObjectCollection Dim moSearch As Manageme
-
- how can i query a dynamic link library + get a list of the functions, including declarations + constant declarations used?
by Jay_Vora_b4843e
- 2 Replies
- Last post
by spotty
- can i
if i want to make dependency list like dependency walker..can i list DLL functions
-
- xp look in visual studio
by Ralphp_Ai2x
- 1 Replies
- Last post
by Karl Davies-Barrett
- can anyone please help how can we custom the controls in .net in such a way it will look like xp themes. thanks
-
- Looking for images
by Jeremy6996
- 14 Replies
- Last post
by jgalley
- Basicly, I need to know how to write a code that can find for example the picture msdn on this website, then give out its x,y cords, would that be possible.
Here to paint a better picture. I need to to be able to point out for example all the x,y cords of a certain picture, that is visable with our eyes on the moderator. For example. I could have an application that had a picture on it. An