I have created the dialog based application. In the main window there are some buttons & edit control boxes.
When I maximize the parent dialog box only the box maximize while the e...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Bonjour à tous,
j'essaie d'exporter un film que j'ai monté sur Imovie 08 mais j'ai toujours un resultat de merde !! Il y a très peu de choix sur la qualité du film.
La video es...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Can I set my computer internat timer with AHK?...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi all,
I have the following code line:
Code:
ComboBox.Create( WS_CHILD|WS_VISIBLE|WS_VSCROLL|CBS_DROPDOWN, rect, this, 1 );
Do I need to release any resources when my progra...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi all,
I have the following code line:
Code:
ComboBox.Create( WS_CHILD|WS_VISIBLE|WS_VSCROLL|CBS_DROPDOWN, rect, this, 1 );
Is it possible to force the editibale combo bo...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello.
First off, i'm still rather new to Vb.Net but am enjoying learning it, I have this code to run a shutdown:
Code:
'// Thread Process for Shutdown Process
Private Sub Ba...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi, I am running this script on vista, but seem to have encountered a major bug (In Vista)
http://www.autohotkey.com/forum/topic23719.html&highlight=encrypt+file [http://www.autohotkey.com/foru...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi everybody
I'm trying to modify a C++ code in VC++ 2005
my code snippet
Code:
void BandwidthAllocationScheduler::insert(
Message* msg,
BOOL* QueueIsFull,
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi!!
I designed an interface which calls an executable program written in c. This program needs an input image and outputs another image which has the name: "<the same as the input o...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Bonjour,
Je reçois sur mon mac pas mal de mails privés et, sans chercher une protection infaillible, je souhaite juste les masquer à la vue de tous les gens qui ont un accés a mon mac.
Comment faire ?...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Sorry if that title didn't make much sense. I'm new to databindings and VB.NET - I used to use ADODC with VB6. Once I've set up databindings I can set a text box or other controls to link with a d...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello again, I have scratched my ideas as the direction I was headed with my character creation file, *If you didn't see it be glad LOL* Anyhow, What I need to accomplish is for a file t...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
How would you declare constants from a .dll, so you can use it in your program.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm new to AutoHotKeys and am using a fairly simple script to control a program such that it operates at particular times with the computer unattended.
Somehow Windows (Vista) has lost the associat...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello
I need some advice to accomplish this, i have a datagridview with this data:
Column1 Column2
item1 3
item2 1
item1 2
item1 5
item2 3
item3 1
item1...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have a dialog based project created by VC6.0, the buttons and radio boxes are all in Windows classic style, no matter the desktop theme is Windows classic or XP.
I built the proje...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I always used this Safari Tidy plugin:
http://zappatic.net/safaritidy/ [http://zappatic.net/safaritidy/]>
But a while a ago it suddenly disappeared from my Safari. I'm currently us...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Non riesco a scaricare gli aggiornamenti per Vista, in quanto dopo aver selezionato "controlla aggiornamenti" dal Windows Update mi dice che è "impossiblile cercare nuovi aggiorname...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
bonjour,
j'ai fait plusieurs recherches sur le forum, sans trouver la solution à mon problème. je ne sais donc pas si elle existe.
je cherche un petit programme, gratuit ou payant si cela n'...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
I have a ListBox that allows mulitple selection. I needed a generic way to delete the selected items and this is what i came up with:
Code:
RemoveSelected(LB_ID,LB_Var) {
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I need a stopwatch to run on start and stop on end
Code:
Ins::
-------------- STOPWATCH START ---------------
send ???
run???
winactivate ???
send ???
--------------&n...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Je ne comprends pas iMovie 08... Lorsque j'essaie la fonction "importer des films", la grande majorité de mes films (.mov, .m4v, ...) est grisée dans la boite de dialogue donc il n'e...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have an Excel document with customerinformation (their name, amount, vatnumber).
I need to put these in an Xml document. But I'm not sure if I can do this with Vb.net, cause I need the data li...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I've been playing around with transparency and colored fullscreens as you might have noticed in the other thread. Now I've made a simulation of a malfunctioning TFT/LCD flat screen. As you all know, w...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Can you guys please tell me what are the pros and cons of installing windows on the mac osx?
i have macbook and i'm thinking about installing windows using VirtualBox so that i can ru...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine