-
- Immediat Window Question
by Michael_001
- 5 Replies
- Last post
by Michael_001
- I wonder what is this immediat window doing
The more code i make, the more it shows
Don't understand what it is and sins i do not get any errors i am confused
is it a bad thing that is waitting to happen
Or do i have notting to worry from it
i normaly close erorlist en so the immediate window (smal screensize).
butt when i started using the sql I am getting lots off problems
-
- Where is Dapi.h and Dapi.lib in VS2005
by Carlos_zxl
- 5 Replies
- Last post
by nobugz
- I am doing the migration of a project from vc6 to vs2005, and it include dapi.h which could not be found in vs2005's installation folder. I have installed Exchange Server 2007 SDK, but it could not be fould too.
So i just use the files under vc6 folder, but there is another error:
error C2628: 'BOOL' followed by 'bool' is illegal (did you forget a ';' )
It is caused by the foll
-
- Formatting a Timespan
by G_Mitch
- 7 Replies
- Last post
by Salmonmoose
- What I'm trying to do is display a timespan in the format "hh:mm s" but using "Long Time" as the help file says includes the fractions of a second and makes it look untidy. I'm trying to display it without the ff on the end.
I've searched under everything else I can think of and can't find the answer. Can anyone help please
-
- Help with TIMer !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
by Noob2PsP
- 2 Replies
- Last post
by Noob2PsP
- i want a timer on a form. De form load and wait 5 seconds and a messagebox go open
please help me !
-
- Publish Prerequisite Problem
by jankonijnenberg
- 6 Replies
- Last post
by jankonijnenberg
- My application says it needs the following prerequisites for publishing: .NET Framework 2.0 Windows Installer 3.1 SQL Server 2005 Express edition Microsoft.JSharp.2.0 All fine but the JSharp (Warning triangle on icon and message "prerequisite could not be found for bootstrapping") I've searched the web high and low and can't find any info on this. Any feedback would be welcome. Regards J
-
- SendKeys sends multiple characters.
by JohnWein
- 10 Replies
- Last post
by JohnWein
- I am trying to make a program to assist me in signing into web sites. I would like to use SendKeys to enter my user name and password. I'm not having much success. SendKeys sends multiple characters to my local computer. It works fine over VNC to a remote computer. To test it I only try to send 1 character. Anyone tried to login to Hotmail using SendKeys Any help appreciated.
-
- Add total of values in grid view
by mikedp
- 14 Replies
- Last post
by js06
- Hello, I am trying to write an accounting program that includes client, charges, and payment. I would like to create a grid view which will summarize all charges/payments for all clients. How can I have all the client charges column add up to the "total charges of all clients" (grand total), and payment column have a "total payment for all clients" as well. Thank you, Mike
-
- "Update requires a valid DeleteCommand when passed DataRow collection with deleted rows. "
by D.V.Sridhar
- 3 Replies
- Last post
by ahmedilyas
- For god's sake somebody help me. I have become half mad and tearing my hair for the last 2 weeks trying to delete a damn row from sql database but all i get is an error saying:
"Update requires a valid DeleteCommand when passed DataRow collection with deleted rows. "
i have tried many solutions including parameterized queries.Can somebody give me a simple code for a button which wh
-
- Dynamic buttons and events
by arunr14
- 2 Replies
- Last post
by arunr14
- hey i have 2 questions a) how do i create buttons dynamically when i require them b) i need and event for each button that opens a file ...is it possible to write that as one event handler or do i need a separate one for every button i have
-
- Properties list...
by steelblood_relic
- 4 Replies
- Last post
by steelblood_relic
- Hi all, I want to make a Properties list/box, like the one in Visual C# express, where you can edit values of different parameters. I mean like having two rows, with the parameter names in the left row, and the values on the right row. And the values should be able to be textboxes, lists or even colors like it is in those properties lists. Is that kind of list in the Toolbox of Visual C# express B
-
- Need help splitting a string into words based on uppercase chars.
by Highwayman
- 5 Replies
- Last post
by Highwayman
- I have some data that I read in from an XML file where some of the data needs to be split into words however; the delimiter is an uppercase char i.e. ¡° HelloWorld ¡±, ¡° HelloOutThere ¡±.
String methods do not seem able to do the task and I am not familiar enough with regular expressions to break out the words in these types of strings.
Can someone point me in the right direction to g
-
- Please read this before posting about running on other computers
by -Abcidefugian-
- 2 Replies
- Last post
by -Abcidefugian-
- Are you getting this message often "The application has failed to start because the application configuration is incorrect. Re-installing the application may fix this problem" It only happens when you try to start an application on another computer. Here's how to fix it: Follow these steps: Install the Visual C++ Redistributable Package on that computer. This could be found on the Microsoft websi
-
- Hiding IP Address in Internet Browser
by Marc6679_MarcCS
- 4 Replies
- Last post
by ReneeC
- has anyone got any code snippets or can anyone tell me how to hide the users Internet Protocol (IP) address when they are browsing. So it's an annoymous browser.
-
- having trouble with InvalidArgument
by Mauricette
- 3 Replies
- Last post
by Jonathan Caves - MSFT
- hi,
Im bulding a hangman game. I have no build erros or anything of that sort, but when I debugg and run the program i get the blow erro
Code Block
InvalidArgument=Value of '6' is not valid for 'index'. Parameter name: index
This is where the error is located in my program..
Code Block
intHangmanNo =6;
pbcHangmanBmp->Image =\
imlHangma
-
- VS C# express and SQL express
by muldog
- 1 Replies
- Last post
by Figo Fei - MSFT
- Hi, I've got VS C# express and SQL express connected and running fine, as far as I can tell. I can add and edit tables in VS, etc. I'm new to SQL though, so I wanted to ask a few questions that might be easy to answer. I'm working on a little Windows application that allows users to create and test themselves with flash cards. Here's how the program is supposed to work: A user selects a card
thr
-
- Save text from multiple text boxes to same file?
by maxrpg
- 2 Replies
- Last post
by maxrpg
- Hi,
ok i found out how to load and save text inputted into a richtextbox to a .txt file...but if i want to save the text from multiple richtextboxes i have to save it in seperate .txt files. is there a way for me to save the text from all the richtextboxes into 1 single .txt file but still have the text display in the relevent box when i load the .txt file .
what im trying to do is
-
- Help Clearing All Textboxes and All Comboboxes
by GAtkins
- 14 Replies
- Last post
by ReneeC
- Greetings:
I found this helpful code elsewhere on the forum, but it is only working on the Combo Boxes and not the text boxes on my Form1.
Currently I have 4 textboxes and 3 comboboxes on my form.
In the editor, when I hover my mouse over "ComboBox" it says "Class ComboBox" and when I hover my mouse over "TextBox" it says "Interface TextBox.&qu
-
- split textbox.text into each character seperatly
by mustang29
- 9 Replies
- Last post
by mustang29
- I am new in Visual c# and I want to make een program that, when in have for example ABC in textbox and I click on an button, that in the second textbox came the A, in the third the B and in the fourth the C.
I have tryed already some things, but with no result.
Thanks already.
-
- Trying to get listbox to populate datagridview from an access db w/multi-tables - VB05e
by LCP2000
- 28 Replies
- Last post
by LCP2000
- Hi guys, I am trying to figure out how to get the info from a listbox to populate a datagridview when you click on a listbox item. I have four separate tables in an access db: tbl_customers tbl_dishes tbl_wines tbl_deserts -------------- ---------- --------- ----------- cust_id 1------------- ~ dishes_id 1------------ ~ wine_id 1------------- ~ d
-
- action on cell's combo value changed
by Tigerwood2006
- 1 Replies
- Last post
by Dave299
- Hi, I've set up a table using Datagridview control. One of its cells is a combobox. If i want to click and select any item inside this combobox and immediately perform the relevant action, where is the right Event procedure of the Datagridview I need to put the code I tried the "cellclick" and a whole bunch of other events, but no solution. Thanks for your help.
-
- Me.settings.
by DJSTU
- 6 Replies
- Last post
by Riquel Dong ¨C MSFT
- Hi ive created An Entry in my settings as: media location // and type system.windows.forms.listview
and Ive created the module below, could anyone explain why this is not saving and loading the items. Am I using the wrong type in the settings
Code Block
Module savesettings Public Sub savemedialocations() Try For Each itm As String In Setup.ListView1.Items
-
- Disable hotkeys (and other) for Windows Media Player Control
by LennardF1989
- 28 Replies
- Last post
by LennardF1989
- Hi all,
I'm using the WMP Control for my Movie Player, but one thing I find very annoying is the fact that I can't seem to find a way to disable the standard WMP hotkeys (like CTRL+P, CTRL+S etc.).
Also, when I activate the fullscreen, clicking with the mouse will result in pausing the current file.
Could someone tell me how to disable these standard things
Best Regards
-
- How to open an external folder?
by modernic2008
- 3 Replies
- Last post
by js06
- What code should I write so that I can open a folder by clicking button1 Thanks.
I want to make it open a folder in C:/Documents and Settings/.../My Pictures/PMIC with the name of Label1.Text E.g., if Label1.Text = "moi" then it should open C:/Documents and Settings/.../My Pictures/PMIC/moi. Thanks so much.
-
- Creating an MS Paint
by paoloTheCool
- 6 Replies
- Last post
by Figo Fei - MSFT
- I was looking into creating a program like MS Paint, and have been looking for tutorials but havent found any...
thanks,
paoloTheCool
-
- IE favorites
by clint 2
- 4 Replies
- Last post
by clint 2
- how can I import internet explorer favorites into my program
thanks in advance....
ps I cant even find the folder
clint