-
- AdRotator
by ssfftt
- 1 Replies
- Last post
by Figo Fei - MSFT
- I have the code below in an XML which is used by an AdRotator control:
< xml version = " 1.0 " encoding = " utf-8 " >
< Advertisements xmlns = " http://schemas.microsoft.com/AspNet/AdRotator-Schedule-File " >
< Ad >
< ImageUrl > ~/images/images45.jpg </ ImageUrl >
< NavigateUrl > http://www.google.com </ Na
-
- help tp make username password form
by GOLDEN2000
- 5 Replies
- Last post
by Figo Fei - MSFT
- can any body help me to make login form pleasee
-
- VB Express (INKEY$) function.
by ss4steve
- 11 Replies
- Last post
by Spidermans_DarkSide - VSIP
- I have just finished writing my first VB Express program (Sub Search). I often found myself wanting to do an INKEY$ function as I used to do in Quick Basic.
I want the program to pause, and wait for me to hit a keyboard key... then to analyze that keystroke, and branch-off to various points.
I have seen references to such a capability (keydown & others) but have not been able to decode
-
- Recursively adding existing files to a (new) project.
by GeertVc
- 4 Replies
- Last post
by GeertVc
- Hi, When you create a new project and you want to add existing files to it, is it possible to search recursively into (sub)directories to gather .c* and .h* files So far, I always had to go inside a directory, select the files, return from that directory, go into another one and so on. It would be very handy if one could highlight the project in the solution, right-click and add existing items/fi
-
- candidate function(s) not accessible
by Florian 0.
- 9 Replies
- Last post
by CodeJingle
- one of my farvorite Error messages, the one kind that doesn't give a hint why!!
I wrote a user control, add a public function to it. Now I put the user control on another Form in a other project, compiles fine and shows the conrtol when startet. If i try to access(add the code to access these) these self added public function of that control, it say that: candidate function(s) no
-
- Potential issues in calling WinAPI functions indirectly among DLL's?
by scorpion007
- 1 Replies
- Last post
by scorpion007
- Hi, I have a strange problem with my program. Let me explain from the beginning: Note, I have tried to explain it in generic terms. If you need more specific information, please let me know. 1) There exists a host application written by a third party. 2) I have written a plugin for this application through a DLL, using the host application's SDK. 3) Now, the SDK seems to work fine in my plugin DLL
-
- How to load a bitmap to two-dimensional array.
by abelegreen
- 4 Replies
- Last post
by abelegreen
- Hi everybody. I want to load a bitmap to two-dimensional array, and then get this bitmap from that array. But I till don't find any suitable method for this. Could anyone help me with a few suggestions Thanks for any reply.
-
- Progress Bar
by Jr. Program
- 5 Replies
- Last post
by Figo Fei - MSFT
- How can I show the progress of an operation via a progress bar Coding is greatly appriciated.
My case:
performing an adition 4+3=7
I want to show the progress of that operation.
Thanks in advance
Jr. Program
-
- add suggestion to textbox
by jin katama
- 7 Replies
- Last post
by jin katama
- hello friends
pls tell me how to add suggestion to textbox
-
- Pc Alarm
by mandiom
- 4 Replies
- Last post
by mandiom
- Thanks to js06 I set up the main part for a pc alarm that gives you a message box when a certain time has passed. As you will see below, I am converting hours and minutes minutes to seconds so that everything works well with a timer of 1000 interval. However, in the label that informs of how much time is remaining, I would like it to show it separately (Hrs : Min : Sec). Moreover, I am trying to f
-
- saving background image
by cjk
- 14 Replies
- Last post
by ahmedilyas
- Ok, I figured out how to change my background image that i wanted from a button, but now i need to know how to save the background I chose so the next time i run the program the same background i chose will be there.
-
- my almost finished product,
by Kccc
- 0 Replies
- Last post
by Kccc
- please Post How It Works,
post what i can add, and tips
here are some tips,
under runescape sig gen type in like zezima for a test,
for dodian sig gen type like dodian
for dodian sig gen if you click the texbox that the code is in it will copy it just by clickign it once just like on photobucket!
download from here,
http://www.megaupload.com/ d=XI5WCGCL
Scan Pics
-
- Delegate\Invoke between 2 forms (one calls the other)
by Carlo Rivolta
- 4 Replies
- Last post
by Carlo Rivolta
- I've 2 forms: Form3 and Form1. Form1 is created by Form3's menu. Form1 has now Form3 reference.
When operator presses one button of Form1, I have to call a function of Form3.
I elaborate the data, send it via COM, get the answer and than call it back (thus return to Form1).
I have the Form3 reference, so I can call the public Form3's functions directly.
But I want to use the delega
-
- loading .txt in rich text box
by Cameron Kloot
- 14 Replies
- Last post
by Cameron Kloot
- hi, can u load a txt file in a richtextbox i can obviously open rich text files in it, but i want to open txts too. thanks
-
- Save
by Whoisit
- 14 Replies
- Last post
by Dave299
- How do I Save a file with out calling the dialog box, at the moment I can SaveAs the file(with dialog box) but what I'm after is when you click just save it just saves the file that is opened in its original format with any alterations that have been made. The program is a cut down version of a text editor.
-
- Graphic in console aplications
by Pimoz
- 1 Replies
- Last post
by einaros
- Hi!
I must draw a graph in my console aplication but I can't find the proper function to do this. How can I write lines and circles and other similar stuff in console (it must be in a graphic way not in ascii way) Please help!
Cheers, Primoz
-
- 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
-
- Food ordering system
by djshades2004
- 7 Replies
- Last post
by djshades2004
- Hello all,
I was wondering if someone could put me in the right direction in creating a food odering system for a local cafe in my area. I dont really want to use a database if I cant help it.
It only needs to do these basic things:
customer details entered on the order,
food products ordered.
and a print button to print the ticket.
It would be handy if the program co
-
- need help
by Abhijeet_Jain_b9697d
- 1 Replies
- Last post
by DMan1
- Can someone pls help me in getting good stuff for VB.... thnx in advance
-
- Download some Files
by XelleX90
- 1 Replies
- Last post
by DMan1
- Hallo all! I'm making an auto updater for a game and i have the most of the code but something but i dont remember is code to make it download files. I want to make the program so when people hits the "Update" Button it checks all files (in the directory) and download the files it doesn't have. (the design is ready) Please tell me the code Thanks XelleX
-
- Creating a tab through Code
by Alastair Q
- 2 Replies
- Last post
by Bruno Yu - MSFT
- Hi there, I've got this tabcontrol and a button . When i click the button I want it to create a new tabpage on the tabcontrol and then it creates the relevant objects like a menu on the tabpage. And then it creates code for that tab.
-
- 2 listbox questions
by Asmodeus999
- 5 Replies
- Last post
by DMan1
- I have two questions related to listboxes that I would like to have answered:
When you click a button, can you move the selected item up/down
Is possible to have each item display a seperate image on a picturebox when clicked.
Thanks in advance
-
- I need help with an E-Mail project.
by Chris576829
- 1 Replies
- Last post
by Bruno Yu - MSFT
- Hello everyone, I have made an application that can send e-mail before, and now I am wondering if you can make an application to show recieved e-mail. The only way that I know of on how to do this is insert a Microsoft Outlook control. However, I was wondering if you could show the recieved E-mail in some sort of other control such as a listbox. If anyone has any suggestions or ideas for this plea
-
- Question.
by sticksnap
- 6 Replies
- Last post
by sticksnap
- How can I make a combo box represent a keycode Because I am making a program where you can choose what key you press to fire up an event
-
- How to open a .CHM file with HelpProvider?
by Rinaldo1961
- 2 Replies
- Last post
by Rinaldo1961
- Hi,
I have a F1 key handler, as Help_Reqeusted in my source:
Code Snippet
private void Radiospeler_HelpRequested( object sender, HelpEventArgs hlpevent)
{
helpProvider.SetHelpString ( this , helpProvider.HelpNamespace);
}
But how can I use HelpProvider so that he opens the CHM file
Thanks