This is a small part of my donation to Information Technology, Here I'm posting Tips, Tricks about Linux (Mainly) and some of FreeBSD (Loved OS), Windows, you will find some topics about Firewall O&M and Programming ....
jueves, agosto 04, 2005
Escribiendo el Código de Mensajería
Mensajería de Winbridge es un programa para enviar y recibir mensajes en una Red de Area Local....
Basicamente esta escrito en Visual C++/Gtk
Para crear la Interface de Usuario Utilizo GTK y el codigo de VC++ es una simple concatenación de cadenas de caracteres....
La parte más importante del código es:
text_buffer=gtk_text_view_get_buffer(GTK_TEXT_VIEW(ptrDataMsg->textView));
gtk_text_buffer_get_start_iter(text_buffer,&start);
gtk_text_buffer_get_end_iter(text_buffer,&end);
buf=gtk_text_buffer_get_text(text_buffer,&start, &end,TRUE);
msg = "net send /domain:";
machine = gtk_combo_box_get_active_text (GTK_COMBO_BOX(ptrDataMsg->cbo));
msg = g_strconcat(msg,machine, " ",buf,NULL);
Suscribirse a:
Comentarios de la entrada (Atom)
Compile and run Linux Kernel and Busybox for ARM 64 bits aarch64 on QEMU
Hello everyone, in this post you can read how to and where to download, compile and run Linux kernel and busybox for ARM64 processor. the ...
-
Hello all Just to write some about FreeNX Client running on Windows Vista, today noted that all my CPU was consuming when running FreeNX cl...
-
Hello everyone, in this post you can read how to and where to download, compile and run Linux kernel and busybox for ARM64 processor. the ...
-
Anaconda with the new feature "wireless" did not recognize my cheap and good working in Window$ (with CD drivers of course), $25.0...
No hay comentarios.:
Publicar un comentario